Modified interface texture font support, which should work nicely with the freshly added bFTGL library.

Also removed some redundant #include's on some files.
This commit is contained in:
2005-01-21 14:48:03 +00:00
parent 465b15eb69
commit 136ecd4644
18 changed files with 40 additions and 103 deletions

View File

@@ -2542,15 +2542,6 @@ void drawinfospace(ScrArea *sa, void *spacedata)
(xpos+edgsp+(4*mpref)+(4*midsp)),y2,mpref,buth,
&(U.transopts), 0, 0, 0, 0,
"Use Textured Fonts");
if(U.transopts & USER_USETEXTUREFONT) {
extern float lang_texsize;
uiDefButF(block, NUM, B_SCALETEXTUREFONT, "Scale Factor",
(xpos+edgsp+(4*mpref)+(4*midsp)),y1,mpref,buth,
&lang_texsize, 0.2, 2.0, 100, 2, "Tweak scaling for textured font");
}
}
/* end of INTERNATIONAL */