Include osifont in TechDraw

- also use PropertyFont instead of PropertyString
This commit is contained in:
WandererFan
2017-09-10 15:23:46 +02:00
committed by wmayer
parent 781338c347
commit 1722d1cd7d
7 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
virtual ~DrawViewAnnotation();
App::PropertyStringList Text;
App::PropertyString Font;
App::PropertyFont Font;
App::PropertyColor TextColor;
App::PropertyInteger TextSize;
App::PropertyInteger LineSpace;