Default font to Sans from osifont
This commit is contained in:
@@ -85,12 +85,6 @@ void TechDrawGuiExport initTechDrawGui()
|
||||
|
||||
TechDrawGui::Workbench::init();
|
||||
|
||||
//TODO: is this platform independent?? should osifont be added by installer?
|
||||
//Load the osifont for Drawing View
|
||||
// See https://code.google.com/p/osifont/
|
||||
QFontDatabase fontDB;
|
||||
fontDB.addApplicationFont(QString::fromAscii(":/fonts/osifont.ttf"));
|
||||
|
||||
TechDrawGui::ViewProviderPage::init();
|
||||
TechDrawGui::ViewProviderDrawingView::init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user