| Import line: | Pango = imports.gi.Pango; |
| GIR File: | Pango-1.0.gir |
| C documentation: | Pango.Style |
| Enum : | Style |
| Properties | |
|---|---|
|
guint32 Pango.Style.ITALIC : 2
|
|
|
guint32 Pango.Style.NORMAL : 0
|
|
|
guint32 Pango.Style.OBLIQUE : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.CellRendererText
Property |
style : Pango.Style
|
|
Gtk.TextTag
Property |
style : Pango.Style
|
|
Pango
Method |
Parses a font style.
|
|
Pango.FontDescription
Method |
get_style
()
:
Pango.Style
Gets the style field of a PangoFontDescription.
|
|
Pango.FontDescription
Method |
set_style
(Style style)
:
none
Sets the style field of a PangoFontDescription.
|