nn::font::ArchiveFontBase::RequestData Member Function
protected:
static ConstructResult RequestData(
ConstructContext * pContext,
CachedStreamReader * pStream,
u32 size
);
| Name | Description | |
|---|---|---|
| in | pContext | Stream construction context. |
| in | pStream | Input stream. |
| in | size | Required data size. |
Runs processing to handle insufficient data in the input stream.
CONFIDENTIAL