The PS_SHOW_FONTS procedure displays all the PostScript fonts that IDL knows about, with both the StandardAdobe and ISOLatin1 encodings. Each display takes a separate page, and each character in each font is shown with its character index.
            A PostScript file is produced, one page per font/mapping combination. The output file contains almost 70 pages of output. A PostScript previewer is recommended rather than sending it to a printer.
            This routine is written in the IDL language. Its source code can be found in the file ps_show_fonts.pro in the lib subdirectory of the IDL distribution.
            Syntax
            PS_SHOW_FONTS [, /NOLATIN]
            Arguments
            None.
            Keywords
            NOLATIN
            Set this keyword to prevent output of ISOLatin1 encodings.
            Version History
            
            See Also
            PSAFM