From b0d1f419e38bded0f4137b56361cabbf333b78dd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 16 Jul 2008 16:19:19 +0000 Subject: [PATCH] Fixed path to font --- src/osgWidget/WindowManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgWidget/WindowManager.cpp b/src/osgWidget/WindowManager.cpp index 681bbf001..ddb9fa46f 100644 --- a/src/osgWidget/WindowManager.cpp +++ b/src/osgWidget/WindowManager.cpp @@ -64,7 +64,7 @@ _styleManager (new StyleManager()) { label->setFontSize(13); label->setFontColor(1.0f, 1.0f, 1.0f, 1.0f); - label->setFont("fonts/monospace.ttf"); + label->setFont("fonts/VeraMono.ttf"); label->setPadding(5.0f); label->setCanFill(true);