Struct
PangoAttrInt
Description [src]
structPangoAttrInt{
PangoAttributeattr;
intvalue;
}
The PangoAttrInt structure is used to represent attributes with
an integer or enumeration value.
Structure members
attr:PangoAttributeThe common portion of the attribute.
value:intThe value of the attribute.