diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:43:39 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-10-10 17:43:39 +0200 |
commit | f4092abdf94af6a99aff944d6264bc1284e8bdd4 (patch) | |
tree | 2ac1c9cc16ceb93edb2c4382c088dac5aeafdf0f /nx-X11/extras/fontconfig/debian/README.Debian | |
parent | a840692edc9c6d19cd7c057f68e39c7d95eb767d (diff) | |
download | nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.tar.gz nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.tar.bz2 nx-libs-f4092abdf94af6a99aff944d6264bc1284e8bdd4.zip |
Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1
Summary: Imported nx-X11-3.1.0-1.tar.gz
Keywords:
Imported nx-X11-3.1.0-1.tar.gz
into Git repository
Diffstat (limited to 'nx-X11/extras/fontconfig/debian/README.Debian')
-rw-r--r-- | nx-X11/extras/fontconfig/debian/README.Debian | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/nx-X11/extras/fontconfig/debian/README.Debian b/nx-X11/extras/fontconfig/debian/README.Debian new file mode 100644 index 000000000..3aa1cfdc7 --- /dev/null +++ b/nx-X11/extras/fontconfig/debian/README.Debian @@ -0,0 +1,45 @@ +*** 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 |