Hi Robert 2007/12/18, Robert Osfield <[EMAIL PROTECTED]>: > > Hi David, > > On Dec 18, 2007 3:39 PM, David Callu <[EMAIL PROTECTED]> wrote: > > Hi Robert, > > > > I join the font file to solve big font problem.
To solve the problem with osghud and osgtexturerectangle problem, I would like to first found an OSG svn without this problem. So I downdate my OSG SVN, from base rev to rev 6000, and the problem is alway present I downdate my freetype package from 2.3.5 to 2.0.9 and the problem is alway present ... I finally change the arial.ttf file in OpenSceneGraph-Data SVN with my own arial.ttf file and all work fine. So this is the first thing to change. In current SVN and in old SVN, this file solve the too large size of the hud in two previous example. But the bad space between two line isn't solved in current SVN. After this I could easaly fine what is the second problem. Introduce by me with osgText3D. I push the default "space size" between two line to "1.0" instead of original "0.0". The last problem is the bad BoundingBox in osgText3D. Solved too, It come from when osgText::Text3D::SCREEN is use as AxisAlignment. The BoundingBox is not computed in osgText case. But osg::Text3D always use What is the problem with the original font? What does the original > font work with the old osgText but not the current one? > > Robert. > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
