nw::font::CharWidths Structurestruct CharWidths
{
s8 left;
u8 glyphWidth;
s8 charWidth;
};
Structure that holds the various character widths.
| 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