Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_config


Modified Files:
        ewl_config.c 


Log Message:
- convert EWL to use the DejaVu fonts instead of Vera
- make the font key EWL uses a generic ewl/default instead of a specific
  font name like 'Vera'

===================================================================
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ewl_config.c        14 Nov 2006 15:31:46 -0000      1.37
+++ ewl_config.c        16 Nov 2006 15:44:39 -0000      1.38
@@ -589,13 +589,13 @@
        ewl_text_wrap_set(EWL_TEXT(o), EWL_TEXT_WRAP_WORD);
 
        ewl_text_font_size_set(EWL_TEXT(o), 25);
-       ewl_text_font_set(EWL_TEXT(o), "Vera/Bold");
+       ewl_text_font_set(EWL_TEXT(o), "ewl/default/bold");
        ewl_text_align_set(EWL_TEXT(o), EWL_FLAG_ALIGN_CENTER);
        ewl_text_styles_set(EWL_TEXT(o), EWL_TEXT_STYLE_SOFT_SHADOW);
        ewl_text_text_set(EWL_TEXT(o), "EWL Config\n");
 
        ewl_text_font_size_set(EWL_TEXT(o), 10);
-       ewl_text_font_set(EWL_TEXT(o), "Vera");
+       ewl_text_font_set(EWL_TEXT(o), "ewl/default");
        ewl_text_align_set(EWL_TEXT(o), EWL_FLAG_ALIGN_LEFT);
        ewl_text_styles_set(EWL_TEXT(o), EWL_TEXT_STYLE_NONE);
        ewl_text_text_append(EWL_TEXT(o), "\n");



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to