Closed
Bug 275908
Opened 20 years ago
Closed 20 years ago
Should have generic font setting("serif" or "sans-serif") per lang-group
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
People
(Reporter: masayuki, Assigned: smontagu)
Details
(Keywords: intl)
Attachments
(2 files, 1 obsolete file)
8.20 KB,
image/png
|
Details | |
34.62 KB,
patch
|
Details | Diff | Splinter Review |
For Japanese language users, the default font pref(that is set "serif") is not
good choice. Because "Kanji" have many lines.
But for western language users, "serif" is better than "sans-serif". Because
"serif" is more beautiful than "sans-serif".
Therefore, we should have the "font.default" per lang-group.(i.e.,
"font.default.x-western", "font.default.ja"...)
Reporter | ||
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•20 years ago
|
||
In this screenshot, the English paragraph is render with "serif" font. but the
Japanese paragraph is rendered with "sans-serif" font.
The patch is fixed GFX engine only. Pref UI and migration tool is not changed.
Comment 3•20 years ago
|
||
I think this may be a good idea. I don't know what changes to the style and
font-mapping systems might be required. Would this be "per-language" or "per
script-repertoire" or something else?
Assignee: general → smontagu
Component: GFX → Internationalization
QA Contact: ian → amyy
Reporter | ||
Comment 4•20 years ago
|
||
I think we need change follwing code.
http://lxr.mozilla.org/seamonkey/search?string=%22font.default%22
Reporter | ||
Comment 5•20 years ago
|
||
Oops... the screenshot's test page is here.
http://bugzilla.mozilla.gr.jp/attachment.cgi?id=2514&action=view
Reporter | ||
Comment 6•20 years ago
|
||
Reporter | ||
Updated•20 years ago
|
Attachment #169504 -
Attachment is obsolete: true
Comment 7•20 years ago
|
||
This a dup of the old (from 2001) bug #95227
*** This bug has been marked as a duplicate of 95227 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•