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

Method GetFontSize

Modules/Core/src/Rendering/mitkAnnotation.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206int mitk::Annotation::GetFontSize() const
207{
208 int fontSize = 1;
209 GetIntProperty("FontSize", fontSize);
210 return fontSize;
211}
212
213bool mitk::Annotation::GetVisibility(bool &visible, const std::string &propertyKey) const
214{

Callers 1

UpdateVtkAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected