nn::font::PackedFont::StreamingConstruct Member Function

Syntax

ConstructResult StreamingConstruct(
     ConstructContext*   pContext,
     const void*         stream,
     u32                 streamSize
);

Arguments

Name Description
out pContext Pointer to the streaming construction context initialized with the InitStreamingConstruct function.
in stream Pointer to the buffer storing a portion of the archive font.
in streamSize Number of bytes of data stored in the buffer pointed to by stream.

Return Values

Returns the progress of the construct process.

Description

Constructs a font from successive loads from the archive font.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL