diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-07-21 21:33:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-07-21 21:33:32 +0000 |
commit | 273cd2595e0f2b5f0c8d7d851ce22a70d03d80c2 (patch) | |
tree | 95176ccd302c201fa203e0eac1b10c0bdf97ecae /README | |
parent | 9d72ab1fa8d46025c4a89d7c4a7d3bfb3d6e6b4a (diff) | |
download | pango-273cd2595e0f2b5f0c8d7d851ce22a70d03d80c2.tar.gz |
Update information about the location of Xft. (#172637, Karel 'Clock'
2005-07-21 Owen Taylor <otaylor@redhat.com>
* README: Update information about the location of Xft.
(#172637, Karel 'Clock' Kulhavy)
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -44,11 +44,12 @@ also required. Cairo support depends on the Cairo library (http://cairographics.org). -The Xft backend uses version 2 of Xft. Version 2 of Xft is available -from http://xlibs.freedesktop.org/release/. Along with Xft, you'll -need to install its dependency fontconfig, and possibly also the -Xrender library, if that doesn't come with your system. Both of these -libraries are available from the same place as fontconfig. +The supported font backend for X in Pango-1.8 is the Xft backend +which uses version 2 of the Xft library to manage client +side fonts. Version 2 of Xft is available from +http://xlibs.freedesktop.org/release/. +You'll need the libXft package, and possibly the libXrender and +renderext packages as well. You'll also need fontconfig (see below.) Note that an earlier version of Xft is shipped with version of XFree86 up to 4.2. This version does not work with Pango-1.8; |