nn::font::PairFont::GetCharWidth Member Function

Syntax

virtual int GetCharWidth(
     CharCode    c
) const;

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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL