<div>Hi, <br><br>I use vtkCaptionWidget to display text annotation on 3D model. My issue is the font size of the text. Below is my C# code:<br><br>vtkCaptionRepresentation rep = vtkCaptionRepresentation.New();<br>rep.GetCaptionActor2D().ThreeDimensionalLeaderOff();<br>rep.GetCaptionActor2D().GetTextActor().GetTextProperty().SetFontSize(100);<br>rep.GetCaptionActor2D().GetTextActor().GetTextProperty().SetFontFamily(4);<br>rep.GetCaptionActor2D().GetTextActor().GetTextProperty().SetFontFile("simsunb.ttf");<br>rep.GetCaptionActor2D().GetCaptionTextProperty().SetColor(0.0, 1.0, 0.0);<br><br>When the font size is from 100 to 50, the text is smaller; but if the size is from 50 to 25 to 10, the text size keeps the same. Why?<br><br>Thanks<br>Liu Peng<br></div><br><br><span title="neteasefooter"><p> </p></span>