** Summary changed:

- Cannot used TTF_RenderText_Shaded with spaces
+ Cannot used TTF_RenderText_Solid with spaces

** Description changed:

- 
  Calling
  
  startStop = TTF_RenderText_Solid( font, "S to start or stop the timer",
  textColor );
  
  
  Results in segfault.
  
  Following link gives better info and finds the fault in libfreetype2.2.1 :
  http://permalink.gmane.org/gmane.comp.lib.sdl/30577
  
  
  // the following statements, one with dots and the shaded with spaces, both 
work
  //startStop = TTF_RenderText_Solid( font, "S to start or stop the timer", 
textColor );
  //startStop = TTF_RenderText_Shaded( font, "S to.start.or.stop.the.timer", 
textColor, 
  //    backColor );

-- 
Cannot used TTF_RenderText_Solid with spaces
https://launchpad.net/bugs/88520

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to