|
openTRI 0.1
|
A Font struct. More...
#include <triFont.h>
Data Fields | |
| triUInt | texSize |
| Texture size (power2). | |
| triUInt | texHeight |
| Texture height (power2). | |
| triUChar * | texture |
| The bitmap data. | |
| enum triFontLocation | location |
| Either in RAM or VRAM. | |
| triUChar | map [256] |
| Character map. | |
| Glyph | glyph [256] |
| Character glyphs. | |
| triSInt | fontHeight |
| triSInt | fixedWidth |
| Width for mono spaced output. | |
| triSInt | fixedHeight |
| Height for fixed line height. | |
| triSInt | letterSpacing |
| Spacing adjustment for all characters. | |
| triSInt | wordSpacing |
| Spacing adjustment for all whitespaces. | |
| triFloat | justify |
| Justify adjustment for the current line. | |
A Font struct.