Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pango::matrix(3) [suse man page]

Pango::Matrix(3)					User Contributed Perl Documentation					  Pango::Matrix(3)

NAME
Pango::Matrix HIERARCHY
Glib::Boxed +----Pango::Matrix METHODS
matrix = Pango::Matrix->new ($xx=1., $xy=0., $yx=0., $yy=1., $x0=0., $y0=0.) o $xx (double) o $xy (double) o $yx (double) o $yy (double) o $x0 (double) o $y0 (double) $matrix->concat ($new_matrix) o $new_matrix (Pango::Matrix) $matrix->rotate ($degrees) o $degrees (double) $matrix->scale ($scale_x, $scale_y) o $scale_x (double) o $scale_y (double) (dx, dy) = $matrix->transform_distance ($dx, $dy) o $dx (double) o $dy (double) Since: pango 1.16 array reference = $matrix->transform_pixel_rectangle ($rect) o $rect (array reference) Since: pango 1.16 (x, y) = $matrix->transform_point ($x, $y) o $x (double) o $y (double) Since: pango 1.16 array reference = $matrix->transform_rectangle ($rect) o $rect (array reference) Since: pango 1.16 $matrix->translate ($tx, $ty) o $tx (double) o $ty (double) double = $matrix->x0 ($new) o $new (double) double = $matrix->xx ($new=0) o $new (double) double = $matrix->xy ($new) o $new (double) double = $matrix->y0 ($new) o $new (double) double = $matrix->yx ($new) o $new (double) double = $matrix->yy ($new) o $new (double) SEE ALSO
Pango, Glib::Boxed COPYRIGHT
Copyright (C) 2003-2009 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.12.1 2010-07-05 Pango::Matrix(3)

Check Out this Related Man Page

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

NAME
Pango::Context 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-2009 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.12.1 2010-07-05 Pango::Context(3)
Man Page