1Pango::AttrStyle(3) User Contributed Perl Documentation Pango::AttrStyle(3)
2
3
4
6 Pango::AttrStyle
7
9 Glib::Boxed
10 +----Pango::AttrStyle
11
13 attribute = Pango::AttrStyle->new ($style, ...)
14 • $style (Pango::Style)
15
16 • ... (list)
17
18 style = $attr->value (...)
19 • ... (list)
20
22 enum Pango::Style
23 • 'normal' / 'PANGO_STYLE_NORMAL'
24
25 • 'oblique' / 'PANGO_STYLE_OBLIQUE'
26
27 • 'italic' / 'PANGO_STYLE_ITALIC'
28
30 Pango, Glib::Boxed
31
33 Copyright (C) 2003-2011 by the gtk2-perl team.
34
35 This software is licensed under the LGPL. See Pango for a full notice.
36
37
38
39perl v5.34.0 2021-07-22 Pango::AttrStyle(3)