nw::font::CharWriter::Print Member Functionf32 Print( CharCode code );
| Name | Description | |
|---|---|---|
| in | code | The character code of the text character to be drawn. |
Draws the characters.
Draws the character specified by the character code. The left spacing width and the right spacing width are taken into account when drawing the character. In other words, a glyph is drawn after leaving some space for the left spacing from the cursor position.
The cursor moves by the amount of the character width after the glyph is drawn.
CONFIDENTIAL