Re: [osg-users] osg::Text setText with accentuated char (é, è, à...)

2007-02-27 Thread amalric alexandre
Hi Robert, Thank you for the tips, finally it works if a font like arial is set. 2007/2/27, Robert Osfield <[EMAIL PROTECTED]>: HI Alex, osgText supports non ascii strings. See the osgText::String class - its uses a full int per character to ensure that it can map all characters in a font.

Re: [osg-users] osg::Text setText with accentuated char (é, è, à...)

2007-02-27 Thread Robert Osfield
HI Alex, osgText supports non ascii strings. See the osgText::String class - its uses a full int per character to ensure that it can map all characters in a font. Robert. On 2/27/07, amalric alexandre <[EMAIL PROTECTED]> wrote: Hi osg-users, I have a little problem with osg::Text::setText fu