nw::font::Font::GetCharWidths Member Function

Syntax

virtual const CharWidths GetCharWidths(
     CharCode c
) const = 0;

Arguments

Name Description
in c character code for the character whose width data is to be gotten

Return Values

Returns the character width data.

Description

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)

See Also

nw::font::Font::GetCharWidth

Revision History

2009/11/09
Initial version.

CONFIDENTIAL