Implemented text auto shrink feature.

This commit is contained in:
Jim Evins
2018-07-08 20:39:14 -04:00
parent 0832acabf5
commit 12b02d2521
10 changed files with 451 additions and 282 deletions
+20
View File
@@ -634,6 +634,26 @@ namespace glabels
}
///
/// Virtual Text Auto Shrink Property Default Getter
/// (Overridden by concrete class)
///
bool ModelObject::textAutoShrink() const
{
return false;
}
///
/// Virtual Text Auto Shrink Property Default Setter
/// (Overridden by concrete class)
///
void ModelObject::setTextAutoShrink( bool value )
{
// empty
}
///
/// Virtual Filename Node Property Default Getter
/// (Overridden by concrete class)