nw::font::ArchiveFontBase::CachedStreamReader::CopyTo Member Function
void CopyTo(
ConstructContext * pContext,
u32 size
);
void CopyTo(
void* buf,
u32 size
);
| CopyTo ( ConstructContext *, u32 ) | Copies a stream to ConstructContext. |
| CopyTo ( void *, u32 ) | Copies the the stream. |
CopyTo ( ConstructContext *, u32 ) Copies a stream to ConstructContext.
CopyTo ( void *, u32 ) Copies the the stream.
CONFIDENTIAL