Default font to Sans from osifont

This commit is contained in:
WandererFan
2016-06-28 09:40:03 -04:00
committed by wmayer
parent 35e833f7cd
commit 82c86b24af
6 changed files with 5 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ QGIView::QGIView()
m_pen.setColor(m_colCurrent);
hGrp = App::GetApplication().GetUserParameter().GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw");
std::string fontName = hGrp->GetASCII("LabelFont", "osifont");
std::string fontName = hGrp->GetASCII("LabelFont", "Sans");
m_font.setFamily(QString::fromStdString(fontName));
m_font.setPointSize(5.0); //scene units (mm), not points