Next Previous Contents

3.251 tgi_settextstyle

Function

Set the style for text output.

Header

tgi.h

Declaration

void __fastcall__ tgi_settextstyle (unsigned char magx, unsigned char magy, unsigned char dir, unsigned char font);

Description

Set the style for text output.

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_settextscale

Example

None.


Next Previous Contents