nn::font::CTR::RectDrawer Class

Syntax

class RectDrawer

Description

A class used to render text characters.

Member Functions

Constructors and Destructors
RectDrawer Constructor.
V ~RectDrawer Destructor.
Initialization / Post-processing
Initialize Performs initialization.
V Finalize Performs finalization.
Other
S GetVertexBufferCommandBufferSize Gets the size of the vertex buffer and command buffer required for RectDrawer.
S GetVertexBufferData Gets the vertex buffer data used by RectDrawer.
S GetVertexBufferSize Gets the size of the vertex buffer required for RectDrawer.
S GetCommandBufferSize Gets the size of the command buffer required for RectDrawer.
V DrawBegin Starts drawing.
V DrawEnd Stops drawing.
SetProjectionMtx Sets the projection matrix.
SetViewMtxForText Sets a view matrix for text.
SetParallax Sets parallax parameters.
BuildTextCommand Creates a command for drawing strings.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL