Closed
Bug 148258
Opened 24 years ago
Closed 23 years ago
Xft sub-pixel support on X Mozilla for LCD monitors
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jeffrey.phillips, Assigned: shanjian)
Details
(Keywords: intl)
This is related to bug http://bugzilla.mozilla.org/show_bug.cgi?id=126919 _Xft
support on X Mozilla_.
Need to add an option for sub-pixel font rendering support that is a part of Xft
to improve LCD monitor and laptop browsing.
On X with Xft lib, the XftConfig file has the option:
match edit rgba = [value];
Where [value] can be rgb, bgr, vrgb, or vbgr which determines the sub-pixel
colorization direction scheme.
This site http://grc.com/cleartype.htm is the best resource for learning about
the concepts.
Roy: is this an i18n issue? plesae reassign if needed.
QA Contact: ruixu → ylong
Comment 2•24 years ago
|
||
You can have the same option in the new XML based format
its in /etc/fonts/fonts.conf for pre-1.0 builds
and in /usr/lib/mozilla-1.0.0/res/Xft/fonts.conf in the 1.0 build
<match target="font">
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
</match>
Comment 4•24 years ago
|
||
If this really is Xft this should be assigned to blizzard.
Comment 5•24 years ago
|
||
what's the status about this?
Comment 6•23 years ago
|
||
This seems to be fixed. With an Xft enabled build, and with the linex from
comment 2 in my ~/.fonts.config I have colored edges to my fonts. That seems
subpixal anti-alias to me. I don't hace an LCD screen.
Comment 7•23 years ago
|
||
This works for me. Closing.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 8•23 years ago
|
||
Mark as verified per previous comment.
You need to log in
before you can comment on or make changes to this bug.
Description
•