![]() |
#2
|
|||
|
|||
I'm not sure why it's not showing up in the editor. I'll look into that.
To display subscript characters in the text object, you will need to change the font to one that supports it. For example, Cambria Math seems to support subscript: Code:
import viz viz.go() text = viz.addText('C₁C₂C²C³',parent=viz.ORTHO,fontSize=30) text.font('cambria.ttc') viz.link(viz.CenterCenter,text) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|