@Daniel: I think font hinting is disabled by default for QML Text elements, because Text uses distance fields rendering by default (more info at http://blog.qt.io/blog/2011/07/15/text-rendering-in-the-qml-scene-graph/ )
That was changed in the Label component of our UI toolkit so that it uses "NativeRendering" when the Grid Unit is <= 10, distance fields otherwise. See comment #19. So that could potentially be fixed by using Label instead of the standard QML Text in indicators/dash/etc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536751 Title: Font/text rendering is irregular and not pixel-aligned on low DPI screens To manage notifications about this bug go to: https://bugs.launchpad.net/qtmir/+bug/1536751/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
