- Timestamp:
- 07/16/08 00:30:51 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgwidgetmenu/osgwidgetmenu.cpp
r8600 r8602 18 18 ColorLabel(const char* label): 19 19 osgWidget::Label("", "") { 20 setFont("fonts/ Calibri1.ttf");20 setFont("fonts/Vera.ttf"); 21 21 setFontSize(14); 22 22 setFontColor(1.0f, 1.0f, 1.0f, 1.0f);
