nw::font::CharWriter::SetupGX Member Function

Syntax

void SetupGX();

Arguments

None.

Return Values

None.

Description

Prepares to draw characters.

Sets the graphics engine for drawing characters and clears the internal texture load cache. This function must be called again if the font has changed to perform proper processes according to the set font.

Sets the following items for the graphics engine.

The following items are not set for character drawing, but the content of the settings does affect character drawing.

See Also

nw::font::CharWriter::ResetTextureCache

Revision History

2010/02/19
Revised the items that are set and added items that are not set.
2009/11/09
Initial version.

CONFIDENTIAL