pntr
Image manipulation library
|
Data Fields | |
pntr_image * | atlas |
pntr_rectangle * | srcRects |
pntr_rectangle * | glyphRects |
char * | characters |
int | charactersLen |
Font used to render text.
If PNTR_ENABLE_UTF8
is enabled, will allow loading fonts with UTF-8 support.
pntr_image* pntr_font::atlas |
The image used for the character atlas for the font.
char* pntr_font::characters |
An array of characters that are available in the font's atlas.
int pntr_font::charactersLen |
The number of characters that the font implements.
pntr_rectangle* pntr_font::glyphRects |
How the glyph appears when rendering.
pntr_rectangle* pntr_font::srcRects |
The glyph source rectangles on the atlas.