nw::font::Font::SetAlternateChar Member Function

Syntax

virtual bool SetAlternateChar(
     CharCode c
) = 0;

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. The function fails if there is no glyph corresponding to the character code c in the font.

Description

Changes the alternate character for the font.

An alternate character is a character that is used in place of a character that is not included in the font.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL