GLBasic User Manual

Main sections

GETCURRENTFONT()

n% = GETCURRENTFONT()



Returns the currently set font:
SETFONT 3, 2.0
LOCAL n% = GETCURRENTFONT() // n = 3

See also...