1Pango::AttrStyle(3) User Contributed Perl Documentation Pango::AttrStyle(3)
2
3
4
6 Pango::AttrStyle
7
9 attribute = Pango::AttrStyle->new ($style, ...)
10 · $style (Pango::Style)
11
12 · ... (list)
13
14 style = $attr->value (...)
15 · ... (list)
16
18 enum Pango::Style
19 · 'normal' / 'PANGO_STYLE_NORMAL'
20
21 · 'oblique' / 'PANGO_STYLE_OBLIQUE'
22
23 · 'italic' / 'PANGO_STYLE_ITALIC'
24
26 Pango
27
29 Copyright (C) 2003-2009 by the gtk2-perl team.
30
31 This software is licensed under the LGPL. See Pango for a full notice.
32
33
34
35perl v5.12.3 2011-03-23 Pango::AttrStyle(3)