1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 15:50:24 +00:00
QB64-PE/tests/compile_tests/font/test.bas
2022-05-12 00:21:02 -04:00

9 lines
112 B
QBasic

$CONSOLE:ONLY
CHDIR _STARTDIR$
Dim OldFont AS LONG
OldFont = _LOADFONT("slick.ttf", 10)
print OldFont;
SYSTEM