Pango::AttrStretch

Section: User Contributed Perl Documentation (3pm)
Updated: 2009-11-06
Index Return to Main Contents
 

NAME

Pango::AttrStretch - Pango font stretch attribute  

METHODS

 

attribute = Pango::AttrStretch->new ($stretch, ...)

$stretch (Pango::Stretch)
... (list)
 

stretch = $attr->value (...)

... (list)
 

ENUMS AND FLAGS

 

enum Pango::Stretch

'ultra-condensed' / 'PANGO_STRETCH_ULTRA_CONDENSED'
'extra-condensed' / 'PANGO_STRETCH_EXTRA_CONDENSED'
'condensed' / 'PANGO_STRETCH_CONDENSED'
'semi-condensed' / 'PANGO_STRETCH_SEMI_CONDENSED'
'normal' / 'PANGO_STRETCH_NORMAL'
'semi-expanded' / 'PANGO_STRETCH_SEMI_EXPANDED'
'expanded' / 'PANGO_STRETCH_EXPANDED'
'extra-expanded' / 'PANGO_STRETCH_EXTRA_EXPANDED'
'ultra-expanded' / 'PANGO_STRETCH_ULTRA_EXPANDED'
 

SEE ALSO

Pango  

COPYRIGHT

Copyright (C) 2003-2009 by the gtk2-perl team.

This software is licensed under the LGPL. See Pango for a full notice.


 

Index

NAME
METHODS
attribute = Pango::AttrStretch->new ($stretch, ...)
stretch = $attr->value (...)
ENUMS AND FLAGS
enum Pango::Stretch
SEE ALSO
COPYRIGHT

This document was created by man2html, using the manual pages.
Time: 19:49:24 GMT, April 27, 2011