PangoAttrInt

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

The #PangoAttrInt structure is used to represent attributes with an integer or enumeration value.

extern (C)
struct PangoAttrInt {
PangoAttribute attr;
int value;
}

Meta