nn::font::ArchiveFontBase::SetResourceBuffer Member Function
protected:
void SetResourceBuffer(
void * pUserBuffer,
FontInformation * pFontInfo,
u16 * pAdjustTable
);
| Name | Description | |
|---|---|---|
| inout | pUserBuffer | A pointer to an allocated buffer. |
| in | pFontInfo | A pointer to an FINF block. |
| in | pAdjustTable | A pointer to a glyph index adjustment table. |
Sets a glyph index adjustment table along with pointers to an allocated buffer and the FINF block inside it.
CONFIDENTIAL