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 |
gint |
Position in characters. |
|
x |
gfloat* |
Return location for the X coordinate, or |
|
The argument will be set by the function. | |
y |
gfloat* |
Return location for the Y coordinate, or |
|
The argument will be set by the function. | |
line_height |
gfloat* |
Return location for the line height, or |
|
The argument will be set by the function. |