ciack404
10 years agoVisitor
Whitespace character
Hi,
I am trying to show a whitespace character in a custom keyboard, using the default fonts
While this code works for symbols like @, %, :, ;... it doesn't for ␣
What is involved in order to show that symbol? Should I add it to a custom font or are there other (better) solutions?
Thanks.
I am trying to show a whitespace character in a custom keyboard, using the default fonts
...
fontInstance = createobject("rofontregistry")
useFont = fontInstance.GetDefaultFont()
...
roScreen.drawText("␣", someX, someY, useFont)
While this code works for symbols like @, %, :, ;... it doesn't for ␣
What is involved in order to show that symbol? Should I add it to a custom font or are there other (better) solutions?
Thanks.