Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/src


Modified Files:
        font_draw.c 


Log Message:


try using advance metrics

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/font_draw.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- font_draw.c 13 Jul 2003 01:23:28 -0000      1.1
+++ font_draw.c 9 Jun 2004 09:07:44 -0000       1.2
@@ -78,7 +78,7 @@
    DATA32             *data, col;
    int                 nx, ny, tmp;
 
-   imlib_font_query_size(fn, text, &w, &h);
+   imlib_font_query_advance(fn, text, &w, &h);
 
    data = malloc(w * h * sizeof(DATA32));
    if (!data)




-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to