Support rendering fonts via FreeType on Windows
Categories
(Core :: Graphics: Text, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | affected |
People
(Reporter: jfkthame, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Keywords: feature, Whiteboard: [gfx-noted])
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Reporter | ||
Comment 3•8 years ago
|
||
Updated•8 years ago
|
Comment 6•7 years ago
|
||
:jfkthame, with the upgrade to windows v1803 is this bug resolved?
Reporter | ||
Comment 7•7 years ago
|
||
No, this is something we could consider doing in order to support variable fonts (and maybe other new stuff in due course, like CFF2-format fonts) on older Windows systems where the OS doesn't handle them. So it's a separate issue from what we're running in our CI for testing purposes.
At this point, we haven't made any decision to put resources into this; our current position is that only users on up-to-date Win10 systems get access to the new font features. Whether that's the final word on the matter is basically a question of priorities. (Note that Chrome does implement this, fwiw.)
Comment 8•7 years ago
|
||
(In reply to Jonathan Kew (:jfkthame) from comment #7)
At this point, we haven't made any decision to put resources into this; our current position is that only users on up-to-date Win10 systems get access to the new font features. Whether that's the final word on the matter is basically a question of priorities. (Note that Chrome does implement this, fwiw.)
How does Chrome implement it?
Reporter | ||
Comment 9•7 years ago
|
||
They include freetype in their windows build, and dynamically choose which rasterizer to use for any given font.
Comment 10•3 years ago
|
||
(In reply to Jonathan Kew (:jfkthame) from comment #7)
At this point, we haven't made any decision to put resources into this; our current position is that only users on up-to-date Win10 systems get access to the new font features. Whether that's the final word on the matter is basically a question of priorities.
So, is the current status that variable fonts work for current/recent Firefox users on up-to-date Win10 (and Win11) systems?
Reporter | ||
Comment 11•3 years ago
|
||
Yes, that should be correct.
Updated•3 years ago
|
Comment 12•1 year ago
|
||
Any progress regarding this? I would be interested in having a fully non-DirectWrite font renderer in my fork. I was actually thinking of implementing such a thing in my fork, but I'm not sure where to begin. However if you (upstream) do it, that would be very nice.
Reporter | ||
Comment 13•1 year ago
|
||
No; as far as I'm aware, there hasn't been any work on this, nor is it currently a priority to put resources into.
Are there particular reasons you're interested in this? Would they be relevant to the standard Firefox product (or to other forks), or are they specific to your case?
Comment 14•1 year ago
|
||
Yeah, it would be more useful for me, but older supported platforms like 10 LTSB could benefit too.
Description
•