pangoFontDescriptionGetSizeIsAbsolute {RGtk2} | R Documentation |
Determines whether the size of the font is in points or device units.
See pangoFontDescriptionSetSize
and pangoFontDescriptionSetAbsoluteSize
.
pangoFontDescriptionGetSizeIsAbsolute(object)
|
[PangoFontDescription ] a PangoFontDescription |
Since 1.8
[logical] whether the size for the font description is in
points or device units. Use pangoFontDescriptionGetSetFields
to
find out if the size field of the font description was explicitly set or not.
Derived by RGtkGen from GTK+ documentation