diff options
author | Tom Hacohen <tom@stosb.com> | 2012-06-17 07:18:50 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2012-06-17 07:18:50 +0000 |
commit | 6e3ddcd6a025c7df0d2db850519a7ef6643c6990 (patch) | |
tree | 69402c6f9b372e7e0ddf212d89ed1996bcf3c610 /legacy/evas/src/lib/engines/common/evas_text_utils.c | |
parent | 67a8db57b18b9f5d0b059175f25d1348dd88ab22 (diff) |
Evas font: Fix the font engine to work with Bitmap fonts.
Oops, I used the Outline CBox function instead of the Glyph one. Fixed.
SVN revision: 72278
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_text_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/src/lib/engines/common/evas_text_utils.c b/legacy/evas/src/lib/engines/common/evas_text_utils.c index 1cdcacd00f..b2e291eb41 100644 --- a/legacy/evas/src/lib/engines/common/evas_text_utils.c +++ b/legacy/evas/src/lib/engines/common/evas_text_utils.c | |||
@@ -502,3 +502,4 @@ evas_common_text_props_content_create(void *_fi, const Eina_Unicode *text, | |||
502 | text_props->info->refcount = 1; | 502 | text_props->info->refcount = 1; |
503 | return EINA_TRUE; | 503 | return EINA_TRUE; |
504 | } | 504 | } |
505 | |||