wok-6.x diff pango/description.txt @ rev 23583
updated python-werkzeug (0.15.2 -> 1.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 14:03:09 2020 +0100 (2020-04-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pango/description.txt Tue Apr 07 14:03:09 2020 +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