Next Previous Contents

3.234 tgi_install_vectorfont

Function

Install an already loaded driver and return an error code.

Header

tgi.h

Declaration

void __fastcall__ tgi_install_vectorfont (const tgi_vectorfont* font);

Description

Install a vector font for use. More than one vector font can be loaded, but only one can be active. This function is used to tell which one. Call with a NULL pointer to uninstall the currently installed font.

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_free_vectorfont

Example

None.


Next Previous Contents