MCPcopy Create free account
hub / github.com/MITK/MITK / GetFontFactor

Method GetFontFactor

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201double mitk::ScaleLegendAnnotation::GetFontFactor() const
202{
203 double offsetFactor;
204 GetPropertyList()->GetDoubleProperty("ScaleLegendAnnotation.FontFactor", offsetFactor);
205 return offsetFactor;
206}

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetDoublePropertyMethod · 0.45

Tested by

no test coverage detected