nn::font::PackedFont::PreloadSheet Member Function

Syntax

bool PreloadSheet(
     CharCode c
);

Parameters

Name Description
in c Character code indicating the glyph included on the sheet to be loaded.

Return Values

Returns true if the sheet was just cached by this function or false if the sheet had already been cached.

Description

Loads a sheet into cache in advance.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL