nw::font::TextWriterBase::Print Member Functionf32 Print( const CharType * str ); f32 Print( const CharType * str, int length );
| Print ( const CharType * ) | Draws a string. |
| Print ( const CharType *, int ) | Draws a string. |
Print ( const CharType * ) Draws a string.
Print ( const CharType *, int ) Draws a string.
nw::font::TextWriterBase::Print Member Functionf32 Print( CharCode code );
| Name | Description | |
|---|---|---|
| in | code | The character code of the text character to be drawn. |
Draws the characters.
CONFIDENTIAL