Searched refs:text_actor (Results 1 – 1 of 1) sorted by relevance
119 vtkTextActor* text_actor = vtkTextActor::SafeDownCast(actor); in setRenderingProperty() local120 CV_Assert("Widget does not have text content." && text_actor); in setRenderingProperty()121 text_actor->GetTextProperty()->SetFontSize(int(value)); in setRenderingProperty()189 vtkTextActor* text_actor = vtkTextActor::SafeDownCast(actor); in getRenderingProperty() local190 CV_Assert("Widget does not have text content." && text_actor); in getRenderingProperty()191 value = text_actor->GetTextProperty()->GetFontSize();; in getRenderingProperty()