pangoFontDescriptionGetSize {RGtk2} | R Documentation |
Gets the size field of a font description.
See pangoFontDescriptionGetSize
.
pangoFontDescriptionGetSize(object)
|
[PangoFontDescription ] a PangoFontDescription |
[integer] the size field for the font description in points or device units.
You must call pangoFontDescriptionGetSizeIsAbsolute
to find out which is the case. Returns 0 if the size field has not
previously been set. pangoFontDescriptionGetSetFields
to
find out if the field was explicitely set or not.
Derived by RGtkGen from GTK+ documentation