OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Terminal Glasses: bridge.getStringWidth() returning value of a mono-spaced font???? #131

Closed vanZeben closed 10 years ago

vanZeben commented 10 years ago

As the title suggest bridge.getStringWidth() is returning a number as if the text is mono-spaced, however when you print text to the terminal glasses, the font is not mono-spaced, thus creating an inability to position text.

The formula behind bridge.getStringWidth currently appears to be (characters.length() * 8)....

theoriginalbit commented 10 years ago

issue posted in wrong location, see above