nn::font::ResFontBase::SetResourceBuffer Member Function

Syntax

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

Arguments

Name Description
in pUserBuffer A pointer to an allocated buffer.
in pFontInfo A pointer to an FINF block.

Return Values

None.

Description

Sets pointers to an allocated buffer and the FINF block inside it.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL