%general-entities; ]> $LastChangedBy$ $Date$ Pango-&pango-version; Pango Introduction to Pango Pango is a library for laying out and rendering text, with an emphasis on internationalization. It can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. &lfs91_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &pango-md5sum; Download size: &pango-size; Estimated disk space required: &pango-buildsize; Estimated build time: &pango-time; Pango Dependencies Required (must be built with using ), , and Recommended , (Required if building GNOME), and Optional (for tests), , help2man, and libthai User Notes: Installation of Pango Install Pango by running the following commands: mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc .. && ninja To test the results, issue: ninja test. Three tests, test-layout, test-break, and test-itemize are known to fail if is not installed. Now, as the root user: ninja install Command Explanations : Use this switch if gtk-doc is installed and you wish to rebuild and install the API documentation. : Use this switch if you do not want to use . Configuring Pango Config Files /etc/pango/pangorc, ~/.pangorc and the file specified in the environment variable PANGO_RC_FILE /etc/pango/pangorc ~/.pangorc Contents Installed Programs Installed Libraries Installed Directories pango-list and pango-view libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so, and libpangoxft-1.0.so /usr/include/pango-1.0 and /usr/share/gtk-doc/html/pango Short Descriptions pango-list displays a list of fonts that Pango can use that are currently installed on the system. pango-list pango-view renders a given text file through Pango for viewing purposes. pango-view libpango-1.0.so contains low level layout rendering routines, a high level driver for laying out entire blocks of text, and routines to assist in editing internationalized text. libpango-1.0.so