end index of the range (in bytes). The character at this index is not included in the range.
the class structure holding information about the type of the attribute
the start index of the range (in bytes).
Returns the attribute cast to PangoAttrColor
.
This is mainly useful for language bindings.
Returns the attribute cast to PangoAttrFloat
.
This is mainly useful for language bindings.
Returns the attribute cast to PangoAttrFontDesc
.
This is mainly useful for language bindings.
Returns the attribute cast to PangoAttrFontFeatures
.
This is mainly useful for language bindings.
Returns the attribute cast to PangoAttrInt
.
This is mainly useful for language bindings.
Returns the attribute cast to PangoAttrLanguage
.
This is mainly useful for language bindings.
Returns the attribute cast to PangoAttrShape
.
This is mainly useful for language bindings.
Returns the attribute cast to PangoAttrSize
.
This is mainly useful for language bindings.
Returns the attribute cast to PangoAttrString
.
This is mainly useful for language bindings.
Destroy a PangoAttribute
and free all associated memory.
The
PangoAttribute
structure represents the common portions of all attributes.Particular types of attributes include this structure as their initial portion. The common portion of the attribute holds the range to which the value in the type-specific part of the attribute applies and should be initialized using [method
Pango
.Attribute.init]. By default, an attribute will have an all-inclusive range of [0,%G_MAXUINT].