nw::font::PackedFont::UnlockSheet Member Function
bool UnlockSheet(
CharCode c,
bool bUnload = true
);
| 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. |
Unlocks sheets.
Releases the lock so that sheets which were made to not be discarded by the nw::font::PackedFont::LockSheet function can once again be discarded. An option can be set to discard the sheet from the cache when the lock is released.
nw::font::PackedFont::GetNumCache
nw::font::PackedFont::LockSheet
nw::font::PackedFont::UnlockSheetAll
CONFIDENTIAL