Handbook
Glossary
atk_text_get_character_extents ( text offset x y width height coords -- )
Vocabulary
atk
.
ffi
Inputs
text
an
object
offset
an
object
x
an
object
y
an
object
width
an
object
height
an
object
coords
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
atk.ffi
LIBRARY:
atk
FUNCTION:
void
atk_text_get_character_extents
( AtkText* text,
gint
offset, gint* x, gint* y, gint* width,
gint* height,
AtkCoordType
coords )