Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. In Android some Greek characters are rendered as rectangles
Forum Updated to NodeBB v4.3 + New Features

In Android some Greek characters are rendered as rectangles

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • a-r-tA Offline
    a-r-tA Offline
    a-r-t
    wrote on last edited by
    #1

    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 Android

    in 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

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      Perhaps your font doesn't contain the needed glyphs.

      1 Reply Last reply
      0
      • a-r-tA Offline
        a-r-tA Offline
        a-r-t
        wrote on last edited by
        #3

        Thank you Andre for the reply

        With QfontDialog running in android emulator I see installed only this font type "Android Emoji"

        Using the … QFont(“Android Emoji", 12);

        still have the stretched vowels characters as rectangle. :o(

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved