nw::font::CharWriter::DrawGlyph Member Function
void DrawGlyph(
const Glyph & glyph
);
| Name | Description | |
|---|---|---|
| in | glyph | Glyph data for the character to be drawn. |
Draws glyphs.
Specifies glyph data that can be obtained using thenw::font::Font::GetGlyph function and draws the character. The left-spacing width and the right-spacing width of the character are not taken into consideration for drawing glyphs. In other words, the glyph is drawn directly at the cursor position.
Always draws only the glyph without using a forced fixed-width setting.
The cursor moves by the same amount as the width of the glyph after the glyph has been drawn.
CONFIDENTIAL