=
Home
Docs
Download
Apps
News
Contacts
Home
Docs
Download
Apps
Contacts
Function SetFontSize
SetFontSize
(
size
)
The function sets a font size in fixels for all upcoming text drawing call. Example:
SetFontSize
(
50
)
DrawText
(
100
,
100
,
"Hello World"
)
This is how result would look like (red coordinates are just for reference):
See also:
SetFont
SetFontStyle
DrawText
DrawTextRectangle
DrawTextQuad
(c) 2020-2026 ToyBasic.org