Closed
Bug 1205570
Opened 10 years ago
Closed 10 years ago
set up x-math lang group font preferences correctly
Categories
(Core :: Graphics: Text, defect)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: jtd, Assigned: jtd)
References
Details
Attachments
(1 file)
|
2.01 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
It looks like the prefs code was changed so that math fonts could be specified and lang="x-math" specified on elements. The problem with the implementation is that this wasn't added to the list of lang groups tracked within gfx code, so any gfxFontGroup with lang=x-math won't pick up the right pref fonts. After recent changes, there just needs to be a line added to gfxFontPrefLangList.h and a few tweaks to all.js.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8662716 -
Flags: review?(cam)
Comment 2•10 years ago
|
||
Comment on attachment 8662716 [details] [diff] [review]
patch, fix up font prefs for x-math lang group
Review of attachment 8662716 [details] [diff] [review]:
-----------------------------------------------------------------
It'd be good to assert the comment at the top of gfxFontPrefLangList.h (that the list must be in sync with the prefs). I'll see what I can do about that in a separate bug.
Attachment #8662716 -
Flags: review?(cam) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•