Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Struct Pango.Attribute

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.Attribute
Struct : Attribute
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Pango.Attribute ()
Create a new Pango.Attribute
Create a new Pango.Attribute
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Pango
Method
Pango.attr_background_new (Number red, Number green, Number blue) : Pango.Attribute
Create a new background color attribute.
Pango
Method
Pango.attr_fallback_new (Boolean enable_fallback) : Pango.Attribute
Create a new font fallback attribute.
Pango
Method
Pango.attr_family_new (String family) : Pango.Attribute
Create a new font family attribute.
Pango
Method
Pango.attr_foreground_new (Number red, Number green, Number blue) : Pango.Attribute
Create a new foreground color attribute.
Pango
Method
Pango.attr_gravity_hint_new (GravityHint hint) : Pango.Attribute
Create a new gravity hint attribute.
Pango
Method
Pango.attr_gravity_new (Gravity gravity) : Pango.Attribute
Create a new gravity attribute.
Pango
Method
Pango.attr_letter_spacing_new (Number letter_spacing) : Pango.Attribute
Create a new letter-spacing attribute.
Pango
Method
Pango.attr_rise_new (Number rise) : Pango.Attribute
Create a new baseline displacement attribute.
Pango
Method
Pango.attr_scale_new (Number scale_factor) : Pango.Attribute
Create a new font size scale attribute.
Pango
Method
Pango.attr_stretch_new (Stretch stretch) : Pango.Attribute
Create a new font stretch attribute freed with pango_attribute_destroy().
Pango
Method
Pango.attr_strikethrough_color_new (Number red, Number green, Number blue) : Pango.Attribute
Create a new strikethrough color attribute.
Pango
Method
Pango.attr_strikethrough_new (Boolean strikethrough) : Pango.Attribute
Create a new strike-through attribute.
Pango
Method
Pango.attr_style_new (Style style) : Pango.Attribute
Create a new font slant style attribute.
Pango
Method
Pango.attr_underline_color_new (Number red, Number green, Number blue) : Pango.Attribute
Create a new underline color attribute.
Pango
Method
Pango.attr_underline_new (Underline underline) : Pango.Attribute
Create a new underline-style attribute.
Pango
Method
Pango.attr_variant_new (Variant variant) : Pango.Attribute
Create a new font variant attribute (normal or small caps) freed with pango_attribute_destroy().
Pango
Method
Pango.attr_weight_new (Weight weight) : Pango.Attribute
Create a new font weight attribute.
Pango.AttrIterator
Method
get (AttrType type) : Pango.Attribute
Find the current attribute of a particular type at the iterator location.
Pango.AttrList
Method
insert (Attribute attr) : none
Insert the given attribute into the PangoAttrList.
Pango.AttrList
Method
insert_before (Attribute attr) : none
Insert the given attribute into the PangoAttrList.
Pango.AttrList
Method
change (Attribute attr) : none
Insert the given attribute into the PangoAttrList.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:53 GMT+0800 (HKT)