Firefox flatpak does not anti-alias helvetica font on debian bookworm
Categories
(Core :: Graphics: Text, defect)
Tracking
()
People
(Reporter: j.p.hagedoorn, Unassigned)
References
Details
Attachments
(1 file)
13.20 KB,
image/png
|
Details |
Steps to reproduce:
Install firefox from flathub: go to website that uses helvetica.
Actual results:
The font is not anti-aliased.
Expected results:
The font should have been anti-aliased
Comment 1•1 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: Text' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 years ago
|
Reporter | ||
Comment 2•1 years ago
|
||
Let me clarify that this only happens with the flatpak version for me. It does not with firefox from the debian repos (firefox ESR)
Comment 3•1 years ago
|
||
Note that (as I understand it) the flatpak system essentially runs the application in a separate environment that does not share the "host" system's font configuration, so the behavior may indeed be different. I suspect that in the flatpak environment, there's a bitmap Helvetica font present (or another legacy X11 bitmap font that is configured to act as a substitute for Helvetica), and that's what is appearing here. Bitmap fonts don't get antialiased.
Comment 4•10 months ago
|
||
This is a dupe of bug 1621915, I think.
Description
•