summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-09-14 13:45:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-09-14 13:45:41 +0000
commit6479229c21d4824ca6e2a3de783248a2ea3a3938 (patch)
treecc477412c6682067c481059a6cca4cecb60864ab /README
parente1d9bf4f9ead8e632fcb9c96361b54546a198a89 (diff)
downloadpango-6479229c21d4824ca6e2a3de783248a2ea3a3938.tar.gz
=== Released 1.6.0 ===PANGO_1_6_0
Mon Sep 13 17:38:58 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.6.0 === * configure.in: Update versions for 1.6.0 * NEWS: Update. * README: Minor tweak. * pango/fonts.c pango/pango-context.c pango/pango-types.h pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c pango/opentype/pango-ot-buffer.c: Add a bunch of missing Since: 1.6.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 9 insertions, 11 deletions
diff --git a/README b/README
index 3138c268..22be8e04 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Pango is a library for layout and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout
-is needed; however, most of the work on Pango-1.0 was done using the
-GTK+ widget toolkit as a test platform. Pango forms the core of text
+is needed; however, most of the work on Pango so far has been done using
+the GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handling for GTK+-2.x.
Pango is designed to be modular; the core Pango layout can be used
@@ -28,15 +28,13 @@ For more information about Pango, see:
Dependencies
============
-Pango depends on version 2.4.0 of the GLib library; more information
-about GLib can be found at http://www.gtk.org/.
+Pango depends on version 2.4.0 or new of the GLib library; more
+information about GLib can be found at http://www.gtk.org/.
-The recommended font backend for X in Pango-1.4 is the Xft backend
+The supported font backend for X in Pango-1.4 is the Xft backend
which uses version 2 of the Xft library to manage client
-side fonts. Benefits of the Xft backend include, performance,
-support for OpenType fonts, and antialiasing. Version 2 of
-Xft is available from http://fontconfig.org/. Along with
-Xft, you'll need to install its dependency fontconfig, and
+side fonts. Version 2 of Xft is available from http://fontconfig.org/
+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.
@@ -44,7 +42,7 @@ the same place as fontconfig.
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.4;
Pango-1.4 requires version 2 of Xft, which is present in XFree86-4.3
-and newer.
+and newer and in X11R6.7 and X11R6.8.
Both Xft and the optional PangoFT2 backend require the fontconfig
library (http://www.fontconfig.org) to look up fonts. At least version
@@ -90,4 +88,4 @@ README file.
Owen Taylor
otaylor@redhat.com
-16 March 2004
+13 September 2004