dir_cur = cur;
if (ctype == EVAS_TEXTBLOCK_CURSOR_UNDER)
{
- ret = evas_textblock_cursor_char_geometry_get(cur, cx, cy, cw, ch);
+ ret = evas_textblock_cursor_pen_geometry_get(cur, cx, cy, cw, ch);
}
else if (ctype == EVAS_TEXTBLOCK_CURSOR_BEFORE)
{
{
before_char = EINA_TRUE;
}
- ret = evas_textblock_cursor_char_geometry_get(
+ ret = evas_textblock_cursor_pen_geometry_get(
dir_cur, &x, &y, &w, &h);
#ifdef BIDI_SUPPORT
/* Adjust if the char is an rtl char */
}
else
{
- ret = evas_textblock_cursor_char_geometry_get(
+ ret = evas_textblock_cursor_pen_geometry_get(
dir_cur, &x, &y, &w, &h);
}
if (ret >= 0)
int ret;
ti = _ITEM_TEXT(it1);
- ret = cur->ENFN->font_char_coords_get(cur->ENDT,
+ ret = cur->ENFN->font_pen_coords_get(cur->ENDT,
ti->format->font.font,
ti->text, &ti->parent.bidi_props,
start,
{
return NULL;
}
- ret = cur->ENFN->font_char_coords_get(cur->ENDT,
+ ret = cur->ENFN->font_pen_coords_get(cur->ENDT,
ti->format->font.font,
ti->text, &ti->parent.bidi_props,
end,
int ret;
ti = _ITEM_TEXT(it1);
- ret = cur->ENFN->font_char_coords_get(cur->ENDT,
+ ret = cur->ENFN->font_pen_coords_get(cur->ENDT,
ti->format->font.font,
ti->text, &ti->parent.bidi_props,
start,
int ret;
ti = _ITEM_TEXT(it2);
- ret = cur->ENFN->font_char_coords_get(cur->ENDT,
+ ret = cur->ENFN->font_pen_coords_get(cur->ENDT,
ti->format->font.font,
ti->text, &ti->parent.bidi_props,
end,