nw::font::ArchiveFontBase::CachedStreamReader::CopyTo Member Function

Syntax

void CopyTo(
     ConstructContext * pContext,
     u32 size
);
void CopyTo(
     void*            buf,
     u32 size
);

List of Overloaded Member Functions

CopyTo ( ConstructContext *, u32 ) Copies a stream to ConstructContext.
CopyTo ( void *, u32 ) Copies the the stream.

Description of CopyTo ( ConstructContext *, u32 )

Copies a stream to ConstructContext.

Description of CopyTo ( void *, u32 )

Copies the the stream.


CONFIDENTIAL