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

Ton Roosendaal ton at blender.org
Tue Apr 11 14:27:51 CEST 2006


ton (Ton Roosendaal) 2006/04/11 14:27:51 CEST

  Modified files:
    blender/source/blender/ftfont/intern FTF_TTFont.cpp 
  
  Log:
  Bugfix #3665
  
  Using "International Fonts" (silly name, it's pixmap fonts) the special
  characters (values above 127) were disregarded completely.
  This was caused with the extremely confusing unicode conversion call, which
  actually only was needed when translations were set.
  
  Disabling the unicode conversion then gives correct text drawing. However,
  I suspect that this code will give issues for translations too... that I
  cannot judge nor fix.
  
  Revision  Changes    Path
  1.25      +35 -16    blender/source/blender/ftfont/intern/FTF_TTFont.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/ftfont/intern/FTF_TTFont.cpp.diff?r1=1.24&r2=1.25&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list