Opened 19 years ago
Closed 19 years ago
#1834 closed defect (fixed)
FontDir /usr/share/fonts is wrong
Reported by: | Owned by: | DJ Lucas | |
---|---|---|---|
Priority: | normal | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Please remove FontDir /usr/share/fonts from non-modular X build instructions. This leads to the following bad consequences:
- Fontconfig (which by default scans the entire /usr/share/fonts) wastes time and memory looking at bitmap fonts
- Non-ISO10646-1 bitmap fonts confuse FreeType's idea about mapping from Unicode to glyph index, thus leading to incorrect display of some characters
- fontconfig finds a bitmap version of Helvetica and hands that to Firefox when rendering some web pages. Result: no antialiasing.
Bitmap fonts are only for obsolete toolkits like GTK1 and belong in /usr/{,X11R6}/lib/X11/fonts.
Change History (5)
comment:1 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Xorg 6.9.0 page still contains:
#define FontDir /usr/share/fonts
Thus, the bug is not fixed.
comment:5 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
r5718 Corrected in XFree86 and Xorg-6.
Note:
See TracTickets
for help on using tickets.
Committed in 5707.