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 u8
cellHeight u8
baselinePos s8
maxCharWidth u8
sheetSize u32
sheetNum u16
sheetFormat u16
sheetRow u16
sheetLine u16
sheet Width u16
sheetHeight u16
sheetImage u8 *

CONFIDENTIAL