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)

50 Branch
Unspecified
Windows XP
defect

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).
Review ping.
Flags: needinfo?(jfkthame)
Keywords: feature
Priority: -- → P3
Whiteboard: [gfx-noted]
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 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
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Flags: needinfo?(jfkthame)
Assignee: nobody → VYV03354
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.

Attachment

General

Created:
Updated:
Size: