Open
Bug 100564
Opened 24 years ago
Updated 3 years ago
user control to enable/disable font anti-aliasing
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
NEW
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.
| Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: anti-aliased font control → user control to enable/disable font anti-aliasing
Target Milestone: --- → Future
Comment 1•23 years ago
|
||
Controlling the strength of anti-aliasing would solve that problem better.
Especially on TFT-screens the current anti-aliasing looks disgusting.
Comment 2•23 years ago
|
||
how can i enable anti-alliasing in mozilla 1.0 rc3, for suse 8.0?
| Reporter | ||
Comment 3•23 years ago
|
||
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
Updated•17 years ago
|
Assignee: bstell → nobody
Status: ASSIGNED → NEW
Component: Internationalization → Layout: Text
QA Contact: amyy → layout.fonts-and-text
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•