Using current svn, if a font is "compiled" into a .edj file (edje_cc), the font is not found by edje_decc, nor is it available when you run the edje app.
What I found is in edje_decc.c, line 294 snprintf(out, sizeof(out), "edje/fonts/%s", fn->entry); and line 301 snprintf(out, sizeof(out), "%s/%s", outdir, fn->file); For some reason fn->entry contains the file name and fn->file contains the eet key name instead of the other way. I'm not sure where to go from here, my work-around is to call the font file name the same as the font name in the edje edc. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
