Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. QTextBrowser spews font errors
Qt 6.11 is out! See what's new in the release blog

QTextBrowser spews font errors

Scheduled Pinned Locked Moved Unsolved Qt 6
4 Posts 2 Posters 406 Views 1 Watching
  • 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.
  • B Offline
    B Offline
    BRut
    wrote last edited by
    #1

    I've got a QTextBrowser and I set up the clickedAnchor signal to call my callback routine foo(const QUrl&).

    In foo, I change the UI in various ways and the QTextBrowser will be hidden. However if I don't call its clear() method, I get errors like these:

    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12
    qt.text.font.db: OpenType support missing for "", script 12

    Does anyone know why this happens? Seems like a Qt bug.

    I'm using Qt 6.8.2-2 from C++.

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

      Hi and welcome to devnet,

      Can you provide a minimal compilable reproducer that shows this behavior ?
      On which OS are you ?

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

      B 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Can you provide a minimal compilable reproducer that shows this behavior ?
        On which OS are you ?

        B Offline
        B Offline
        BRut
        wrote last edited by
        #3

        @SGaist I'm on x86_64 Linux

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

          Which distribution are you using ?
          Which desktop environment ?
          What about my request for a minimal buildable reproducer ?

          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

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved