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.