Hi,

the current font file paths are not used under OSX. I suggest to use the 
following default font file paths for OSX (I just appended the file paths to 
the currenty existing file paths):

    #elif defined(__APPLE__)
        osgDB::convertStringPathIntoFilePathList(
            
".:/usr/share/fonts/ttf:/usr/share/fonts/ttf/western:/usr/share/fonts/ttf/decoratives:/Library/Fonts:/System/Library/Fonts",
            s_FontFilePath);

This modification is necessary in Font.cpp and Font3D.cpp (function 
"findFont(3D)File").

Thank you.

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=8872#8872





_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to