nw::font::ArchiveFontBase::SetResourceBuffer Member Function
protected:
void SetResourceBuffer(
void * pUserBuffer,
FontInformation * pFontInfo,
u16 * pAdjustTable
);
| 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. |
Sets the pointer to the allocated buffer, the pointer to the FINF block positioned there, and the glyph index adjustment table.
CONFIDENTIAL