nw::font::FontInformation Structurestruct FontInformation
{
u8 fontType;
s8 linefeed;
u16 alterCharIndex;
CharWidths defaultWidth;
u8 characterCode;
FontTextureGlyph * pGlyph;
FontWidth * pWidth;
FontCodeMap * pMap;
u8 height;
u8 width;
u8 ascent;
u8 padding_[1];
};
| fontType | u8 | ||
|---|---|---|---|
| linefeed | s8 | ||
| alterCharIndex | u16 | ||
| defaultWidth | CharWidths | ||
| characterCode | u8 | ||
| pGlyph | FontTextureGlyph * | ||
| pWidth | FontWidth * | ||
| pMap | FontCodeMap * | ||
| height | u8 | ||
| width | u8 | ||
| ascent | u8 | ||
| padding_ | u8 |
CONFIDENTIAL