]> git.xonotic.org Git - xonotic/darkplaces.git/commit
add a new "scale" property in font files. Specifying, e.g., "scale 1.2" in a font...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 29 Jul 2008 09:42:13 +0000 (09:42 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 29 Jul 2008 09:42:13 +0000 (09:42 +0000)
commit6148e497eca98a1816ff1bd9d890c06c04fd2b16
tree270db8df4203ddf73c1d17afc667995ea75b60ce
parent4a387dfae946c0d01c34f10fe0b11a6c6c1e2358
add a new "scale" property in font files. Specifying, e.g., "scale 1.2" in a font means that it gets rendered at 1.2 the usual size (by using 10% more space to the top and to the bottom). This may cause overlap between characters of adjacent lines, so use this with care (e.g. to support a font with large over- or underlengths).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8429 d7cf8633-e32d-0410-b094-e92efae38249
console.c
draw.h
gl_draw.c
sbar.c