The following figures show samples of various vector-drawn fonts. The SHOWFONT command was used to create these figures. For example, to display the following figure on the screen, you would the command:
SHOWFONT, 3, 'Simplex Roman'
To output this figure to a postscript file, you would use the following commands:
SET_PLOT, 'PS' SHOWFONT, 3, 'Simplex Roman' DEVICE, /CLOSE
For more information, see SHOWFONT.
| Note |