nw::font::Font::GetCharWidth Member Function

Syntax

virtual int GetCharWidth(
     CharCode c
) const = 0;

Arguments

Name Description
in c Character code of the character whose width is to be found.

Return Values

Returns the character width in pixels.

Description

Gets the character width of a character.

See Also

nw::font::Font::GetCharWidths

Revision History

2009/11/09
Initial version.

CONFIDENTIAL