nn::font::ArchiveFont::StreamingConstruct Member Function
ConstructResult StreamingConstruct(
ConstructContext * pContext,
const void * stream,
u32 streamSize
);
| 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 |
Constructs a font from successive loads from the archive font.
CONFIDENTIAL