Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


added in loading froms from memory buffers at the engine level, and now an
api to set a font "source" (blank is normal filing system) but the source can
be a device or file etc. in this case it currently supports eet files as the
source and then the font name is used as a key in th eet file as to where to
find the font - edb support would be trivial to add. :) if the font is not
found in the "source" it falls back to the font path etc.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- Evas.h      13 Jan 2004 02:24:03 -0000      1.23
+++ Evas.h      23 Jan 2004 02:13:12 -0000      1.24
@@ -359,6 +359,8 @@
    int               evas_image_cache_get              (Evas *e);
    
    Evas_Object      *evas_object_text_add              (Evas *e);
+   void              evas_object_text_font_source_set  (Evas_Object *obj, const char 
*font);
+   const char       *evas_object_text_font_source_get  (Evas_Object *obj);
    void              evas_object_text_font_set         (Evas_Object *obj, const char 
*font, Evas_Font_Size size);
    void              evas_object_text_font_get         (Evas_Object *obj, char 
**font, Evas_Font_Size *size);
    void              evas_object_text_text_set         (Evas_Object *obj, const char 
*text);




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to