Enlightenment CVS committal

Author  : stffrdhrn
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_font_load.c evas_font_main.c 


Log Message:
Add fontconfig to evas for finding fonts
 * This can be disabled with --enable-fontconfig=no
 * Test in e17 with "enlightenment_remote -font-default-set title_bar Serif 12"
 * This is just the beginning: TODO: style searching, language reorder bypass

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_font_load.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- evas_font_load.c    27 Feb 2006 15:40:46 -0000      1.31
+++ evas_font_load.c    19 Mar 2006 04:29:57 -0000      1.32
@@ -227,7 +227,7 @@
 {
    RGBA_Font *fn;
    RGBA_Font_Int *fi;
-
+   
    fi = evas_common_font_int_memory_load(name, size, data, data_size);
    if (!fi) return NULL;
    fn = calloc(1, sizeof(RGBA_Font));
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_font_main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- evas_font_main.c    22 May 2005 02:49:48 -0000      1.21
+++ evas_font_main.c    19 Mar 2006 04:29:57 -0000      1.22
@@ -107,7 +107,7 @@
 evas_common_font_utf8_get_next(unsigned char *buf, int *iindex)
 {
    /* Reads UTF8 bytes from @buf, starting at [EMAIL PROTECTED] and returns
-    * the decoded code point at iindex offset, and advances iidnex
+    * the decoded code point at iindex offset, and advances iindex
     * to the next code point after this.
     *
     * Returns 0 to indicate an error (e.g. invalid UTF8)




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to