Closed
Bug 91931
Opened 25 years ago
Closed 24 years ago
The default linux font for Simplified Chinese seems too big
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: amyy, Assigned: bstell)
References
()
Details
(Keywords: intl)
Attachments
(2 files)
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
Change QA contact to myself and reassign to Brian.
| Assignee | ||
Comment 3•25 years ago
|
||
This looks the same as when I looked at this for bug 74889.
This web page is simulating round buttons by using a round button image as
the background in table cells. The text is the table text drawn over background.
When the requested font size the is not available a larger font is selected
causing the unplesant effect.
The minimum size and scaling are currently set to 10 so this should not be
causing the problem.
Here are the options I know about:
1) live with the oversized but readable characters
2) get a smaller font bitmap'd font
3) get a outline scaled font
If we ever implemented "anti-aliased bitmap scaled fonts", bug 90813,
it hopefully should product an acceptable scaled font.
When TrueType font support is implemented in the Linux client, bug 82076,
then the use could use a TrueType scaled font.
| Assignee | ||
Comment 4•25 years ago
|
||
Comment 6•24 years ago
|
||
move to M9.6 . we need either anti-alias bitmap font or truetype font with
freetype to solve this issue.
Target Milestone: --- → mozilla0.9.6
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
| Assignee | ||
Comment 7•24 years ago
|
||
this should be addressed (for systems with at least a 16 bit frame buffer)
by bug 90813
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•24 years ago
|
||
The orginal problem is not existing on 11-19 trunk build.
Mark it as verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•