Skip to content

Commit

Permalink
font path bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gooofy committed Jan 27, 2022
1 parent 68b36c5 commit 9f70fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/FontTutorial.bas
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DIM AS FONT_t PTR emeraldfont = FONT ("emerald.font", 17)

' load a font from a specific directory

DIM AS FONT_t PTR myfont = FONT ("future.font", 30, "PROGDIR:/Fonts")
DIM AS FONT_t PTR myfont = FONT ("future.font", 30, "PROGDIR:Fonts")

' use our custom font

Expand Down

0 comments on commit 9f70fe2

Please sign in to comment.