Grand cleanup: 
- removal of FTF and ftfont dir
- removal of text.c which wrapped it
- wrapped old text drawing code temporarily, need to decide how 'style'
  will behave per editor when you draw strings outside interface code.... 
  wouldn't be very useful to set fonts locally all over?
This commit is contained in:
2009-04-10 16:30:28 +00:00
parent 6124933781
commit 4e81404d7e
40 changed files with 128 additions and 1722 deletions

View File

@@ -28,9 +28,6 @@ if env['WITH_BF_PYTHON']:
if env['WITH_BF_YAFRAY']:
SConscript(['yafray/SConscript'])
if env['WITH_BF_INTERNATIONAL']:
SConscript (['ftfont/SConscript'])
if env['WITH_BF_DDS']:
SConscript (['imbuf/intern/dds/SConscript'])