PangoAttrFloat

PangoAttrFloat: @attr: the common portion of the attribute @value: the value of the attribute

The #PangoAttrFloat structure is used to represent attributes with a float or double value.

extern (C)
struct PangoAttrFloat {
PangoAttribute attr;
double value;
}

Meta