bug 87055, r=dr@netscape.com, sr=blizzard@mozilla.org, a=tor@acm.org
adjust the threshold where X mozilla decides to use a wrong sized (but good looking) bitmap font vs a right sized (but ugly) bitmap scaled font git-svn-id: svn://10.0.0.236/trunk@97840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -143,8 +143,8 @@ pref("font.name.monospace.zh-CN", "isas-song ti-gb2312.1980-0");
|
||||
// below a certian pixel size scaled fonts produce poor results
|
||||
pref("font.scale.outline.min", 6);
|
||||
pref("font.scale.bitmap.min", 12);
|
||||
pref("font.scale.bitmap.undersize", 90);
|
||||
pref("font.scale.bitmap.oversize", 110);
|
||||
pref("font.scale.bitmap.undersize", 80);
|
||||
pref("font.scale.bitmap.oversize", 120);
|
||||
|
||||
pref("font.scale.outline.min.ja", 10);
|
||||
pref("font.scale.bitmap.min.ja", 14);
|
||||
|
||||
Reference in New Issue
Block a user