nn::font::PackedFont::LockSheet Member Function

Syntax

bool LockSheet(
     CharCode    c
);

Arguments

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

Return Values

Returns true if it was locked or false if it could not be locked. A sheet cannot be locked if it would exceed the maximum number of lockable sheets.

Description

Prevents sheets in cache from being discarded.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL