Struct
PangoAttrFloat
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. |