nw::font::FontInformation Structure

Syntax

struct 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];
};

Description

Member Variables

fontType
linefeed
alterCharIndex
defaultWidth
characterCode
pGlyph
pWidth
pMap
height
width
ascent
padding_

CONFIDENTIAL