armadillu / ofxFontStash

Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
http://uri.cat/
91 stars 42 forks source link

on Rpi missing some characters #25

Open cmarty opened 7 years ago

cmarty commented 7 years ago

Hello. I use OF on Rpi. When I use function loadFont() to load font there are some characters missing (letter 't' ) in rendering text. When I use setup() function to load font and change only dpiScale to not be equal to 1.0 then the problem disappear. Event if I use dpi scale == 1.0001 then it works ok.