Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Characters within Text item display incomplete under Debain linux
Forum Updated to NodeBB v4.3 + New Features

Characters within Text item display incomplete under Debain linux

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 511 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.
  • C Offline
    C Offline
    crazy_ant
    wrote on last edited by
    #1

    I'm working under Debian 7 and Windows 7 OS with Qt 5.2.0.
    And the Characters which contained by the Text item have a bad display with Debian linux.
    For example, if i write a "y" , I will go "v"; if I write a "W" , I will got doube "V".

    My code write like this:
    @Text{
    width: 120
    height: 30
    font.pixelSize:22
    font.family: "font name"
    text: "some characters here"
    }@

    I'm sure the height is enough, but the text seems out of control under my Debian linux :( .
    Have someone met problem like this?
    Thanks in advance :)

    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