Giter Club home page Giter Club logo

Comments (3)

jcfr avatar jcfr commented on June 18, 2024 1

Warning is reported from the function QCoreTextFontDatabase::populateFamilyAliases implemented in qcoretextfontdatabase.mm.
See https://github.com/qt/qtbase/blob/v5.15.2/src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm#L143-L191

This could likely be disabled using something like this ...

#if defined(Q_OS_MACOS)
# See https://github.com/Slicer/Slicer/issues/7261
QLoggingCategory::setFilterRules("qt.qpa.fonts=true");
#endif

and/or by setting env. variable or qt. conf setting.

See https://doc.qt.io/qt-5/qloggingcategory.html#setFilterRules

from slicer.

lassoan avatar lassoan commented on June 18, 2024

There have been similar error reports:

Removing font family information may resolve the issue.

The only font family information mentioned in this .ui file: Modules\Loadable\Texts\Widgets\Resources\UI\qMRMLTextWidget.ui

@pieper can you test if removing these 3 lines makes the warning disappear?

<font>
<family>Courier</family>
</font>

from slicer.

pieper avatar pieper commented on June 18, 2024

I tried taking out those lines, and a few other places where Courier is mentioned but no luck, the message still appears.

from slicer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.