Next Previous Contents

3.250 tgi_settextscale

Function

Set the scaling for text output.

Header

tgi.h

Declaration

void __fastcall__ tgi_settextscale (unsigned width, unsigned height);

Description

Set the scaling for text output. The scaling factors for width and height are 8.8 fixed point values. This means that $100 = 1 $200 = 2 etc.

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_settextstyle

Example

None.


Next Previous Contents