Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_font_load.c Log Message: oops - NOw they agree. evas is fixed to 75 dpi - thats how it thinks now. maybe i should export this as engine and then evas calls? lets see. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_font_load.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- evas_font_load.c 6 Oct 2004 00:05:20 -0000 1.13 +++ evas_font_load.c 6 Oct 2004 00:08:12 -0000 1.14 @@ -234,7 +234,7 @@ FT_Activate_Size(fn->ft.size); } fn->real_size = fn->size * 64; - error = FT_Set_Char_Size(fn->src->ft.face, 0, fn->real_size, 100, 100); + error = FT_Set_Char_Size(fn->src->ft.face, 0, fn->real_size, 75, 75); if (error) { fn->real_size = fn->size; ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs