fontconfig/debian
Keith Packard 716ac8b803 Don't force bitmap font enable in default configuration; allows users to
override this in ~/.fonts.conf
Updated translations
Destroy font configuration on exit to help valgrind
Use own transcoding routines in preference to iconv which appears to have
    leaks in some translators. Call iconv_close after using iconv (oops).
Prefer unicode encoding of Euro char as some fonts mis-encode Euro in other
    ones.
Must fetch bitmap glyphs to get width values to check for
    monospace/dual-width fonts.
2005-04-21 19:03:53 +00:00
..
po Don't force bitmap font enable in default configuration; allows users to 2005-04-21 19:03:53 +00:00
README.Debian Update to reflect configuration changes 2005-03-10 22:06:20 +00:00
changelog Update to reflect configuration changes 2005-03-10 22:06:20 +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 Don't force bitmap font enable in default configuration; allows users to 2005-04-21 19:03:53 +00:00
fontconfig.postrm Ignore more build detritus 2005-03-03 01:59:28 +00:00
fontconfig.templates Update to reflect configuration changes 2005-03-10 22:06:20 +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 Update debian for 2.3.1 2005-03-09 04:57:42 +00:00

README.Debian

*** IMPORTANT ***

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

If you wish to enable bitmapped fonts manually, either reconfigure this
package (with dpkg-reconfigure fontconfig), or remove the 
symbolic link /etc/fonts/conf.d/30-debconf-no-bitmaps.conf

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


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 changing
links in /etc/fonts/conf.d by hand.

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

Changes for fontconfig 2.3 packages by:
 -- Keith Packard <keithp@debian.org>  Thu, 10 Mar 2005 13:29:11 -0800