- Timestamp:
- 07/16/08 00:30:51 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgwidgetaddremove/osgwidgetaddremove.cpp
r8600 r8602 14 14 ABCWidget(const std::string& label): 15 15 osgWidget::Label("", label) { 16 setFont("fonts/ Calibri1.ttf");16 setFont("fonts/Vera.ttf"); 17 17 setFontSize(20); 18 18 setCanFill(true); … … 26 26 Button(const std::string& label): 27 27 osgWidget::Label("", label) { 28 setFont("fonts/ Calibri1.ttf");28 setFont("fonts/Vera.ttf"); 29 29 setFontSize(30); 30 30 setColor(0.8f, 0.2f, 0.2f, 0.8f);
