Text Chr$() problem

BlitzPlus Forums/BlitzPlus Programming/Text Chr$() problem

rdodson41(Posted 2003) [#1]
Hiya! I;m making a program where everything is drawn with text, not images (it works easier that way). Well, some of the characters can only be printed with the Chr$() command. This worked fine on the console, but when i moved the game to Graphics mode, the Ch$() characters are different. Is there any way to use the console Chr$() letters in graphics mode?
Thx in advance.

-Rich05


WolRon(Posted 2003) [#2]
The graphics mode must be using another font? Try loading your own font and see what results you get.