From d47a519cbb70fabe7a105fee31be86d181541dbb Mon Sep 17 00:00:00 2001 From: Michael Fox Date: Fri, 26 Nov 2010 22:12:46 +0000 Subject: added option to turn off Text anti-aliasing in the UI (userpref->system), with a great help from brecht (its been way too long for me). However as brecht pointed out that the non-AA text is slightly lareger then AA'ed Text :S, i did not do anything about this as this commit was just the option not the text drawing. this commit also makes it possible to do all kinds of UI textrender options --- source/blender/makesrna/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/SConscript') diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript index d03d7c66dea..993fa6adde5 100644 --- a/source/blender/makesrna/SConscript +++ b/source/blender/makesrna/SConscript @@ -7,7 +7,7 @@ o = SConscript('intern/SConscript') objs += o incs = '#/intern/guardedalloc #/intern/memutil #/intern/audaspace/intern ../blenkernel ../blenlib ../makesdna intern .' -incs += ' ../windowmanager ../editors/include ../gpu ../imbuf ../ikplugin' +incs += ' ../windowmanager ../editors/include ../gpu ../imbuf ../ikplugin ../blenfont' incs += ' ../render/extern/include' defs = [] -- cgit v1.2.3