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