nn::font::PairFont::SetAlternateChar Member Function

Syntax

virtual bool SetAlternateChar(
     CharCode    c
);

Arguments

Name Description
in c Character code of the new alternate character.

Return Values

Returns true if the alternate character is changed successfully; otherwise, returns false. This function fails if the font does not have a glyph corresponding to the character code c.

Description

Changes the alternate character for the font.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL