Hi all,
I am trying to display all the characters in a custom font on the screen and can’t seem to access the characters above 127.
I’ve tried using \174 like so:
display.newText ( ‘\174’ , 10 , 160 , textFont . Grobold , 54 )
but all I get displayed is white diamond with a black question mark inside it.
The character should be a registered trademark symbol.
I am convinced it is using the proper custom font but the white diamond symbol is not even in
my custom font.
All the visible characters from 0-127 seem to work properly in the above line of code.
I am using the latest public build 2013.1076(2013.4.3)
What hopefully simple thing am I doing wrong?
Thanks,
-Dennis