nw::font::TextWriterBase::Print Member Function
f32 Print(
const CharType * str
);
| Name | Description | |
|---|---|---|
| in | str | Text string |
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