Open Bug 100564 Opened 23 years ago Updated 2 years ago

user control to enable/disable font anti-aliasing

Categories

(Core :: Layout: Text and Fonts, defect)

x86
Linux
defect

Tracking

()

Future

People

(Reporter: bstell, Unassigned)

References

Details

(Keywords: intl)

Some fonts look smoothed when anti-aliased.
Some fonts look blurry   when anti-aliased.

It would be nice to have a way for the user to control whether a particular
font is AA or not.
Status: NEW → ASSIGNED
Summary: anti-aliased font control → user control to enable/disable font anti-aliasing
Target Milestone: --- → Future
Keywords: intl
QA Contact: andreasb → ylong
Controlling the strength of anti-aliasing would solve that problem better.
Especially on TFT-screens the current anti-aliasing looks disgusting.
how can i enable anti-alliasing in mozilla 1.0 rc3, for suse 8.0?
in unix.js:

This pref controls anti-aliased bitmaps
// below a certian pixel size anti-aliased bitmat scaled fonts 
// produce poor results
pref("font.scale.aa_bitmap.enable", true);
pref("font.scale.aa_bitmap.always", false);

This URL describes how to enable TrueType fonts with anti-aliasing
http://www.mozilla.org/projects/fonts/unix/enabling_truetype.html
Assignee: bstell → nobody
Status: ASSIGNED → NEW
Component: Internationalization → Layout: Text
QA Contact: amyy → layout.fonts-and-text
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.