Dammit, I wish the search function was working on this forum.
Dammit, I wish there was a BlitzMax manual as well the Blitz3D and BlitzPlus Manuals.
Dammit, I'm sure I must be wrong.
But, dammit, I cannot find the font commands like LoadFont, SetFont or anything to do with fonts. The nearest I can get are four .bmx files in the mod directory which look real scary to me and don't help a bit.
My impression is that BlitzMax isn't quite ready.
The "import bb" facility does not know that
Text should be DrawText
or that DrawText x,y, "blah"
should be DrawText "blah", x,y
Nor, for that matter, does it understand that
Color should change to SetColor
or that Rect should be DrawRect
and Oval must become DrawOval
Also, the filled/unfilled (1/0) option has been dropped from DrawRect and DrawOval :-(
I love the rotate command, though :-)
But I still need the fonts, please?
Dammit, I wish there was a BlitzMax manual as well the Blitz3D and BlitzPlus Manuals.
Dammit, I'm sure I must be wrong.
But, dammit, I cannot find the font commands like LoadFont, SetFont or anything to do with fonts. The nearest I can get are four .bmx files in the mod directory which look real scary to me and don't help a bit.
My impression is that BlitzMax isn't quite ready.
The "import bb" facility does not know that
Text should be DrawText
or that DrawText x,y, "blah"
should be DrawText "blah", x,y
Nor, for that matter, does it understand that
Color should change to SetColor
or that Rect should be DrawRect
and Oval must become DrawOval
Also, the filled/unfilled (1/0) option has been dropped from DrawRect and DrawOval :-(
I love the rotate command, though :-)
But I still need the fonts, please?