| 192 | } |
| 193 | |
| 194 | std::string mitk::Annotation::GetText() const |
| 195 | { |
| 196 | std::string text; |
| 197 | GetStringProperty("Text", text); |
| 198 | return text; |
| 199 | } |
| 200 | |
| 201 | void mitk::Annotation::SetFontSize(int fontSize) |
| 202 | { |
no outgoing calls
no test coverage detected