summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-11-05 12:30:34 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-05 12:30:34 +0000
commited7d5822c0008a7416bd9cc19d6b0c0e58a352ae (patch)
treeb585e877ec58db467209c2e049c6d115b324229a /pango
parent4aed4f436cf8e4b0f3f034dfb1d1025b05a61f0a (diff)
cleanup README files.
Convert DOS -> unix newlines. Cleanup and clarify several files.
Diffstat (limited to 'pango')
-rw-r--r--pango/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/README b/pango/README
index 75a73da2425e..d80b4501108f 100644
--- a/pango/README
+++ b/pango/README
@@ -1,3 +1,3 @@
-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, though most usage so far as been in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+ 2. Pango is designed to be modular; the core Pango layout can be used with four different font backends: Core X windowing system fonts, Client-side fonts on X using the Xft2 library, Direct rendering of scalable fonts using the FreeType library, Native fonts on Microsoft platforms. Dynamically loaded modules then handle text layout for particular combinations of script and font backend. Pango-1.2 ships with a wide selection of modules, including modules for Hebrew, Arabic, Hangul, Thai, and a number of Indic scripts. Virtually all of the world's major scripts are supported.
-
+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, though most usage so far as been in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+ 2. Pango is designed to be modular; the core Pango layout can be used with four different font backends: Core X windowing system fonts, Client-side fonts on X using the Xft2 library, Direct rendering of scalable fonts using the FreeType library, Native fonts on Microsoft platforms. Dynamically loaded modules then handle text layout for particular combinations of script and font backend. Pango-1.2 ships with a wide selection of modules, including modules for Hebrew, Arabic, Hangul, Thai, and a number of Indic scripts. Virtually all of the world's major scripts are supported.
+
As well as the low level layout rendering routines, Pango includes PangoLayout, a high level driver for laying out entire blocks of text, and routines to assist in editing internationalized text. \ No newline at end of file