changeset 351:837728b3cbf4

Switch to DejaVuSansMono, which has less licencing issues than chintzy
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 28 Aug 2010 15:39:39 +0200
parents 125cb389ab90
children 88c1a59b0544
files Resources/fonts/DejaVuSansMono.ttf Resources/fonts/chintzy.ttf Resources/fonts/chintzycpu.txt Resources/fonts/chintzys.ttf gamelib/widgets.py
diffstat 5 files changed, 1 insertions(+), 72 deletions(-) [+]
line wrap: on
line diff
Binary file Resources/fonts/DejaVuSansMono.ttf has changed
Binary file Resources/fonts/chintzy.ttf has changed
--- a/Resources/fonts/chintzycpu.txt	Sat Aug 28 15:31:45 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,71 +0,0 @@
-__________________________________
-Chintzy CPU  Created by Brian Kent
-ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
-
-Thanks for Downloading Chintzy CPU.
-
--Chintzy CPU
--Chintzy CPU Shadow
-
-If you have any questions or comments, you can e-mail me at
-aefonts[AT]frontiernet[DOT]net
-
-You can visit my Homepage <ĈNIGMA GAMES & FONTS> at
-http://www.aenigmafonts.com/
-
-____________
-!!! NOTE !!!
-ŻŻŻŻŻŻŻŻŻŻŻŻ
-This font has been updated!  I've edited the (BRK) in the font name
-to just BRK.  It seems that Adobe Illustrator and web pages with CSS
-don't like fonts with ( and ) in their name.
-
-________________
-INSTALLING FONTS
-ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
-  There's a couple of ways to install Fonts. The 'easy' way to
-install fonts is to just Unzip/place the font file [.ttf] into your
-Windows\Fonts directory (I always use this method). If you're unable
-to do it the 'easy' way, then try to do it this way (for Windows
-95/98/NT):
-
-1] Unzip the Font(s) to a folder (or somewhere, just remember where
-you unzipped it) on your Computer.
-
-2] Next, click on the START button, then select SETTINGS then
-CONTROL PANEL.
-
-3] When the Control Panel Window pops up, Double Click on FONTS.
-
-4] When the FONTS window pops up, select File then Install New Font...
-
-5] A Add Fonts window will pop up, just go to the folder that you
-unzipped the Font(s) to, select the Font(s) and then click on OK.
-Now the Font(s) are installed.
-
-  Now you can use the Font(s) in programs the utilize Fonts.  Make
-sure that you install the font(s) first, then open up your apps
-(so the app will recognize the font).    Sometimes you'll have to
-wait until you computer 'auto-refreshes' for programs to recognize
-fonts (Windows is sometimes slow to do that).  You can refresh your
-computer quicker by going into Windows Explorer -or- My Computer and
-press F5 (or in the menubar select VIEW then REFRESH).
-
-
-__________
-DISCLAIMER
-ŻŻŻŻŻŻŻŻŻŻ
--The font(s) in this zip file were created by me (Brian Kent).  All
-of my Fonts are Freeware, you can use them any way you want to
-(Personal use, Commercial use, or whatever).
-
--If you have a Font related site and would like to offer my fonts on
-your site, go right ahead. All I ask is that you keep this text file
-intact with the Font.
-
--You may not Sell or Distribute my Fonts for profit or alter the font
-file(s) [.ttf .fon] in any way without asking me first. I can be
-reached at:
-aefonts[AT]frontiernet[DOT]net
-
-(make sure you replace the [AT] and [DOT] with the proper characters) .
Binary file Resources/fonts/chintzys.ttf has changed
--- a/gamelib/widgets.py	Sat Aug 28 15:31:45 2010 +0200
+++ b/gamelib/widgets.py	Sat Aug 28 15:39:39 2010 +0200
@@ -68,7 +68,7 @@
         self.bg_color = (127, 127, 127)
         self.fg_color = (0, 0, 0)
         if style == "JIM":
-            self.set(font=get_font(20, "chintzy.ttf"))
+            self.set(font=get_font(20, "DejaVuSansMono.ttf"))
             self.bg_color = Color(255, 127, 127, 207)
             self.fg_color = (0, 0, 0)
             self.border_color = (127, 0, 0)