]> git.wh0rd.org - fontconfig.git/blame - debian/README.Debian
Update to reflect configuration changes
[fontconfig.git] / debian / README.Debian
CommitLineData
dc2e06ab
KP
1*** IMPORTANT ***
2
3Recently, fontconfig changed to not include bitmapped fonts in the
5f347d9c 4default font set. There is now a Debconf question about this.
dc2e06ab 5
5f347d9c
KP
6If you wish to enable bitmapped fonts manually, either reconfigure this
7package (with dpkg-reconfigure fontconfig), or remove the
8symbolic link /etc/fonts/conf.d/30-debconf-no-bitmaps.conf
dc2e06ab
KP
9
10*****************
11
12
13How fonts are handled in Debian:
14--------------------------------
15
16Fontconfig is a library which handles font configuration and access at
17the system level. It is the foundation for a new font handling in X
18applications (but can also be useful without X).
19
20Applications not using fontconfig are accessing their fonts through
21the X server. Font packages for these applications are named xfonts-*.
22You can also use TrueType fonts with these applications if you install
23the x-ttcidfont-conf package, which connects the X server to defoma:
24fonts included in ttf-* packages or added manually using dfontmgr can
25then be used in these programs.
26A few of these applications, using Xft1, can benefit of antialiasing
27with vector fonts, but it is deprecated.
28
29The new font renderer in XFree86 is called freetype2, and applications
30using it access fonts on the client side. Most of them (including all
31GTK2/GNOME2 and KDE3 applications) do it using fontconfig, which
32provides listing and matching facilities for all fonts installed on the
33system. Any font installed in /usr/share/fonts or ~/.fonts will be
34accessible to these applications. This is now also true for fonts added
35using defoma.
36These programs can all benefit from antialiasing, autohinting and
37sub-pixel rendering. You can configure it through fontconfig, using
5f347d9c
KP
38debconf (dpkg-reconfigure fontconfig), or by changing
39links in /etc/fonts/conf.d by hand.
dc2e06ab 40
5f347d9c 41Original text by:
dc2e06ab 42 -- Josselin Mouette <joss@debian.org> Wed, 8 Oct 2003 21:51:35 +0200
5f347d9c
KP
43
44Changes for fontconfig 2.3 packages by:
45 -- Keith Packard <keithp@debian.org> Thu, 10 Mar 2005 13:29:11 -0800