Closed
Bug 100572
Opened 24 years ago
Closed 23 years ago
integrate font control with system font controls (Xft)
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: bstell, Assigned: ftang)
Details
(Keywords: intl)
Mozilla needs to respond appropiately to system wide user font setting.
| Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
| Assignee | ||
Comment 1•24 years ago
|
||
please provide more information about so called "system wide user font setting".
Comment 2•24 years ago
|
||
bstell is referring to the xft configuration file, /etc/X11/XftConfig (stored in
/usr/lib/X11 on some other systems, I believe). This file details font name
matching (is that the right term?) and controls if and when antialiasing should
be applied to Xft fonts.
http://www.xfree86.org/~keithp/render/ has more information, although it's not
in the form of actual documentation. I don't know whether any real docs actually
exist. The mailinglist is archived at http://www.xfree86.org/pipermail/render/.
Hope this clarifies what this bug (spun off from bug 100570 by the way - that's
not mentioned in the summary or description so far) refers to.
| Reporter | ||
Comment 3•24 years ago
|
||
Whatever gets done needs to work on (or at least not conflict) with all
Unix systems that Mozilla supports.
| Reporter | ||
Comment 6•24 years ago
|
||
blizzard: this would be a good issue to look at to begin the integration of
FontConfig with mozilla
Comment 7•24 years ago
|
||
Using fontconfig is the way to go here, for sure. By default, font queries will
pick up all the right aliases from fonts.conf and use them. Using fontconfig is
enough to achieve the desired result. The trick is to make sure that the prefs
that we use will also use the correct fonts.
Comment 8•23 years ago
|
||
Now that xft is integrated into Mozilla, does Mozilla also make use of
fontconfig in the way this bug describes?
Comment 9•23 years ago
|
||
Nope. We can consider this fixed.
Comment 10•23 years ago
|
||
Marking WORKSFORME, I hope that is an acceptable resolution.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 11•23 years ago
|
||
Mark as verified as worksforme per previous two comments.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•