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