8
// offset from the origin
10
// distance to move the origin forward
13
unsigned short pw, ph;
16
struct AtlasCharRange {
27
const AtlasChar *charData;
28
const AtlasCharRange *ranges;
32
// Returns 0 on no match.
33
const AtlasChar *getChar(int utf32) const ;
44
const AtlasFont **fonts;
46
const AtlasImage *images;
49
// These are inefficient linear searches, try not to call every frame.
50
const AtlasFont *getFontByName(const char *name) const;
51
const AtlasImage *getImageByName(const char *name) const;