Method
PangoGlyphStringextents
Declaration
void
pango_glyph_string_extents (
PangoGlyphString* glyphs,
PangoFont* font,
PangoRectangle* ink_rect,
PangoRectangle* logical_rect
)
Parameters
font
-
Type:
PangoFont
No description available.
The data is owned by the caller of the method. ink_rect
-
Type:
PangoRectangle
No description available.
The argument will be set by the function. The argument can be NULL
.The data is owned by the instance. logical_rect
-
Type:
PangoRectangle
No description available.
The argument will be set by the function. The argument can be NULL
.The data is owned by the instance.