OpenSceneGraph/include/osgText
Robert Osfield 77b9a7ae19 From Eric Sokolwsky, "osgText is a useful node kit, but when longer paragraphs are displayed
on the screen, it looks more aesthetically pleasing to have a larger
gap between lines than is given by default. I added a new parameter,
lineSpacing, in the Text class to allow the line spacing to be adjustable
by the application. The default value is 0 meaning there is no extra
spacing given. The value should be given as a percentage of the character
height. A good value for longer paragraphs is 0.25 (25%) or more."
2007-01-30 14:32:12 +00:00
..
Export Updated copyright years. 2006-07-18 15:21:48 +00:00
FadeText Added FadeText::setFadeSpeed and made internal data structures protected. 2006-10-24 09:06:28 +00:00
Font Improved resizeGLObjectBuffers support 2007-01-08 20:46:56 +00:00
String From Mike Wittman, "This file removes the virtual destructor of osgText::String. It seemed wrong that osgText::String should have a vtable since it is treated like a value type, and any subclasses containing additional data would effectively be subject to slicing during standard usage. This stuck out as an anomaly when classifying the OSG types for C# bindings." 2007-01-28 09:17:10 +00:00
Text From Eric Sokolwsky, "osgText is a useful node kit, but when longer paragraphs are displayed 2007-01-30 14:32:12 +00:00
Version Updated copyright years. 2006-07-18 15:21:48 +00:00