Method

Pango.Attribute.as_float

Declaration [src]

PangoAttrFloat*
pango_attribute_as_float (
  PangoAttribute* attr
)

Description [src]

Returns the attribute cast to PangoAttrFloat.

This is mainly useful for language bindings.

Available since:1.50

Return value

Returns: PangoAttrFloat

The attribute as PangoAttrFloat, or NULL if it’s not a floating point attribute

The data is owned by the called function
Can be NULL