pangoGlyphStringExtents {RGtk2} | R Documentation |
Compute the logical and ink extents of a glyph string. See the documentation
for pangoFontGetGlyphExtents
for details about the interpretation
of the rectangles.
pangoGlyphStringExtents(object, font)
|
[PangoGlyphString ] a PangoGlyphString |
|
[PangoFont ] a PangoFont |
A list containing the following elements:
|
[PangoRectangle ] rectangle used to store the extents of the glyph string as drawn
or NULL to indicate that the result is not needed. |
|
[PangoRectangle ] rectangle used to store the logical extents of the glyph string
or NULL to indicate that the result is not needed. |
Derived by RGtkGen from GTK+ documentation