X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=makefont.py;h=030adff88bf4aadfb73ad4e89ed5bad740782ed6;hb=953f041e904e97c4435e0229b8d88eabe31e5c3d;hp=1651ace694eab7f2923b539db489f30e467434c5;hpb=aceaa08be594ac708efcd0b68e5d08547cbcbbe1;p=libs%2Fgl.git diff --git a/makefont.py b/makefont.py index 1651ace6..030adff8 100755 --- a/makefont.py +++ b/makefont.py @@ -31,6 +31,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")