Closed
Bug 1892282
Opened 7 months ago
Closed 5 months ago
Use LookAndFeel::GetFont to get default font in gfxDWriteFontList::GetDefaultFontForPlatform
Categories
(Core :: Graphics: Text, enhancement, P1)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently SystemParametersInfoW
is used to get a local default font in gfxDWriteFontList::GetDefaultFontForPlatform
, which will fail in content processes as we improve the sandbox.
Using LookAndFeel::GetFont
should use an appropriate mechanism for each process.
Assignee | ||
Comment 1•7 months ago
|
||
Currently SystemParametersInfoW is used to get a local default font, which will
fail in content processes as we improve the sandbox.
Using LookAndFeel::GetFont should use an appropriate mechanism for each process.
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6c1940df6fb4
Use LookAndFeel::GetFont to get default font in gfxDWriteFontList::GetDefaultFontForPlatform. r=jfkthame
Comment 3•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•