HI Hartwig,

Could you please send me the whole modified file so I can properly review it.

Thanks,
Robert.

On Mon, Mar 23, 2009 at 5:20 PM, Robert Osfield
<[email protected]> wrote:
> Hi Hartwig,
>
> Could you please send me the whole modified files, I don't merge from just
> code extracts as it's too prone to error (there is even a whole AntiPattern
> dedicatated to copy and paste :-)
>
> Thanks,
> Robert.
>
> On Fri, Mar 20, 2009 at 10:23 PM, Hartwig Wiesmann
> <[email protected]> wrote:
>>
>> 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
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to