Closed
Bug 122131
Opened 23 years ago
Closed 22 years ago
gtk2 needs AA fonts
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: blizzard, Assigned: blizzard)
References
Details
Attachments
(1 file)
2.27 KB,
patch
|
Details | Diff | Splinter Review |
Maybe using pango, maybe using Xft, I'm not sure yet.
Comment 1•23 years ago
|
||
Not sure what's the problem here, but just FYI, the current Pango only provides
very limited CJK support, a lot of Asian charsets are not supported there:
JIS0213, GB18030, HKSCS, CNS11643, etc.
Assignee | ||
Comment 2•23 years ago
|
||
Yeah, the current Xft work that is in process will work with gtk2 as well. So
we just need to figure out how to integrate it.
The font using gtk2 is smaller than that using gtk1.2, is it the same problem
with this bug? Otherwise I will file another bug.
Thanks
Assignee | ||
Comment 4•23 years ago
|
||
Leave it open. Although once support is ready for one, it will be ready for the
other there might still be some lingering issues.
Comment 5•23 years ago
|
||
This patch enables aa fonts with xft on mozilla gtk2.
Comment 6•23 years ago
|
||
forgot to say that the patch needs blizzards xft patch applied before
Comment 7•23 years ago
|
||
i tried appling the patch together with Blizzard's (bug 126919) to moz. 1.0, but
there was no way to compile: it complained in compiling nsFontMetricsGTK.cpp
In moz. 1.1a the patch could not be applied.
is it blizzard patch outdated?
Comment 8•22 years ago
|
||
I have a question about this bug. During my testing, I found the AA feature can
be enabled on mozilla-gtk2 as well as on mozilla-gtk, and the result is just the
same. After I investigated the source code of AA font (not much), I found
nothing to be related specially to gtk or gtk2. That is to say, AA feature in
mozilla has no realtion to special toolkit. If so, maybe the name of this bug
should be "gtk2 needs AA fonts based on Xft". I want to know whether my
understanding is right.
Assignee | ||
Comment 9•22 years ago
|
||
Yes, you are correct. This is just to remind me that the feature needs to be
done. :)
Assignee | ||
Comment 10•22 years ago
|
||
This is fixed now that xft has landed. Please see the xft tracking bug (bug
#172768) for bugs in that code.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•