Struct
Pango.AttrFloat
Description [src]
struct PangoAttrFloat {
  PangoAttribute attr;
  double value;
}
The PangoAttrFloat structure is used to represent attributes with
a float or double value.
Structure members
| attr | the common portion of the attribute | 
| value | the value of the attribute |