pango-querymodules - list the language modules available to the pango layout engine
pango-querymodules [--help] [--version] [module] [module...]
pango-querymodules collects information about loadable modules for Pango and writes it to stdout.
If called without arguments, it looks for language modules in the Pango module path. If called with arguments, it looks for the specified modules. The arguments may be absolute or relative paths.
The Pango module path is specified by the key Pango/ModulesPath in the Pango config database, which is read from /etc/pango/pangorc, ~/.pangorc, and the file specified in the environment variable PANGO_RC_FILE.
If the output is redirected to /etc/pango/pango.modules, this will cause the specified modules to be loaded as default modules.
The following options are supported:
--help Displays help and usage information.
--version Displays version information for pango-querymodules.
The following operands are supported:
module List the language modules stored in the specified custom location.
Example 1: Getting the default list of modules
example% pango-querymodules
See environ(5) for descriptions of the following environment variables that affect the execution of pango-querymodules: NLSPATH.
PANGO_RC_FILE Used to specify configuration database file.
The following exit values are returned:
0 Application exited successfully
>0 Application exited with failure
The following files are used by this application:
/usr/bin/pango-querymodules The command-line executable for the application.
/etc/pango/pangorc Pango system configuration database
~/.pangorc Pango user configuration database
/etc/pango/pango.modules Pango modules file
/usr/share/gtk-doc/html/pango Location of developer documentation
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE Availability SUNWgnome-base-libs Interface stability Committed
Latest version of the GNOME Desktop User Guide for your platform.
libpango-1.0(3), libpangoft2-1.0(3), libpangox-1.0(5),
Written by Erwann Chenede, Sun Microsystems Inc., 2003, 2006.
| SunOS 5.11 | pango-querymodules (1) | 31 May 2004 |