unregisterFont

Unregister a font that was previously registered with registerFont. This will remove the reference to the font from the CommandServer, allowing the memory to be freed if the font handle was also deleted with deleteFont.

Parameters

name

The name of the referenced asset to unregister, the same used in registerFont.

Throws

If the CommandQueue has been released.