Home  Contents

fnt:close

Graphics Core4 Lua Commands

SYNOPSIS

fnt:close()

DESCRIPTION

Releases all resources held by this font handle.

ERRORS

Raises an error if fnt is not a font handle.

Attempts to call any functions on fnt after fnt:close has been called will raise an error.

SEE ALSO