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