[Webkit-unassigned] [Bug 218450] [GTK] System font scaling not applied to 'font-size: XXXpt'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 2 02:07:49 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=218450
--- Comment #2 from Milan Crha <mcrha at redhat.com> ---
For the record, the font scaling factor is stored in GSettings, at:
org.gnome.desktop.interface text-scaling-factor
I do not see it being read in the WebKit sources.
One other thing, the pages define font sizes in points quite often, with which the application cannot do much, thus when the user wants bigger/smaller fonts, the WebKit can help with it internally. (It would be quite inefficient to traverse the whole document and apply font scaling factor for each affected element within the application.)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201202/a2fa25d9/attachment.htm>
More information about the webkit-unassigned
mailing list