nn::font::PackedFont::UnlockSheet Member Function

Syntax

bool UnlockSheet(
     CharCode c,
     bool bUnload = true
);

Arguments

Name Description
in c Character code indicating the glyph included on the sheet to be unlocked.
in bUnload Specify true to discard from the cache after unlocking.

Return Values

Returns false if the target sheet does not exist in cache.

Description

Unlocks a sheet.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL