Searched refs:tprop (Results 1 – 1 of 1) sorted by relevance
558 vtkSmartPointer<vtkTextProperty> tprop = actor->GetTextProperty(); in WText() local559 tprop->SetFontSize(font_size); in WText()560 tprop->SetFontFamilyToCourier(); in WText()561 tprop->SetJustificationToLeft(); in WText()562 tprop->BoldOn(); in WText()565 tprop->SetColor(c.val); in WText()