In the beta version of VPython (see the Recent developments section of
vpython.org) you can do the following:
label(text="S", font="symbol") # displays capital sigma
Until this beta version you couldn't specify a font for a label.
This is a limited capability which doesn't apply (for example) to window
titles. It also doesn't immediately apply to labels in visual.graph or
visual.controls, but those modules are pure Python code, so one could
easily introduce a font option into those labels.
Bruce Sherwood
|