Lines Matching full:tprop
558 vtkSmartPointer<vtkTextProperty> tprop = actor->GetTextProperty();559 tprop->SetFontSize(font_size);560 tprop->SetFontFamilyToCourier();561 tprop->SetJustificationToLeft();562 tprop->BoldOn();565 tprop->SetColor(c.val);