X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=scripts%2Fmakefont.py;h=aab4e19da83b6074f9f3430148dee0673c54eade;hb=HEAD;hp=e129c9da4c678fb09d0ca72fe091c3f241804528;hpb=4db19012183dc1131c1e3bcc88a555132c245cae;p=libs%2Fgl.git diff --git a/scripts/makefont.py b/scripts/makefont.py index e129c9da..aab4e19d 100755 --- a/scripts/makefont.py +++ b/scripts/makefont.py @@ -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")