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. Font in windows is regular, but in Linux it displays as Semi bold

Font in windows is regular, but in Linux it displays as Semi bold

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

    Hi All,

    I've set a font which is available in Windows, installed the same font
    Font is been selected with a path given in windows,

    FontLoader {
        id: localFont;
        source: "fonts/Emeric-ExtraLight.otf"
    }
    

    same code when run in Linux the app shows the display as semi bold.
    I checked with the properties like
    font. but have not got any clue!

    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