| TextStyle is an option for graphics functions and for Text which specifies the default style and font options with which text should be rendered. |
In[1]:=
ts = Graphics3D[Stellate[Dodecahedron[]], TextStyle -> {FontSlant -> "Italic", FontSize -> 12}, Axes -> True]; Show[ts]
In[2]:=
JavaView[ts]
|