nw::font::CharWidths Structure

Syntax

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

Description

Structure that holds the various character widths.

Member Variables

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

CONFIDENTIAL