Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pango-querymodules(1) [opensolaris man page]

pango-querymodules(1)						   User Commands					     pango-querymodules(1)

NAME
pango-querymodules - list the language modules available to the pango layout engine SYNOPSIS
pango-querymodules [--help] [--version] [module...] DESCRIPTION
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. OPTIONS
The following options are supported: --help Displays help and usage information. --version Displays version information for pango-querymodules. OPERANDS
The following operands are supported: module List the language modules stored in the specified custom location. EXAMPLES
Example 1: Getting the default list of modules example% pango-querymodules ENVIRONMENT VARIABLES
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. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
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 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. libpango-1.0(3), attributes(5), environ(5), gnome-interfaces(5) NOTES
Written by Erwann Chenede, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 09 Nov 2007 pango-querymodules(1)

Check Out this Related Man Page

Pango::Context(3pm)					User Contributed Perl Documentation				       Pango::Context(3pm)

NAME
Pango::Context - Pango object that stores global information used to control the itemization process HIERARCHY
Glib::Object +----Pango::Context METHODS
direction = $context->get_base_dir $context->set_base_dir ($direction) o $direction (Pango::Direction) gravity = $context->get_base_gravity Since: pango 1.16 $context->set_base_gravity ($gravity) o $gravity (Pango::Gravity) Since: pango 1.16 fontdescription = $context->get_font_description $context->set_font_description ($desc) o $desc (Pango::FontDescription) fontmap = $context->get_font_map Since: pango 1.6 gravity = $context->get_gravity Since: pango 1.16 gravityhint = $context->get_gravity_hint Since: pango 1.16 $context->set_gravity_hint ($hint) o $hint (Pango::GravityHint) Since: pango 1.16 language = $context->get_language $context->set_language ($language) o $language (Pango::Language) @families = $context->list_families font = $context->load_font ($desc) o $desc (Pango::FontDescription or undef) fontset = $context->load_fontset ($desc, $language) o $desc (Pango::FontDescription) o $language (Pango::Language or undef) matrix or undef = $context->get_matrix Since: pango 1.6 $context->set_matrix ($matrix) o $matrix (Pango::Matrix or undef) Since: pango 1.6 fontmetrics = $context->get_metrics ($desc, $language) o $desc (Pango::FontDescription) o $language (Pango::Language or undef) ENUMS AND FLAGS
enum Pango::Direction o 'ltr' / 'PANGO_DIRECTION_LTR' o 'rtl' / 'PANGO_DIRECTION_RTL' o 'ttb-ltr' / 'PANGO_DIRECTION_TTB_LTR' o 'ttb-rtl' / 'PANGO_DIRECTION_TTB_RTL' o 'weak-ltr' / 'PANGO_DIRECTION_WEAK_LTR' o 'weak-rtl' / 'PANGO_DIRECTION_WEAK_RTL' o 'neutral' / 'PANGO_DIRECTION_NEUTRAL' enum Pango::Gravity o 'south' / 'PANGO_GRAVITY_SOUTH' o 'east' / 'PANGO_GRAVITY_EAST' o 'north' / 'PANGO_GRAVITY_NORTH' o 'west' / 'PANGO_GRAVITY_WEST' o 'auto' / 'PANGO_GRAVITY_AUTO' enum Pango::GravityHint o 'natural' / 'PANGO_GRAVITY_HINT_NATURAL' o 'strong' / 'PANGO_GRAVITY_HINT_STRONG' o 'line' / 'PANGO_GRAVITY_HINT_LINE' SEE ALSO
Pango, Glib::Object COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.14.2 2011-11-15 Pango::Context(3pm)
Man Page