Re: [E-devel] [BUG REPORT] Edje compiled-in font (not using fontconfig) not working

2010-10-03 Thread Eduardo Felipe
Any news on this? Did it get fixed on the beta?

Eduardo.

On Wed, Sep 29, 2010 at 10:58 PM, Adam Bennett abennet...@gmail.com 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
 enlightenment-devel@lists.sourceforge.net
 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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [BUG REPORT] Edje compiled-in font (not using fontconfig) not working

2010-10-03 Thread Eduardo Felipe
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
eduardofelip...@gmail.com wrote:
 Any news on this? Did it get fixed on the beta?

 Eduardo.

 On Wed, Sep 29, 2010 at 10:58 PM, Adam Bennett abennet...@gmail.com 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
 enlightenment-devel@lists.sourceforge.net
 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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [BUG REPORT] Edje compiled-in font (not using fontconfig) not working

2010-10-03 Thread The Rasterman
On Sun, 3 Oct 2010 12:15:45 -0300 Eduardo Felipe eduardofelip...@gmail.com
said:

i didn't look at it. i had no time to. discomfitors commit claimed to have
patched it over for now.

 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
 eduardofelip...@gmail.com wrote:
  Any news on this? Did it get fixed on the beta?
 
  Eduardo.
 
  On Wed, Sep 29, 2010 at 10:58 PM, Adam Bennett abennet...@gmail.com 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
  enlightenment-devel@lists.sourceforge.net
  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
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [BUG REPORT] Edje compiled-in font (not using fontconfig) not working

2010-10-03 Thread Michael Blumenkrantz
On Mon, 4 Oct 2010 06:49:51 +0900
Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:

 On Sun, 3 Oct 2010 12:15:45 -0300 Eduardo Felipe eduardofelip...@gmail.com
 said:
 
 i didn't look at it. i had no time to. discomfitors commit claimed to have
 patched it over for now.
 
  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
  eduardofelip...@gmail.com wrote:
   Any news on this? Did it get fixed on the beta?
  
   Eduardo.
  
   On Wed, Sep 29, 2010 at 10:58 PM, Adam Bennett abennet...@gmail.com
   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
   enlightenment-devel@lists.sourceforge.net
   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
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
strange, it worked for me. someone else will probably take a look at it this
week

-- 
Mike Blumenkrantz
Zentific: Our boolean values are huge.

--
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel