Ok, I must be crazy, but I'm having trouble with basic text stuff.
The docs on this site talk about commands LoadImageFont and SetImageFont (they use a type named TImageFont). However, when I try to use those commands, the compiler says it doesn't exist.
However, I have found that LoadFont and SetFont seem to work (as in BlitzBasic), but those commands are not documented in BlitzMax.
Also, if I try to use one of the style flag constants, the compiler says that the identifier is not found (I'm using superstrict mode), although I know it exists in BRL.Font.BOLDFONT etc.
The docs on this site talk about commands LoadImageFont and SetImageFont (they use a type named TImageFont). However, when I try to use those commands, the compiler says it doesn't exist.
However, I have found that LoadFont and SetFont seem to work (as in BlitzBasic), but those commands are not documented in BlitzMax.
Also, if I try to use one of the style flag constants, the compiler says that the identifier is not found (I'm using superstrict mode), although I know it exists in BRL.Font.BOLDFONT etc.