Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetFontSize
Method
SetFontSize
Modules/Core/src/Rendering/mitkAnnotation.cpp:201–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
void mitk::Annotation::SetFontSize(int fontSize)
202
{
203
SetIntProperty(
"FontSize"
, fontSize);
204
}
205
206
int mitk::Annotation::GetFontSize() const
207
{
Callers
9
main
Function · 0.45
RenderAnnotations
Method · 0.45
RenderQuantities
Method · 0.45
CreateCaptionActor
Method · 0.45
WriteTextWithAnnotation
Method · 0.45
createTextAnnotationWithLayouter
Function · 0.45
TextAnnotation3D
Method · 0.45
TextAnnotation2D
Method · 0.45
UpdateVtkAnnotation2D
Method · 0.45
Calls
no outgoing calls
Tested by
1
createTextAnnotationWithLayouter
Function · 0.36