Method
PangoFontget_glyph_extents
Declaration
void
pango_font_get_glyph_extents (
PangoFont* font,
PangoGlyph glyph,
PangoRectangle* ink_rect,
PangoRectangle* logical_rect
)
Parameters
glyph
-
Type:
PangoGlyph
No description available.
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.