Tizen Native API
5.5
|
Functions | |
void | elm_textpath_circular_set (Efl_Ui_Textpath *obj, double radius, double start_angle, Efl_Ui_Textpath_Direction direction) |
Set a circle with given radius, and start angle. The circle center will be decided by the object center position. | |
void | elm_textpath_slice_number_set (Efl_Ui_Textpath *obj, int slice_no) |
The number of slices. The larger the number of slice_num is, The better the text follows the path. | |
int | elm_textpath_slice_number_get (const Efl_Ui_Textpath *obj) |
The number of slices. The larger the number of slice_num is, The better the text follows the path. | |
void | elm_textpath_ellipsis_set (Efl_Ui_Textpath *obj, Eina_Bool ellipsis) |
Control the ellipsis behavior of the textpath. | |
Eina_Bool | elm_textpath_ellipsis_get (const Efl_Ui_Textpath *obj) |
Control the ellipsis behavior of the textpath. | |
EINA_DEPRECATED EAPI void | elm_textpath_circle_set (Efl_Ui_Textpath *obj, double x, double y, double radius, double start_angle, Efl_Ui_Textpath_Direction direction) |
Set a circle with given center, radius, and start angle. |
Textpath direction
EINA_DEPRECATED EAPI void elm_textpath_circle_set | ( | Efl_Ui_Textpath * | obj, |
double | x, | ||
double | y, | ||
double | radius, | ||
double | start_angle, | ||
Efl_Ui_Textpath_Direction | direction | ||
) |
Set a circle with given center, radius, and start angle.
[in] | obj | The object. |
[in] | x | X coordinate of center |
[in] | y | Y coordinate of center |
[in] | radius | Radius of the circle |
[in] | start_angle | Start angle of the circle |
[in] | direction | Textpath direction |
void elm_textpath_circular_set | ( | Efl_Ui_Textpath * | obj, |
double | radius, | ||
double | start_angle, | ||
Efl_Ui_Textpath_Direction | direction | ||
) |
Set a circle with given radius, and start angle. The circle center will be decided by the object center position.
[in] | obj | The object. |
[in] | radius | Radius of the circle |
[in] | start_angle | Start angle of the circle |
[in] | direction | Textpath direction |
Eina_Bool elm_textpath_ellipsis_get | ( | const Efl_Ui_Textpath * | obj | ) |
Control the ellipsis behavior of the textpath.
[in] | obj | The object. |
void elm_textpath_ellipsis_set | ( | Efl_Ui_Textpath * | obj, |
Eina_Bool | ellipsis | ||
) |
Control the ellipsis behavior of the textpath.
[in] | obj | The object. |
[in] | ellipsis | To ellipsis text or not |
int elm_textpath_slice_number_get | ( | const Efl_Ui_Textpath * | obj | ) |
The number of slices. The larger the number of slice_num is, The better the text follows the path.
[in] | obj | The object. |
void elm_textpath_slice_number_set | ( | Efl_Ui_Textpath * | obj, |
int | slice_no | ||
) |
The number of slices. The larger the number of slice_num is, The better the text follows the path.
[in] | obj | The object. |
[in] | slice_no | Number of slices |