[Bf-committers] CVS commit: blender/source/blender/ftfont/intern FTF_TTFont.cpp FTF_TTFont.h

Rob Haarsma bf-committers@blender.org
Thu, 15 May 2003 19:01:03 +0200 (CEST)


phase (Rob Haarsma) 2003/05/15 19:01:03 CEST

  Modified files:
    blender/source/blender/ftfont/intern FTF_TTFont.cpp 
                                         FTF_TTFont.h 
  
  Log:
  Seeing all comments on the interface slowdown, I decided to try a different
  approach for the coloring of interface texts. Currently two seperate fonts get
  generated, one black and one white, which eliminates the glPixelTransfer
  command. (which assumably caused the huge slowdowns)
  
  Please try, and post your experiences on the interface drawing speed.
  NOTE: for this new method you need the *unmodified* FTGL library:
  http://homepages.paradise.net.nz/henryj/code/#FTGL
  
  Apologies on any inconveniences...
  
  Revision  Changes    Path
  1.8       +36 -29    blender/source/blender/ftfont/intern/FTF_TTFont.cpp
  1.3       +4 -3      blender/source/blender/ftfont/intern/FTF_TTFont.h