From e048781571371b36d25e15ef682318179385e36d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 12 Aug 2005 03:07:16 +0000 Subject: [PATCH] Updates. 2005-08-11 Matthias Clasen * gtk/building.sgml: Updates. --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/building.sgml | 15 +++------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 75df2b9c65..99ffd45434 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2005-08-11 Matthias Clasen + + * gtk/building.sgml: Updates. + 2005-08-06 Matthias Clasen * gtk/Makefile.am: Add new stock images. diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 481d61eb44..02d953935f 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -239,23 +239,14 @@ How to compile GTK+ itself The fontconfig library provides Pango with a standard way of locating - fonts and matching them against font names. The - Xft2 - library, distributed with fontconfig, provides support for - scalable and antialiased fonts on X. Pango includes two - backends that work on top of fontconfig: an Xft2 backend - and a backend that uses fontconfig and the underlying - FreeType - library directly. Neither backend is mandatory, but the - Xft2 backend is the preferred backend for X and the FreeType - backend is needed by many applications. + fonts and matching them against font names. - The Cairo + Cairo is a graphics library that supports vector graphics and image - compositing. Both Pango and GTK+ use Cairo for much of their + compositing. Both Pango and GTK+ use cairo for much of their drawing.