Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. About Qt font matching in
QtWS25 Last Chance

About Qt font matching in

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 276 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.
  • Y Offline
    Y Offline
    youngrim
    wrote on last edited by
    #1

    In my linux embedded system, I try to display text using QML Text Component.

    In the system, there are two font files.

    1. the font file for English and the special characters like ☆.
    2. the font file only for Bengali like কাস্টম

    When I assigns "abc☆" into text, it displays well. (using the first font)
    When I assigns "কাস্টম" into text, it displays well. (using the second font)
    When I assigns "কাস্টমa" into text, it displays well. (using the both fonts)
    When I assigns "কাস্টমa☆" into text, it displays well. (using the both fonts)
    But when I assigns "কাস্টম☆" into text, it doesn't display ☆. It seems like it can't find the font to display ☆. Only the second font for Bengali is loaded.

    I don't know what I should check or analysis. Please give some advice.

    S 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      The star code point is likely found in your second font but it does not resolve to anything visible.

      Would it be possible to add the special chars your need to the Bengali font ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Y youngrim

        In my linux embedded system, I try to display text using QML Text Component.

        In the system, there are two font files.

        1. the font file for English and the special characters like ☆.
        2. the font file only for Bengali like কাস্টম

        When I assigns "abc☆" into text, it displays well. (using the first font)
        When I assigns "কাস্টম" into text, it displays well. (using the second font)
        When I assigns "কাস্টমa" into text, it displays well. (using the both fonts)
        When I assigns "কাস্টমa☆" into text, it displays well. (using the both fonts)
        But when I assigns "কাস্টম☆" into text, it doesn't display ☆. It seems like it can't find the font to display ☆. Only the second font for Bengali is loaded.

        I don't know what I should check or analysis. Please give some advice.

        S Offline
        S Offline
        saamy.org
        Banned
        wrote on last edited by
        #3
        This post is deleted!
        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