nn::font::ResFont Class

Syntax

class ResFont : public nn::font::ResFontBase

Description

A class that implements operations on font resources.

Member Functions

Constructors/Destructors
ResFont Constructor.
V ~ResFont Destructor.
Binding/Releasing Resources
SetResource Enables the use of a font by associating it with a font resource.
RemoveResource Deallocates the font resource.
GetDrawBuffer Gets a pointer to the buffer required for drawing.
SetDrawBuffer Sets the buffer required for drawing. Use the GetDrawBufferSize function to get the buffer size to set.
S GetDrawBufferSize Calculates the buffer size required for drawing.

Class Hierarchy

nn::font::Font
  nn::font::ResFontBase
    nn::font::ResFont

Revision History

2010/11/10
Initial version.

CONFIDENTIAL