Closed
Bug 1334860
Opened 8 years ago
Closed 8 years ago
Remove WinXP-only ClearType prefs ( gfx.font_rendering.cleartype.use_for_downloadable_fonts )
Categories
(Core :: Graphics: Text, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
Details
(Keywords: feature, Whiteboard: [gfx-noted])
Attachments
(1 file)
Basically this reverts bug 504698 (except for bug 507988 stuff).
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8831497 [details]
Bug 1334860 - Remove WinXP-only ClearType prefs.
https://reviewboard.mozilla.org/r/108028/#review111468
Good to see this cleaned up! Sorry about the delay.
::: gfx/thebes/gfxGDIFontList.cpp:279
(Diff revision 1)
> // a cairo transform to create fake italic (oblique)
> if (mIsDataUserFont) {
> aLogFont->lfItalic = 0;
> }
>
> - aLogFont->lfQuality = (aUseCleartype ? CLEARTYPE_QUALITY : DEFAULT_QUALITY);
> + aLogFont->lfQuality = DEFAULT_QUALITY;
This line can be removed altogether, as the mLogFont.lfQuality field was initialized to DEFAULT_QUALITY.
Attachment #8831497 -
Flags: review?(jfkthame) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 5•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8831497 [details]
Bug 1334860 - Remove WinXP-only ClearType prefs.
https://reviewboard.mozilla.org/r/108028/#review111468
> This line can be removed altogether, as the mLogFont.lfQuality field was initialized to DEFAULT_QUALITY.
Removed.
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/f3f3c165c484
Remove WinXP-only ClearType prefs. r=jfkthame
Comment 7•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
| Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(jfkthame)
Updated•8 years ago
|
Summary: Remove WinXP-only ClearType prefs → Remove WinXP-only ClearType prefs ( gfx.font_rendering.cleartype.use_for_downloadable_fonts )
You need to log in
before you can comment on or make changes to this bug.
Description
•