[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2020-07-02 Thread Daniel van Vugt
We don't support Unity8 now and have no way to verify or test it. ** Changed in: unity8 (Ubuntu) Status: Confirmed => Won't Fix ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Won't Fix ** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: New => Won't

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2020-07-02 Thread Mattia Rizzolo
Is this issue still present after some years? I don't have any low-DPI system at hand (I really only have hi-DPI screens… :P) -- 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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2018-04-11 Thread Adolfo Jayme
** No longer affects: ubuntu-font-family-sources (Ubuntu) -- 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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-16 Thread Andrea Bernabei
see the first comments for a few (old) experiments I made using different Qt font antialiasing settings -- 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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-16 Thread Daniel van Vugt
Yeah I noticed QML_DISABLE_DISTANCEFIELD=1 made no improvement. -- 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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-16 Thread Gerry Boland
UITK already using NativeRendering for text when GU<10. Text *might* be improved by setting Qt's DPI and sub-pixel rendering hints correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536751

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-16 Thread Michał Sawicz
A related QTBUG for Windows is [1] - and the last comment [2] suggests what should be done here. Our UITK's Label element, being mostly non-transformed, should probably use Text.NativeRendering [3] (maybe depending on DPI?) and document clearly that if you want transformable / animated text, you

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-15 Thread Daniel van Vugt
** No longer affects: qtmir -- 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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-15 Thread Daniel van Vugt
It might be acceptable if the hinting was higher quality, but I think that would require caching of whole strings (possibly with kerning) rather than caching of individual glyphs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-15 Thread Daniel van Vugt
I can now see part of the problem more clearly. If you look at labels that contain the same letter multiple times like "Calculator" or "Security & Privacy", then it becomes apparent that the clarity of that same letter changes depending on where it is in the word. Given that Qt caches individual

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-15 Thread Daniel van Vugt
Also the two lower-case u's in "Ubuntu App Test" have particularly different appearance. It seems Qt is placing glyphs according to a higher fractional precision than the resolution of the display, which while technically correct also creates unacceptable blurring of text at low DPI. -- You

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-15 Thread Daniel van Vugt
** Also affects: qtdeclarative-opensource-src (Ubuntu) Importance: Undecided Status: New -- 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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-10-25 Thread Daniel van Vugt
Found this image today, showing Unity8's font rendering next to GTK's: https://launchpadlibrarian.net/290523497/IMG_1258.JPG ** Changed in: canonical-devices-system-image Importance: Undecided => Medium ** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-10-25 Thread Daniel van Vugt
Technically not really a High bug, but we should keep a close eye on the number of visual regressions in Unity8 compared to Unity7. So that overall problem is itself High. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-07-21 Thread Daniel van Vugt
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Tags added: unity8-desktop -- 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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-07-14 Thread Andrea Bernabei
I'm still curious to know if anyone checked if there's any font hinting at all, in those labels :) -- 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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-07-13 Thread Daniel van Vugt
When it's fully extended the fonts look bad. So this is not a texture coordinate problem. I think the surface texture is correctly pixel aligned but we haven't yet made sure the font hinting within the surface is also pixel-aligned. Unity7 text still looks nicer and more polished than Unity8. --

Re: [Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-07-13 Thread Daniel d'Andrada
On 13/07/2016 06:45, Daniel van Vugt wrote: > The second part of the problem is that Unity8 (especially in the > indicator pulldown) failing to apply a nice hinting setting to make the > glyph curves aligned to pixel boundaries more often. So a glyph that > should be represented as one pixel

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-07-13 Thread Andrea Bernabei
@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

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-07-13 Thread Daniel van Vugt
Just noticed this bug again, now in System Settings. On Unity7 it's perfectly clear (sub-pixel RGB) but in Unity8 it's slightly blurry (greyscale is used). So that's the first part of the problem. The second part of the problem is that Unity8 (especially in the indicator pulldown) failing to

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-06-06 Thread Daniel van Vugt
Yeah thanks. Sub-pixel appears to partially work, although I suspect we have the RGB/BGR ordering backwards. And that's not surprising because of bug 1393578. Unity8 has no way of knowing the correct sub-pixel ordering while Mir doesn't provide it. -- You received this bug notification because

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-06-06 Thread Andrea Bernabei
Hi Daniel, have you had a look at the screenshots I attached, showing the results of the distance field QML Text rendering comparing gray vs subpixel-lowq vs subpixel-highq antialiasing modes? (although I guess you're talking about native text rendering, but I still thought it'd be worth

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-06-06 Thread Daniel van Vugt
It just occurred to me, the visual quality of text rendering would improve a lot with sub-pixel rendering vs the greyscale rendering we see. So Mir needs to expose sub-pixel ordering information before we can do that --> bug 1393578 -- You received this bug notification because you are a member

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-06-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity8 (Ubuntu) Status: New => Confirmed -- 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:

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-06-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-font-family-sources (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-06-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536751

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-06-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: harfbuzz (Ubuntu) Status: New => Confirmed -- 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:

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-05-19 Thread Timo Jyrinki
I can't think of anything relevant changed in Qt itself since 5.5.1 landed in xenial in December, so it must have been some other package. You may want to test Qt 5.6.0 to see if that gives any further improvement https://wiki.ubuntu.com/Touch/QtTesting The current plan would be to have Qt

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-05-17 Thread Daniel van Vugt
Reopened again. Although the situation definitely got better at the start of April, font rendering in Unity8 still looks quite poor when compared to Unity7. The problem might just be misaligned textures like Unity8 bug 1510382. ** Changed in: harfbuzz (Ubuntu) Status: Incomplete => New

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-04-03 Thread Daniel van Vugt
Seems to be totally fixed in xenial today! Can anyone confirm what package fixed it? ** Changed in: harfbuzz (Ubuntu) Status: Confirmed => Incomplete ** Changed in: ubuntu-font-family-sources (Ubuntu) Status: Confirmed => Incomplete ** Changed in: ubuntu-ui-toolkit (Ubuntu)

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-03-14 Thread Daniel van Vugt
The problem is seemingly reduced in xenial now with the new visual design. But the problem is not eliminated. Fonts in the indicator pulldown (on desktop) are still not very well pixel aligned. At a guess, it looks like we might have made any of these mistakes: (a) Insufficient hinting (b)

[Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2016-02-02 Thread Daniel van Vugt
** Summary changed: - QML Unreadable small fonts on 1366x768 screen + Font/text rendering is irregular and not pixel-aligned on low DPI screens -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536751