wok diff pango/description.txt @ rev 20825

updated dhcp, dhcp-client, dhcp-dev, and dhcp-relay (4.2.2 -> 4.4.1)
author Hans-G?nter Theisgen
date Tue Feb 19 15:51:35 2019 +0100 (2019-02-19)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pango/description.txt	Tue Feb 19 15:51:35 2019 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +Pango is a library for layout and rendering of text, with an emphasis on
     1.5 +internationalization. Pango can be used anywhere that text layout is needed.
     1.6 +However, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as
     1.7 +a test platform. Pango forms the core of text and font handling for GTK+-2.0.
     1.8 +
     1.9 +Pango is designed to be modular; the core Pango layout can be used with four
    1.10 +different font backends:
    1.11 +  * Core X windowing system fonts
    1.12 +  * Client-side fonts on X using the Xft library
    1.13 +  * Direct rendering of scalable fonts using the FreeType library
    1.14 +  * Native fonts on Microsoft backends