Closed
Bug 155993
Opened 22 years ago
Closed 22 years ago
add "font.default.<language>" property to user_pref
Categories
(SeaMonkey :: Preferences, enhancement)
SeaMonkey
Preferences
Tracking
(Not tracked)
People
(Reporter: arthit, Assigned: bugs)
Details
different language script prefers different default font
e.g.
in case of English (western) language,
it prefers "serif".
but in Thai language,
it prefers "sans-Serif".
PROPOSE:
add "font.default.<language>" property to user_pref,
to allow each language to has its own default font.
if font.default.<language> has implemented
in each user pref.js, and unix.js/winpref.js
we can set them like this
//for the language that not has its own default,
// use the default default
user_pref("font.default", "serif");
user_pref("font.default.en", "serif");
user_pref("font.default.th", "sans-serif");
...
Comment 2•22 years ago
|
||
related are bug 61883 and bug 99010. my understanding from reading those is that
this got fixed as part of the checkin for bug 99010, but the report seems to be
covered in bug 61883 (which is still open for a front end).
*** This bug has been marked as a duplicate of 61883 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPME
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•