nw::font::ArchiveFontBase::RequestData Member Function

Syntax

protected:
static ConstructResult RequestData(
     ConstructContext * pContext,
     CachedStreamReader * pStream,
     u32 size
);

Arguments

Name Description
in pContext The stream construct context.
in pStream The input stream.
in size Required data size.

Return Values

Returns the status of the operation.

Description

The process conducted when there is insufficient input stream data.


CONFIDENTIAL