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