Method

PangoGlyphStringextents_range

Declaration

void
pango_glyph_string_extents_range (
  PangoGlyphString* glyphs,
  int start,
  int end,
  PangoFont* font,
  PangoRectangle* ink_rect,
  PangoRectangle* logical_rect
)

Description

No description available.

Parameters

start

Type: int

No description available.

end

Type: int

No description available.

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.