sspt_GlyphStore Class Reference

#include <sspt_glyphstore.h>

List of all members.

Classes

struct  Glyph

Public Member Functions

 sspt_GlyphStore (int width, int height)
 ~sspt_GlyphStore ()
void bounds (int *width, int *height)
const unsigned char * glyphBitmap (int code, int *xorigin, int *yorigin, int *xoffset, int *yoffset)
void glyphBitmap (int code, int width, int height, int xorigin, int yorigin, int xoffset, int yoffset, int size, unsigned char *data)


Constructor & Destructor Documentation

sspt_GlyphStore::sspt_GlyphStore ( int  width,
int  height 
)

sspt_GlyphStore::~sspt_GlyphStore (  ) 


Member Function Documentation

void sspt_GlyphStore::bounds ( int *  width,
int *  height 
)

void sspt_GlyphStore::glyphBitmap ( int  code,
int  width,
int  height,
int  xorigin,
int  yorigin,
int  xoffset,
int  yoffset,
int  size,
unsigned char *  data 
)

const unsigned char* sspt_GlyphStore::glyphBitmap ( int  code,
int *  xorigin,
int *  yorigin,
int *  xoffset,
int *  yoffset 
)


doxygen