Author: rshortt
Date: Wed Jan 17 01:23:54 2007
New Revision: 2416

Modified:
   trunk/canvas/src/text.py

Log:
Change default font to a free font (Vera).


Modified: trunk/canvas/src/text.py
==============================================================================
--- trunk/canvas/src/text.py    (original)
+++ trunk/canvas/src/text.py    Wed Jan 17 01:23:54 2007
@@ -262,7 +262,7 @@
             cur_font, cur_size = self["font"]
         else:
             # FIXME: hardcoded defaults
-            cur_font, cur_size = "arial", 24
+            cur_font, cur_size = "Vera", 24
 
         if not font:
             font = cur_font

-------------------------------------------------------------------------
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
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to