Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv12463

Modified Files:
        osd.py 
Log Message:
Changed to Vera for default font.


Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** osd.py      11 Jul 2003 20:35:58 -0000      1.65
--- osd.py      12 Jul 2003 14:30:14 -0000      1.66
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.66  2003/07/12 14:30:14  outlyer
+ # Changed to Vera for default font.
+ #
  # Revision 1.65  2003/07/11 20:35:58  dischi
  # fixed some height problems in drawstringframed
***************
*** 1097,1101 ****
                  
                  print '"%s" "%s" %s %s' % (ks, cmd, x, y)
!                 fname = 'skins/fonts/bluehigh.ttf'
                  if ks: self.drawstring(ks, x, y, font=fname, ptsize=14)
                  if cmd: self.drawstring(cmd, x+80, y, font=fname, ptsize=14)
--- 1100,1104 ----
                  
                  print '"%s" "%s" %s %s' % (ks, cmd, x, y)
!                 fname = 'skins/fonts/Vera.ttf'
                  if ks: self.drawstring(ks, x, y, font=fname, ptsize=14)
                  if cmd: self.drawstring(cmd, x+80, y, font=fname, ptsize=14)




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to