A direct subclass of gobject representing a reference to a PangoLayout.
@end deffn
+@deffn Procedure guarantee-pango-layout object operator
+Type guarantor.
+@end deffn
+
@deffn Procedure pango-layout-get-context layout
The layout's context, a PangoContext alien.
@end deffn
@end deffn
+@deffn Procedure pango-layout-get-baseline layout
+The y position (in pixels, not pangos) of the baseline of the first
+line in @var{layout}.
+@end deffn
+
@deffn Procedure pango-layout-get-pixel-extents layout receiver
Applies @var{receiver} to @var{layout}'s width and height.
@end deffn
character at @var{index}.
@end deffn
+@deffn Procedure pango-layout-xy-to-index layout x y
+Returns the byte index of the character at position (@var{x}, @var{y})
+within @var{layout}. @var{X} and @var{y} should be given in pixels
+relative to the top left of the layout. Returns @code{#f} if @var{x}
+or @var{y} are not inside @var{layout}.
+@end deffn
+
@anchor{pango-font-description-from-string}
@deffn Procedure pango-font-description-from-string string
A new PangoFontDescription alien. If it is garbage collected, the