InitStreamingConstruct

nn::font::PackedFont::InitStreamingConstruct Member Function

Syntax

void InitStreamingConstruct(
     ConstructContext * pContext,
     void * pBuffer,
     u32 bufferSize,
     const char * glyphGroups = LOAD_GLYPH_ALL
);

Parameters

Name Description
out pContext Pointer to the streaming construct context to be initialized.
out pBuffer Pointer to the buffer associated with this instance. Must be aligned on a 128-byte boundary.
in bufferSize Size of the buffer pointed to by pBuffer.
in glyphGroups String specifying the glyph group to load.

Return Values

None.

Description

Performs initialization to construct a font by extracting glyph groups successively loaded from the archive font.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL