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 | Defined By | |
---|---|---|
end_index : Number
|
Pango.Attribute | |
klass : Pango.AttrClass
|
Pango.Attribute | |
start_index : Number
|
Pango.Attribute |
Method / Constructor | Defined By | |
---|---|---|
new Pango.Attribute
()
Create a new Pango.Attribute
Create a new Pango.Attribute
|
||
copy
()
:
Pango.Attribute
Make a copy of an attribute.
Make a copy of an attribute. freed with pango_attribute_destroy().
|
Pango.Attribute | |
destroy
()
:
none
Destroy a PangoAttribute and free all associated memory.
Destroy a PangoAttribute and free all associated memory.
|
Pango.Attribute | |
Compare two attributes for equality.
Compare two attributes for equality. This compares only the actual value of the two attributes and not the ranges that the attributes apply to.
|
Pango.Attribute | |
init
(AttrClass klass)
:
none
Initializes attr's klass to klass, it's start_index to PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING and end_index to PANGO_ATTR_INDEX_TO_TEXT_END such that the attribute applies to the entire text by default.
Initializes attr's klass to klass, it's start_index to PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING and end_index to PANGO_ATTR_INDEX_TO_TEXT_END such that the attribute applies to the entire text by default.
|
Pango.Attribute |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Pango
Method |
Create a new background color attribute.
|
Pango
Method |
Create a new font fallback attribute.
|
Pango
Method |
Create a new font family attribute.
|
Pango
Method |
Create a new foreground color attribute.
|
Pango
Method |
Create a new gravity hint attribute.
|
Pango
Method |
Create a new gravity attribute.
|
Pango
Method |
Create a new letter-spacing attribute.
|
Pango
Method |
Create a new baseline displacement attribute.
|
Pango
Method |
Create a new font size scale attribute.
|
Pango
Method |
Create a new font stretch attribute freed with pango_attribute_destroy().
|
Pango
Method |
Create a new strikethrough color attribute.
|
Pango
Method |
Create a new strike-through attribute.
|
Pango
Method |
Create a new font slant style attribute.
|
Pango
Method |
Create a new underline color attribute.
|
Pango
Method |
Create a new underline-style attribute.
|
Pango
Method |
Create a new font variant attribute (normal or small caps) freed with pango_attribute_destroy().
|
Pango
Method |
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.
|