nw::font::ArchiveFontBase::SetResourceBuffer Member Function
protected:
void SetResourceBuffer(
void * pUserBuffer,
FontInformation * pFontInfo,
u16 * pAdjustTable
);
protected:
void SetResourceBuffer(
void * pUserBuffer,
FontInformation * pFontInfo
);
| 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. |
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.
CONFIDENTIAL