In Android some Greek characters are rendered as rectangles
General and Desktop
3
Posts
2
Posters
2.4k
Views
1
Watching
-
Some of the Greek characters are rendered as rectangles (missing glyphs) …
are all those stretched vowels plus the final s … the rest letters are looking fine.That happens in Android device or emulator only.
As Windows Desktop application everything is okay.am working with ...
Qt Necessitas 4.8.2 for Androidin main() I load the Codec = ISO8859-7
QTextCodec::setCodecForTr(QTextCodec::codecForName("ISO8859-7"));
Using “Verdana” and “Arial” fonts with the text inside the tr()
Do you know anyone what is going on ?
Thank you for any help