Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. Qt Quick Ultralite FMP font: Glyphs rendering out of order in dynamic text updates
Forum Updated to NodeBB v4.3 + New Features

Qt Quick Ultralite FMP font: Glyphs rendering out of order in dynamic text updates

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
1 Posts 1 Posters 60 Views
  • 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.
  • G Offline
    G Offline
    Girishsonar88
    wrote last edited by
    #1

    GlyphMissMatch (1).jpg I’m using Qt Quick Ultralite (QUL) 2.11 with a Spark FMP font. Some glyphs are rendering out of order when updating text dynamically.

    font engine is, fontEngine: "Spark"
    FontFiles {
    files:["fonts/SimpleSymphonie.fmp"]
    }

    Row {
    spacing: 2
    Text { text: qsTr("%1 %2").arg(day).arg(month); font.pixelSize: 16; font.weight: Font.DemiBold }
    Text { text: hrmMins; font.pixelSize: 16;font.weight: Font.DemiBold }
    }

    Sometimes the last glyph of the time string (e.g., "12:00 PM") is rendered at the beginning or overlaps with other characters. The font map itself is correct and covers all characters.

    What could cause this out-of-order glyph rendering in Qt Quick Ultralite with FMP fonts, and how can I reliably update dynamic text without glyph placement issues?

    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