[vtk-developers] new vtkTextActor class and slight mapper changes

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Fri Jun 21 12:52:32 EDT 2002


Berk et al,

Sebastien would like me to remove the Mirrored TextMapper member function
from vtkTextActor. This means that if you are doing

myTextActor->SetBold(1);

etc, you will need to revert back to

vtkTextMapper *tm = (vtkTextMapper*)myTextActor->GetMapper();
tm->SetBold(1);

I hope this doesn't inconvenience anyone. Blame Seb if it does :)

I'll commit this tomorrow (Sat).

JB
PS. Please beat Germany next time.





More information about the vtk-developers mailing list