Closed
Bug 174283
Opened 23 years ago
Closed 23 years ago
Xft font prefs should list fontconfig generic families
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: blizzard)
References
Details
Attachments
(1 file)
|
4.80 KB,
patch
|
Details | Diff | Splinter Review |
As noted in bug 126919, fontconfig has 3 generic families, "serif",
"sans-serif", and "monospace". These should probably be listed in Edit |
Preferences | Appearance | Fonts.
I just hacked up a little code that does this into the font enumerator. This
raises some interesting questions:
* Should we list all 3 for every generic, or should we only list "appropriate"
ones. (This brings up another question -- is there a way the fontconfig APIs
can tell us whether a font is serif, sans-serif, or monospace, like the font
APIs do on Windows (I think). It seems somewhat inconsistent to limit the
choice of the generics but not limit the choice for anything else.)
* Are "serif", "sans-serif", and "monospace" exactly the right things to call
them? I tested them and they seem to work right. I also listed them at the
beginning.
| Reporter | ||
Updated•23 years ago
|
Blocks: xft_tracking
| Reporter | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
Checked in. Thanks!
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•