nn::font::ArchiveFont Class

Syntax

class ArchiveFont : public nn::font::ArchiveFontBase

Description

Constructs a font by extracting only the specified glyph group from the font resource in which the glyph groups are defined.

Member Functions

Constructors/Destructors
ArchiveFont Constructor.
V ~ArchiveFont Destructor.
Binding/Releasing Resources
Construct Extracts the glyph group from the archive font and constructs a font.
InitStreamingConstruct Performs initialization to construct a font by extracting glyph groups successively loaded from the archive font.
StreamingConstruct Constructs a font from successive loads from the archive font.
Destroy Discards the font.
S GetRequireBufferSize Calculates the buffer size required to construct the font.
Getting Character Data
V GetGlyph Gets glyph data.

Class Hierarchy

nn::font::Font
  nn::font::ResFontBase
    nn::font::ArchiveFontBase
      nn::font::ArchiveFont

Revision History

2010/11/10
Initial version.

CONFIDENTIAL