Include osifont in TechDraw

- also use PropertyFont instead of PropertyString
This commit is contained in:
WandererFan
2017-08-24 20:12:41 -04:00
committed by wmayer
parent caace9d617
commit 15be0f285e
7 changed files with 32 additions and 3 deletions

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;