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: