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

Syntax

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

Arguments

Name Description
inout pUserBuffer Pointer to the allocated buffer.
in pFontInfo Pointer to the FINF block.
in pAdjustTable Pointer to the glyph index adjustment table.

Return Values

None.

Description

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


CONFIDENTIAL