1Pango::AttrStretch(3) User Contributed Perl DocumentationPango::AttrStretch(3)
2
3
4
6 Pango::AttrStretch
7
9 attribute = Pango::AttrStretch->new ($stretch, ...)
10 · $stretch (Pango::Stretch)
11
12 · ... (list)
13
14 stretch = $attr->value (...)
15 · ... (list)
16
18 enum Pango::Stretch
19 · 'ultra-condensed' / 'PANGO_STRETCH_ULTRA_CONDENSED'
20
21 · 'extra-condensed' / 'PANGO_STRETCH_EXTRA_CONDENSED'
22
23 · 'condensed' / 'PANGO_STRETCH_CONDENSED'
24
25 · 'semi-condensed' / 'PANGO_STRETCH_SEMI_CONDENSED'
26
27 · 'normal' / 'PANGO_STRETCH_NORMAL'
28
29 · 'semi-expanded' / 'PANGO_STRETCH_SEMI_EXPANDED'
30
31 · 'expanded' / 'PANGO_STRETCH_EXPANDED'
32
33 · 'extra-expanded' / 'PANGO_STRETCH_EXTRA_EXPANDED'
34
35 · 'ultra-expanded' / 'PANGO_STRETCH_ULTRA_EXPANDED'
36
38 Pango
39
41 Copyright (C) 2003-2009 by the gtk2-perl team.
42
43 This software is licensed under the LGPL. See Pango for a full notice.
44
45
46
47perl v5.12.3 2011-03-23 Pango::AttrStretch(3)