nw::font::PackedFont::Destroy Member Function

Syntax

void * Destroy();

Arguments

None.

Return Values

Returns the pointer to the memory region allocated to this instance by the Construct function or the InitStreamingConstruct function.

Description

Discards the font.

After this function is called, the data cannot be used as a font until it is created again.
This function releases the memory allocated to the instance but does not release the memory region.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL