]> git.tdb.fi Git - libs/gl.git/blobdiff - scripts/makefont.py
Remove deprecated things from the maketex script
[libs/gl.git] / scripts / makefont.py
index e129c9da4c678fb09d0ca72fe091c3f241804528..aab4e19da83b6074f9f3430148dee0673c54eade 100755 (executable)
@@ -82,7 +82,7 @@ def make_font(fn, size, ch_ranges, autohinter, margin, padding, distfield):
                raise Exception("Could not execute ttf2png")
 
        result = "texture\n{\n"
-       result += maketex.make_tex("makefont-tmp.png", wrap="CLAMP_TO_EDGE")
+       result += maketex.make_tex("makefont-tmp.png")
        result += "};\n"
        result += convert_def("makefont-tmp.def")