nw::font::FontTextureGlyph Structure

Syntax

struct FontTextureGlyph
{
   u8 cellWidth;
   u8 cellHeight;
   s8 baselinePos;
   u8 maxCharWidth;
   u32 sheetSize;
   u16 sheetNum;
   u16 sheetFormat;
   u16 sheetFormat;
   u16 sheetLine;
   u16 sheetWidth;
   u16 sheetHeight;
   u8 * sheetImage;
};

Description

Member Variables

cellWidth
cellHeight
baselinePos
maxCharWidth
sheetSize
sheetNum
sheetFormat
sheetRow
sheetLine
sheet Width
sheetHeight
sheetImage

CONFIDENTIAL