Struct
Pango.AttrSize
Description [src]
struct PangoAttrSize {
  PangoAttribute attr;
  int size;
  guint absolute;
}
The PangoAttrSize structure is used to represent attributes which
set font size.
Structure members
| attr | the common portion of the attribute | 
| size | size of font, in units of 1/ | 
| absolute | whether the font size is in device units or points.
  This field is only present for compatibility with Pango-1.8.0
  ( | 
Functions
pango_attr_size_new
Create a new font-size attribute in fractional points.
pango_attr_size_new_absolute
Create a new font-size attribute in device units.