nn::font::ResFontBase::SetAlternateChar Member Function
virtual bool SetAlternateChar(
CharCode c
);
| Name | Description | |
|---|---|---|
| in | c | Character code of the new alternate character. |
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. Changes the alternate character for the font.
CONFIDENTIAL