Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pango-view(1) [linux man page]

PANGO-VIEW(1)							   User Commands						     PANGO-VIEW(1)

NAME
pango-view - Pango text viewer DESCRIPTION
Usage: pango-view [OPTION...] - FILE Help Options: -h, --help Show help options --help-all Show all help options --help-cairo Options understood by the cairo backend Cairo backend options: --annotate=1 or 2 Annotate the output Application Options: --no-auto-dir No layout direction according to contents --backend=cairo/xft/ft2/x Pango backend to use for rendering (default: cairo) --background=red/#rrggbb/#rrggbbaa/transparent Set the background color -q, --no-display Do not display (just write to file or whatever) --dpi=number Set the resolution --align=left/center/right Text alignment --ellipsize=start/middle/end Ellipsization mode --font=description Set the font description --foreground=red/#rrggbb/#rrggbbaa Set the text color --gravity=south/east/north/west/auto Base gravity: glyph rotation --gravity-hint=natural/strong/line Gravity hint --header Display the options in the output --height=+points/-numlines Height in points (positive) or number of lines (negative) for ellipsizing --hinting=none/auto/full Hinting style --indent=points Width in points to indent paragraphs --justify Align paragraph lines to be justified --language=en_US/etc Language to use for font selection --margin=CSS-style numbers in pixels Set the margin on the output in pixels --markup Interpret text as Pango markup -o, --output=file Save rendered image to output file --pangorc=file pangorc file to use (default is ./pangorc) --pixels Use pixel units instead of points (sets dpi to 72) --rtl Set base direction to right-to-left --rotate=degrees Angle at which to rotate results -n, --runs=integer Run Pango layout engine this many times --single-par Enable single-paragraph mode -t, --text=string Text to display (instead of a file) --version Show version numbers --waterfall Create a waterfall display -w, --width=points Width in points to which to wrap lines or ellipsize --wrap=word/char/word-char Text wrapping mode (needs a width to be set) Pango module interface version: 1.6.0 pango-view (pango) 1.30.0 March 2012 PANGO-VIEW(1)

Check Out this Related Man Page

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

NAME
Pango::Renderer - a base class for pango rendering HIERARCHY
Glib::Object +----Pango::Renderer METHODS
$renderer->activate Since: pango 1.8 color or undef = $renderer->get_color ($part) o $part (Pango::RenderPart) Since: pango 1.8 $renderer->set_color ($part, $color) o $part (Pango::RenderPart) o $color (Pango::Color or undef) Since: pango 1.8 $renderer->deactivate Since: pango 1.8 $renderer->draw_error_underline ($x, $y, $width, $height) o $x (integer) o $y (integer) o $width (integer) o $height (integer) Since: pango 1.8 $renderer->draw_glyph ($font, $glyph, $x, $y) o $font (Pango::Font) o $glyph (integer) o $x (double) o $y (double) Since: pango 1.8 $renderer->draw_layout ($layout, $x, $y) o $layout (Pango::Layout) o $x (integer) o $y (integer) Since: pango 1.8 $renderer->draw_layout_line ($line, $x, $y) o $line (Pango::LayoutLine) o $x (integer) o $y (integer) Since: pango 1.8 $renderer->draw_rectangle ($part, $x, $y, $width, $height) o $part (Pango::RenderPart) o $x (integer) o $y (integer) o $width (integer) o $height (integer) Since: pango 1.8 $renderer->draw_trapezoid ($part, $y1_, $x11, $x21, $y2, $x12, $x22) o $part (Pango::RenderPart) o $y1_ (double) o $x11 (double) o $x21 (double) o $y2 (double) o $x12 (double) o $x22 (double) Since: pango 1.8 layout = $renderer->get_layout Since: pango 1.20 layoutline = $renderer->get_layout_line Since: pango 1.20 matrix or undef = $renderer->get_matrix Since: pango 1.8 $renderer->set_matrix ($matrix) o $matrix (Pango::Matrix or undef) Since: pango 1.8 $renderer->part_changed ($part) o $part (Pango::RenderPart) Since: pango 1.8 ENUMS AND FLAGS
enum Pango::RenderPart o 'foreground' / 'PANGO_RENDER_PART_FOREGROUND' o 'background' / 'PANGO_RENDER_PART_BACKGROUND' o 'underline' / 'PANGO_RENDER_PART_UNDERLINE' o 'strikethrough' / 'PANGO_RENDER_PART_STRIKETHROUGH' 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::Renderer(3pm)
Man Page