Changeset 3330 for OpenSceneGraph/trunk/src/osgText/Font.cpp
- Timestamp:
- 08/27/04 18:14:21 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgText/Font.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgText/Font.cpp
r3153 r3330 40 40 initialized = true; 41 41 #if defined(WIN32) 42 osgDB:: Registry::convertStringPathIntoFilePathList(42 osgDB::convertStringPathIntoFilePathList( 43 43 ".;C:/winnt/fonts;C:/windows/fonts", 44 44 s_FontFilePath); … … 50 50 } 51 51 #else 52 osgDB:: Registry::convertStringPathIntoFilePathList(52 osgDB::convertStringPathIntoFilePathList( 53 53 ".:/usr/share/fonts/ttf:/usr/share/fonts/ttf/western:/usr/share/fonts/ttf/decoratives", 54 54 s_FontFilePath);
