%general-entities; ]> $LastChangedBy$ $Date$ Pango-&pango-version; Pango Introduction to Pango Pango is a library for laying out and rendering of 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. &lfs71_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 Optional (required if building Gnome), and LibThai User Notes: Installation of Pango Install Pango by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc && make To test the results, issue: make check. You can install if you wish to test the documentation section of the test suite. Also, the testboundries test could fail if you have LibThai installed. Now, as the root user: make install Command Explanations Configuring Pango Config Files /etc/pango/pangorc, ~/.pangorc, and the file specified in the environment variable PANGO_RC_FILE /etc/pango/pangorc ~/.pangorc Configuration Information The Pango module path is specified by the key Pango/ModulesPath in the Pango config database, which is read from the config files listed above. Contents Installed Programs Installed Libraries Installed Directories pango-querymodules and pango-view libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so, libpangox-1.0.so, libpangoxft-1.0.so /etc/pango, /usr/include/pango-1.0, /usr/lib/pango and /usr/share/gtk-doc/html/pango Short Descriptions pango-querymodules is a module registration utility that collects information about Pango loadable modules. pango-querymodules pango-view renders a given file through Pango for viewing purposes. pango-view libpango*-1.0.so contain 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