|
|
|
Lines 1630-1646
pref("intl.hyphenation-alias.bs-*", "sh"
|
Link Here
|
|---|
|
| 1630 |
|
1630 |
|
| 1631 |
// Norwegian has two forms, Bokmål and Nynorsk, with "no" as a macrolanguage encompassing both. |
1631 |
// Norwegian has two forms, Bokmål and Nynorsk, with "no" as a macrolanguage encompassing both. |
| 1632 |
// For "no", we'll alias to "nb" (Bokmål) as that is the more widely used written form. |
1632 |
// For "no", we'll alias to "nb" (Bokmål) as that is the more widely used written form. |
| 1633 |
pref("intl.hyphenation-alias.no", "nb"); |
1633 |
pref("intl.hyphenation-alias.no", "nb"); |
| 1634 |
pref("intl.hyphenation-alias.no-*", "nb"); |
1634 |
pref("intl.hyphenation-alias.no-*", "nb"); |
| 1635 |
pref("intl.hyphenation-alias.nb-*", "nb"); |
1635 |
pref("intl.hyphenation-alias.nb-*", "nb"); |
| 1636 |
pref("intl.hyphenation-alias.nn-*", "nn"); |
1636 |
pref("intl.hyphenation-alias.nn-*", "nn"); |
| 1637 |
|
1637 |
|
| 1638 |
pref("font.mathfont-family", "MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, Asana Math, Standard Symbols L, DejaVu Sans, Cambria Math"); |
1638 |
pref("font.mathfont-family", "Latin Modern, MathJax_Main, STIX Math, STIXNonUnicode, STIXSizeOneSym, STIXGeneral, Asana Math, Standard Symbols L, DejaVu Sans"); |
| 1639 |
|
1639 |
|
| 1640 |
// Some CJK fonts have bad underline offset, their CJK character glyphs are overlapped (or adjoined) to its underline. |
1640 |
// Some CJK fonts have bad underline offset, their CJK character glyphs are overlapped (or adjoined) to its underline. |
| 1641 |
// These fonts are ignored the underline offset, instead of it, the underline is lowered to bottom of its em descent. |
1641 |
// These fonts are ignored the underline offset, instead of it, the underline is lowered to bottom of its em descent. |
| 1642 |
pref("font.blacklist.underline_offset", "FangSong,Gulim,GulimChe,MingLiU,MingLiU-ExtB,MingLiU_HKSCS,MingLiU-HKSCS-ExtB,MS Gothic,MS Mincho,MS PGothic,MS PMincho,MS UI Gothic,PMingLiU,PMingLiU-ExtB,SimHei,SimSun,SimSun-ExtB,Hei,Kai,Apple LiGothic,Apple LiSung,Osaka"); |
1642 |
pref("font.blacklist.underline_offset", "FangSong,Gulim,GulimChe,MingLiU,MingLiU-ExtB,MingLiU_HKSCS,MingLiU-HKSCS-ExtB,MS Gothic,MS Mincho,MS PGothic,MS PMincho,MS UI Gothic,PMingLiU,PMingLiU-ExtB,SimHei,SimSun,SimSun-ExtB,Hei,Kai,Apple LiGothic,Apple LiSung,Osaka"); |
| 1643 |
|
1643 |
|
| 1644 |
pref("images.dither", "auto"); |
1644 |
pref("images.dither", "auto"); |
| 1645 |
pref("security.directory", ""); |
1645 |
pref("security.directory", ""); |
| 1646 |
|
1646 |
|
|
Lines 2620-2636
pref("font.default.zh-TW", "sans-serif")
|
Link Here
|
|---|
|
| 2620 |
pref("font.size.variable.zh-TW", 16); |
2620 |
pref("font.size.variable.zh-TW", 16); |
| 2621 |
pref("font.size.fixed.zh-TW", 16); |
2621 |
pref("font.size.fixed.zh-TW", 16); |
| 2622 |
|
2622 |
|
| 2623 |
pref("font.default.zh-HK", "sans-serif"); |
2623 |
pref("font.default.zh-HK", "sans-serif"); |
| 2624 |
pref("font.size.variable.zh-HK", 16); |
2624 |
pref("font.size.variable.zh-HK", 16); |
| 2625 |
pref("font.size.fixed.zh-HK", 16); |
2625 |
pref("font.size.fixed.zh-HK", 16); |
| 2626 |
|
2626 |
|
| 2627 |
// We have special support for Monotype Symbol on Windows. |
2627 |
// We have special support for Monotype Symbol on Windows. |
| 2628 |
pref("font.mathfont-family", "MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, Asana Math, Symbol, DejaVu Sans, Cambria Math"); |
2628 |
pref("font.mathfont-family", "Latin Modern, MathJax_Main, STIX Math, STIXNonUnicode, STIXSizeOneSym, STIXGeneral, Asana Math, Symbol, DejaVu Sans"); |
| 2629 |
|
2629 |
|
| 2630 |
// cleartype settings - false implies default system settings |
2630 |
// cleartype settings - false implies default system settings |
| 2631 |
|
2631 |
|
| 2632 |
// use cleartype rendering for downloadable fonts (win xp only) |
2632 |
// use cleartype rendering for downloadable fonts (win xp only) |
| 2633 |
pref("gfx.font_rendering.cleartype.use_for_downloadable_fonts", true); |
2633 |
pref("gfx.font_rendering.cleartype.use_for_downloadable_fonts", true); |
| 2634 |
|
2634 |
|
| 2635 |
// use cleartype rendering for all fonts always (win xp only) |
2635 |
// use cleartype rendering for all fonts always (win xp only) |
| 2636 |
pref("gfx.font_rendering.cleartype.always_use_for_content", false); |
2636 |
pref("gfx.font_rendering.cleartype.always_use_for_content", false); |
|
Lines 3148-3164
pref("font.default.zh-TW", "sans-serif")
|
Link Here
|
|---|
|
| 3148 |
pref("font.size.variable.zh-TW", 15); |
3148 |
pref("font.size.variable.zh-TW", 15); |
| 3149 |
pref("font.size.fixed.zh-TW", 16); |
3149 |
pref("font.size.fixed.zh-TW", 16); |
| 3150 |
|
3150 |
|
| 3151 |
pref("font.default.zh-HK", "sans-serif"); |
3151 |
pref("font.default.zh-HK", "sans-serif"); |
| 3152 |
pref("font.size.variable.zh-HK", 15); |
3152 |
pref("font.size.variable.zh-HK", 15); |
| 3153 |
pref("font.size.fixed.zh-HK", 16); |
3153 |
pref("font.size.fixed.zh-HK", 16); |
| 3154 |
|
3154 |
|
| 3155 |
// Apple's Symbol is Unicode so use it |
3155 |
// Apple's Symbol is Unicode so use it |
| 3156 |
pref("font.mathfont-family", "MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, Asana Math, Symbol, DejaVu Sans, Cambria Math"); |
3156 |
pref("font.mathfont-family", "Latin Modern, MathJax_Main, STIX Math, STIXNonUnicode, STIXSizeOneSym, STIXGeneral, Asana Math, Symbol, DejaVu Sans"); |
| 3157 |
|
3157 |
|
| 3158 |
// individual font faces to be treated as independent families |
3158 |
// individual font faces to be treated as independent families |
| 3159 |
// names are Postscript names of each face |
3159 |
// names are Postscript names of each face |
| 3160 |
pref("font.single-face-list", "Osaka-Mono"); |
3160 |
pref("font.single-face-list", "Osaka-Mono"); |
| 3161 |
|
3161 |
|
| 3162 |
// optimization hint for fonts with localized names to be read in at startup, otherwise read in at lookup miss |
3162 |
// optimization hint for fonts with localized names to be read in at startup, otherwise read in at lookup miss |
| 3163 |
// names are canonical family names (typically English names) |
3163 |
// names are canonical family names (typically English names) |
| 3164 |
pref("font.preload-names-list", "Hiragino Kaku Gothic Pro,Hiragino Mincho Pro,STSong"); |
3164 |
pref("font.preload-names-list", "Hiragino Kaku Gothic Pro,Hiragino Mincho Pro,STSong"); |
|
Lines 3197-3213
pref("mousewheel.enable_pixel_scrolling"
|
Link Here
|
|---|
|
| 3197 |
#endif |
3197 |
#endif |
| 3198 |
|
3198 |
|
| 3199 |
#ifdef XP_OS2 |
3199 |
#ifdef XP_OS2 |
| 3200 |
|
3200 |
|
| 3201 |
pref("ui.key.menuAccessKeyFocuses", true); |
3201 |
pref("ui.key.menuAccessKeyFocuses", true); |
| 3202 |
|
3202 |
|
| 3203 |
pref("font.alias-list", "sans,sans-serif,serif,monospace,Tms Rmn,Helv,Courier,Times New Roman"); |
3203 |
pref("font.alias-list", "sans,sans-serif,serif,monospace,Tms Rmn,Helv,Courier,Times New Roman"); |
| 3204 |
|
3204 |
|
| 3205 |
pref("font.mathfont-family", "MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, Asana Math, DejaVu Sans"); |
3205 |
pref("font.mathfont-family", "Latin Modern, MathJax_Main, STIX Math, STIXNonUnicode, STIXSizeOneSym, STIXGeneral, Asana Math, DejaVu Sans"); |
| 3206 |
|
3206 |
|
| 3207 |
// Languages only need lists if we have a default that might not be available. |
3207 |
// Languages only need lists if we have a default that might not be available. |
| 3208 |
// Tms Rmn and Helv cannot be used by Thebes but the OS/2 version of FontConfig |
3208 |
// Tms Rmn and Helv cannot be used by Thebes but the OS/2 version of FontConfig |
| 3209 |
// maps them to Times New Roman and Helvetica, respectively. Those fonts and |
3209 |
// maps them to Times New Roman and Helvetica, respectively. Those fonts and |
| 3210 |
// Courier are available on OS/2 by default. |
3210 |
// Courier are available on OS/2 by default. |
| 3211 |
|
3211 |
|
| 3212 |
pref("font.name.serif.ar", "Tms Rmn"); |
3212 |
pref("font.name.serif.ar", "Tms Rmn"); |
| 3213 |
pref("font.name.sans-serif.ar", "Helv"); |
3213 |
pref("font.name.sans-serif.ar", "Helv"); |