fontconfig/debian
Keith Packard 97bde49a2b Josselin Mouette:
Include 2.3 release information in changelog Add Josselin Mouette as an
    Uploader Set hinting_type to low priority configuration option
Manish Singh:
yes_bitmaps.conf -> yes-bitmaps.conf
Funda Wang:
Johap -> Johab
2005-03-05 20:58:39 +00:00
..
po Ignore more build detritus 2005-03-03 01:59:28 +00:00
README.Debian Ignore more build detritus 2005-03-03 01:59:28 +00:00
changelog Josselin Mouette: 2005-03-05 20:58:39 +00:00
compat Ignore more build detritus 2005-03-03 01:59:28 +00:00
control Josselin Mouette: 2005-03-05 20:58:39 +00:00
copyright Ignore more build detritus 2005-03-03 01:59:28 +00:00
fontconfig-udeb.install Ignore more build detritus 2005-03-03 01:59:28 +00:00
fontconfig.config Josselin Mouette: 2005-03-05 20:58:39 +00:00
fontconfig.defoma Ignore more build detritus 2005-03-03 01:59:28 +00:00
fontconfig.dirs Ignore more build detritus 2005-03-03 01:59:28 +00:00
fontconfig.install Move debian-specific conf file examples upstream. 2005-03-03 06:20:57 +00:00
fontconfig.postinst Josselin Mouette: 2005-03-05 20:58:39 +00:00
fontconfig.postrm Ignore more build detritus 2005-03-03 01:59:28 +00:00
fontconfig.templates Josselin Mouette: 2005-03-05 20:58:39 +00:00
libfontconfig1-dev.install Ignore more build detritus 2005-03-03 01:59:28 +00:00
libfontconfig1.install Ignore more build detritus 2005-03-03 01:59:28 +00:00
local.conf.md5sum Ignore more build detritus 2005-03-03 01:59:28 +00:00
rules Josselin Mouette: 2005-03-05 20:58:39 +00:00

README.Debian

*** IMPORTANT ***

Recently, fontconfig changed to not include bitmapped fonts in the
default font path.  There is now a Debconf question about this.

If you wish to enable bitmapped fonts manually, please edit
/etc/fonts/local.conf, and uncomment the portion with:

<dir>/usr/X11R6/lib/X11/fonts</dir>

in between the <fontconfig> and </fontconfig>.

*****************


How fonts are handled in Debian:
--------------------------------

Fontconfig is a library which handles font configuration and access at
the system level. It is the foundation for a new font handling in X
applications (but can also be useful without X).

Applications not using fontconfig are accessing their fonts through
the X server. Font packages for these applications are named xfonts-*.
You can also use TrueType fonts with these applications if you install
the x-ttcidfont-conf package, which connects the X server to defoma:
fonts included in ttf-* packages or added manually using dfontmgr can
then be used in these programs.
A few of these applications, using Xft1, can benefit of antialiasing 
with vector fonts, but it is deprecated.

The new font renderer in XFree86 is called freetype2, and applications
using it access fonts on the client side. Most of them (including all
GTK2/GNOME2 and KDE3 applications) do it using fontconfig, which
provides listing and matching facilities for all fonts installed on the
system. Any font installed in /usr/share/fonts or ~/.fonts will be 
accessible to these applications. This is now also true for fonts added
using defoma.
These programs can all benefit from antialiasing, autohinting and
sub-pixel rendering. You can configure it through fontconfig, using
debconf (dpkg-reconfigure fontconfig), or by editing
/etc/fonts/local.conf by hand.

 -- Josselin Mouette <joss@debian.org>  Wed,  8 Oct 2003 21:51:35 +0200