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. fonts not loaded on certain Windows 10 systems
QtWS25 Last Chance

fonts not loaded on certain Windows 10 systems

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 89 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.
  • F Offline
    F Offline
    franzhelmut
    wrote on last edited by
    #1

    My application includes this list of fonts as a qrc. Screen Shot 2023-05-01 at 10.16.10.png
    They are used in QML code, but on certain Windows 10 systems with very tight security there are no fonts displayed at all in the GUI.

    FontLoader {
        id: robotoBold
        source: "qrc:/assets/fonts/Roboto-Bold.ttf"
    }
    FontLoader {
        id: robotoMedium
        source: "qrc:/assets/fonts/Roboto-Medium.ttf"
    }
    FontLoader {
        id: robotoLight
        source: "qrc:/assets/fonts/Roboto-Light.ttf"
    }
    FontLoader {
        id: robotoRegular
        source: "qrc:/assets/fonts/Roboto-Regular.ttf"
    }
    
    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