// for debugging
evas_object_geometry_get(text->view.eo,
- &width, &height, NULL, NULL);
+ &width, &height, NULL, NULL);
if (width != text->width || height!= text->height)
{
ERR("e_view_text(%p) size mismatched: %dx%d != %dx%d", text,
text->width, text->height, width, height);
- // FIXME: set the size of evas_obejct to the size of text
+ // FIXME: set the size of evas_object to the size of text
// for avoiding regression.
text->width = width;
text->height = height;
{
if (text == NULL) return;
- e_view_color_set(&text->view, r, g, b, a);
+ e_view_color_set(&text->view, r, g, b, a);
}
E_API void