]> git.tdb.fi Git - libs/gl.git/blobdiff - makefont.py
Drop Id tags and copyright notices from files
[libs/gl.git] / makefont.py
index 1651ace694eab7f2923b539db489f30e467434c5..e0b587938a5b80a85187a5e21c75a5c6f364df6e 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/python
 
-# $Id$
-
 def convert_def(fn):
        src=file(fn)
 
@@ -31,6 +29,7 @@ def make_font(fn, size):
                raise Exception("Could not execute ttf2png")
 
        result="texture\n{\n"
+       result+="wrap CLAMP_TO_EDGE;\n"
        result+=maketex.make_tex("makefont-tmp.png")
        result+="};\n"
        result+=convert_def("makefont-tmp.def")