[gnome-devel-docs/dx-hackfest: 9/18] platform-overview: Update the Pango section



commit 35ddefd52e4dd66251a75b9fb4c0a77c2d665f05
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Jan 31 16:07:09 2013 +0100

    platform-overview: Update the Pango section
    
    Signed-off-by: Federico Mena Quintero <federico gnome org>

 platform-overview/C/pango.page |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/platform-overview/C/pango.page b/platform-overview/C/pango.page
index a1a7240..d1d000c 100644
--- a/platform-overview/C/pango.page
+++ b/platform-overview/C/pango.page
@@ -12,6 +12,7 @@
 <p>Pango is the core text and font handling library in the GNOME
 platform.  It is responsible for laying out and rendering text, and
 is used throughout GTK+.</p>
+
 <note><p>The Pango layout engine can be used with different font
 backends and drawing backends.  On most GNOME systems, Pango
 will use FreeType, fontconfig, and Cairo to access fonts and
@@ -24,11 +25,11 @@ used throughout the world.  Many of the writing systems used for
 languages have complex rules for laying out glyphs and composing
 characters.  With Pango, nearly all languages can be written and
 displayed correctly, allowing users everywhere to view text in their
-native languages.  Pango support for multiple writing systems is
+native languages.  Pango's support for multiple writing systems is
 automatic; application developers do not have to write any special
 code to support other languages.</p>
 
-<p>Pango supports the text styling used in typical documents
+<p>Pango supports the kind of text styling used in typical documents
 and interfaces, including italics, font weights, and underlines.
 Pango uses a simple XML-like vocabulary called PangoMarkup which
 enables you to set font size, color, styles, and other text



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]