Method
ClutterTextposition_to_coords
Declaration [src]
gboolean
clutter_text_position_to_coords (
ClutterText* self,
gint position,
gfloat* x,
gfloat* y,
gfloat* line_height
)
Parameters
position
-
Type:
gint
Position in characters.
x
-
Type:
gfloat*
Return location for the X coordinate, or
NULL
.The argument will be set by the function. y
-
Type:
gfloat*
Return location for the Y coordinate, or
NULL
.The argument will be set by the function. line_height
-
Type:
gfloat*
Return location for the line height, or
NULL
.The argument will be set by the function.