~ubuntu-branches/ubuntu/utopic/bouncy/utopic

« back to all changes in this revision

Viewing changes to debian/patches/fonts_path.patch

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz
  • Date: 2007-06-16 11:55:47 UTC
  • Revision ID: james.westby@ubuntu.com-20070616115547-g1z9fm3gqjuqa6wr
Tags: 0.5.20070616-1
* New Upstream Release.
  + Bug fixes
  + Joystick support
* Removed pysupport: not needed, as we're not compiling any modules and
  the .py files are private (and thus not compiled to .pyc either)
* Removed rules/bouncy.links

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ruN bouncy-0.0.20060925.orig/fonts.py bouncy-0.0.20060925/fonts.py
 
2
--- bouncy-0.0.20060925.orig/fonts.py   2006-09-25 00:59:28.000000000 +0000
 
3
+++ bouncy-0.0.20060925/fonts.py        2007-05-30 16:33:52.000000000 +0000
 
4
@@ -1,7 +1,7 @@
 
5
 import pyglyph
 
6
 
 
7
 # load up fonts
 
8
-fonts = pyglyph.font.LocalFontFactory('data')
 
9
+fonts = pyglyph.font.LocalFontFactory('/usr/share/fonts/truetype/ttf-bitstream-vera')
 
10
 sans20 = fonts.get_font(family='bitstream vera sans',
 
11
     size=20, bold=False, italic=False)
 
12