projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d56aef
)
Evas font engine: The position of the NULL returned from coords should depend on...
author
Tom Hacohen
<tom@stosb.com>
Sun, 30 Jan 2011 10:33:57 +0000
(10:33 +0000)
committer
Tom Hacohen
<tom@stosb.com>
Sun, 30 Jan 2011 10:33:57 +0000
(10:33 +0000)
SVN revision: 56431
legacy/evas/src/lib/engines/common/evas_font_query.c
patch
|
blob
|
history
diff --git
a/legacy/evas/src/lib/engines/common/evas_font_query.c
b/legacy/evas/src/lib/engines/common/evas_font_query.c
index
359359d
..
b132b51
100644
(file)
--- a/
legacy/evas/src/lib/engines/common/evas_font_query.c
+++ b/
legacy/evas/src/lib/engines/common/evas_font_query.c
@@
-252,7
+252,7
@@
evas_common_font_query_char_coords(RGBA_Font *fn, const Eina_Unicode *in_text, c
else
#endif
{
- evas_common_font_query_
siz
e(fn, text, intl_props, cx, ch);
+ evas_common_font_query_
advanc
e(fn, text, intl_props, cx, ch);
}
if (cy) *cy = 0;
if (cw) *cw = 0;