nw::font::CharWidths Structure

Syntax

struct CharWidths
{
   s8 left;
   u8 glyphWidth;
   s8 charWidth;
};

Description

Structure that holds the various character widths.

Member Variables

left s8 Character’s left space width
glyphWidth u8 Character’s glyph width
charWidth s8 The character's width (=left space width + glyph width + right space width)

CONFIDENTIAL