[Paraview] Text source font coloring in interpreter
M. Nawijn
nawijn at gmail.com
Fri Jul 17 14:54:25 EDT 2009
Hello,
In the standalone Python interpreter I created a text source like this:
>> from paraview.simple import Text
>> text = Text()
>> text.Text = "Hello"
Next I would like to change the font/text color, since by default the
text is in white as is the background of my
visualization. However, I cannot find away to do it. I tried setting
"Color", "TextColor" etc. properties,
but these are not recognised.
Does anybody know how to do this?
Kind regards,
Marco
More information about the ParaView
mailing list