i have this code
fnt3x5=LoadFont("gfx\fonts\3X5_____.TTF",24)
Cls
SetFont fnt3x5
Text 0,0,"this is a TEST"
Text 0,30,fnt3x5
and a true type font in a subdir.
Is there something wrong with this method? It doesn't print in the font, that's for sure.
for the variable fnt3x5 it returns this: 11836000
fnt3x5=LoadFont("gfx\fonts\3X5_____.TTF",24)
Cls
SetFont fnt3x5
Text 0,0,"this is a TEST"
Text 0,30,fnt3x5
and a true type font in a subdir.
Is there something wrong with this method? It doesn't print in the font, that's for sure.
for the variable fnt3x5 it returns this: 11836000