Just saw the fix that discomfitor commited as r52977, and it doesn't fix the issue for me. The fonts are still not found and the text is not displayed runtime.
On Sun, Oct 3, 2010 at 12:04 PM, Eduardo Felipe <[email protected]> wrote: > Any news on this? Did it get fixed on the beta? > > Eduardo. > > On Wed, Sep 29, 2010 at 10:58 PM, Adam Bennett <[email protected]> wrote: >> 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 >> > ------------------------------------------------------------------------------ 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
