Learn R Programming

RGtk2 (version 2.8.7)

atkTextGetCharacterExtents: atkTextGetCharacterExtents

Description

Get the bounding box containing the glyph representing the character at a particular text offset.

Usage

atkTextGetCharacterExtents(object, offset, coords)

Arguments

Value

A list containing the following elements:x[integer] Pointer for the x cordinate of the bounding boxy[integer] Pointer for the y cordinate of the bounding boxwidth[integer] Pointer for the width of the bounding boxheight[integer] Pointer for the height of the bounding box