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. Font substitution in WinCE
QtWS25 Last Chance

Font substitution in WinCE

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 2.9k 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
    SteveKing
    wrote on last edited by
    #1

    Hi,

    Does anyone know if font substitutions work in WindowsCE? I'm using Qt 4.6.2 and the subs work on Windows, but don't seem to be working in WinCE5. Any ideas?

    Thanks,
    Steve

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      Hi Steve,

      No idea about WinCE and fonts but my personal experience with Windows Mobile and Qt shows that not all thing work fine :(

      Best regards,
      Leon

      http://anavi.org/

      1 Reply Last reply
      0
      • L Offline
        L Offline
        L.MCH
        wrote on last edited by
        #3

        It depends on the installed fonts.
        In WinCE, when you build the NK.bin system image (CE kernel, drivers, services, default apps, etc. loaded at sysem boot) you can select the fonts you want to include as installed by default; if the installed fonts are different or the configuration file with the substituition rules are different, you get a different substitution.
        By the way, with Qt you can also load custom fonts (i.e. not in windows/fonts) just for your application to bypass system font substitution using QFontDatabase::addApplicationFont.

        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