We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b36c5 commit 9f70fe2Copy full SHA for 9f70fe2
tutorial/FontTutorial.bas
@@ -12,7 +12,7 @@ DIM AS FONT_t PTR emeraldfont = FONT ("emerald.font", 17)
12
13
' load a font from a specific directory
14
15
-DIM AS FONT_t PTR myfont = FONT ("future.font", 30, "PROGDIR:/Fonts")
+DIM AS FONT_t PTR myfont = FONT ("future.font", 30, "PROGDIR:Fonts")
16
17
' use our custom font
18
0 commit comments