Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

Vector Font Samples


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
The following font charts are numbered in octal notation. To read the octal number of a character, add the column index (along the top) to ten times the row index. For example, the capital letter "A" is octal 101, and the "$" symbol is octal 44.


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]