pangoLayoutIterGetCharExtents {RGtk2}R Documentation

pangoLayoutIterGetCharExtents

Description

Gets the extents of the current character, in layout coordinates (origin is the top left of the entire layout). Only logical extents can sensibly be obtained for characters; ink extents make sense only down to the level of clusters.

Usage

pangoLayoutIterGetCharExtents(object)

Arguments

object [PangoLayoutIter] a PangoLayoutIter

Value

A list containing the following elements:

logical.rect [PangoRectangle] rectangle to fill with logical extents

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]