nn::font::ArchiveFont::InitStreamingConstruct Member Function
void InitStreamingConstruct(
ConstructContext* pContext,
void * pBuffer,
u32 bufferSize,
const char * glyphGroups = LOAD_GLYPH_ALL
);
| 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. |
Performs initialization to construct a font by extracting glyph groups successively loaded from the archive font.
CONFIDENTIAL