nw::font::ResFontBase::GetCharWidths Member Functionvirtual const CharWidths GetCharWidths( CharCode c ) const;
| Name | Description | |
|---|---|---|
| in | c | character code for the character whose width data is to be gotten |
Gets character width data for characters.
Left space width, glyph width and character width are included in character width data. Right space width can be derived with the formula:
Right_Space_Width = Character_Space_Width - (Left_Space_Width + Glyph_Width)CONFIDENTIAL