Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf/src/bin


Modified Files:
        epdf_evas_test.c 


Log Message:
API addition: retrieve of the path (and name) of the font
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/epdf/src/bin/epdf_evas_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- epdf_evas_test.c    19 Feb 2006 13:29:17 -0000      1.2
+++ epdf_evas_test.c    12 Mar 2006 20:15:46 -0000      1.3
@@ -204,6 +204,7 @@
   ecore_list_goto_first (fonts);
   while ((font = ecore_list_next (fonts))) {
     printf ("    %s (", evas_poppler_font_info_font_name_get (font));
+    printf ("%s, ", evas_poppler_font_info_font_path_get (font));
     printf ("%s, ", evas_poppler_font_info_type_name_get (font));
     if (!evas_poppler_font_info_is_embedded_get (font))
       printf ("not ");




-------------------------------------------------------
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