nw::font::ArchiveFontBase::SetResourceBuffer Member Function

Syntax

protected:
void SetResourceBuffer(
     void * pUserBuffer,
     FontInformation * pFontInfo,
     u16 * pAdjustTable
);

protected:
void SetResourceBuffer(
     void * pUserBuffer,
     FontInformation * pFontInfo
);

List of Overloaded Member Functions

SetResourceBuffer ( void *, FontInformation *, u16 * ) Sets the pointer to the allocated buffer, the pointer to the FINF block positioned there, and the glyph index adjustment table.
SetResourceBuffer ( void *, FontInformation * ) Sets pointers to the allocated buffer and the FINF block positioned there.

Description of SetResourceBuffer ( void *, FontInformation *, u16 * )

Sets the pointer to the allocated buffer, the pointer to the FINF block positioned there, and the glyph index adjustment table.

Description of SetResourceBuffer ( void *, FontInformation * )

Sets pointers to the allocated buffer and the FINF block positioned there.


CONFIDENTIAL