Open
Bug 189425
Opened 23 years ago
Updated 3 years ago
FreeType2 support: better way to define TrueType fonts for surrogate
Categories
(Core :: Internationalization, defect)
Tracking
()
NEW
People
(Reporter: masaki.katakai, Unassigned)
Details
CODE2001.TTF is being used for surrogate support testing
but it defines the following entries so it will be defined
as iso8859-1 font.
6 CodePageRange1=00000001
6 CodePageRange2=00000000
In nsFontMetricsGTK::SearchNode(), it checkes charSetInfo->mCharSet
which was created as iso8859-1 from XLFD name until the code2001
font is exactly loaded.
We need to consider better definition for surrogate font as XLFD.
See comments in bug 127713.
Updated•16 years ago
|
QA Contact: amyy → i18n
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: masaki.katakai → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•