pangoLayoutGetSize {RGtk2} | R Documentation |
Determines the logical width and height of a PangoLayout
in Pango units (device units scaled by PANGO_SCALE
). This
is simply a convenience function around pangoLayoutGetExtents
.
pangoLayoutGetSize(object)
|
A list containing the following elements:
|
location to store the logical width, or |
|
location to store the logical height, or |
Derived by RGtkGen from GTK+ documentation