Next Previous Contents

3.216 tgi_free_vectorfont

Function

Free a vector font that was previously loaded into memory.

Header

tgi.h

Declaration

void __fastcall__ tgi_free_vectorfont (const tgi_vectorfont* font);

Description

Free a vector font that was previously loaded into memory.

Limits

  • The function is only available as fastcall function, so it may only be used in presence of a prototype.

Availability

cc65

See also

tgi_load_vectorfont, tgi_install_vectorfont

Example

None.


Next Previous Contents