SetResourceBuffer

nn::font::ArchiveFontBase::SetResourceBuffer Member Function

Syntax

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

Parameters

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.

Return Values

None.

Description

Sets a glyph index adjustment table along with pointers to an allocated buffer and the FINF block inside it.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL