wok diff pango/description.txt @ rev 24892

Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 15:38:15 2022 +0000 (2022-04-07)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pango/description.txt	Thu Apr 07 15:38:15 2022 +0000
     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