From Jeremy Moles, Updated file references to reflect new data in OpenSceneGraph-Data

This commit is contained in:
Robert Osfield
2008-07-15 22:30:51 +00:00
parent a8cb408213
commit a20e5791d9
8 changed files with 27 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ class ABCWidget: public osgWidget::Label {
public:
ABCWidget(const std::string& label):
osgWidget::Label("", label) {
setFont("fonts/Calibri1.ttf");
setFont("fonts/Vera.ttf");
setFontSize(20);
setCanFill(true);
setShadow(0.08f);
@@ -25,7 +25,7 @@ class Button: public osgWidget::Label {
public:
Button(const std::string& label):
osgWidget::Label("", label) {
setFont("fonts/Calibri1.ttf");
setFont("fonts/Vera.ttf");
setFontSize(30);
setColor(0.8f, 0.2f, 0.2f, 0.8f);
setCanFill(true);