Enlightenment CVS committal

Author  : technikolor
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_main.c 


Log Message:
Minor tweek to edje viewer.  Adds font path for local directory "fonts/".
This font directory is relative to the pwd during edje execution, but will at least 
allow view of Edje interfaces without having to drop all your fonts into 
/usr/local/share/edje/data/test/fonts.  This will be obsolete when font pathing is 
added as an EDC font parameter.


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- edje_main.c 27 Jul 2003 13:16:50 -0000      1.22
+++ edje_main.c 28 Jul 2003 19:48:18 -0000      1.23
@@ -79,6 +79,7 @@
    evas_image_cache_set(evas, 16 * 1024 * 1024);
    evas_font_cache_set(evas, 1 * 1024 * 1024);
    evas_font_path_append(evas, DAT"data/test/fonts");
+   evas_font_path_append(evas, "fonts");
    return 1;
 }
 




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to