wok diff pango/description.txt @ rev 25154
updated proxychains-ng (4.14 -> 4.16)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 30 15:28:13 2022 +0100 (2022-06-30) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pango/description.txt Thu Jun 30 15:28:13 2022 +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