An enhanced statement SET TEXT FONT allows any font name of Italic face to be assigned.
Example
100 LET left=-8 110 LET right=8 120 LET bottom=-8 130 LET top=8 140 SET WINDOW left, right, bottom, top 150 DRAW axes 160 SET TEXT FONT "Times New Roman Italic" ,12 170 SET TEXT JUSTIFY "RIGHT","BOTTOM" 180 PLOT TEXT ,AT right,0: "x" 190 SET TEXT JUSTIFY "LEFT","CAP" 200 PLOT TEXT ,AT 0,top: "y" 210 END
This description may be available only on Windows.