nw::font::ArchiveFont::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. 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.


CONFIDENTIAL