The
EFONT procedure provides a simple
widget-based vector font editor and display. Use this procedure to read and/or modify a local copy of the file
hersh1.chr
, located in the main IDL directory, which contains the vector fonts used by IDL in plotting. This is a very rudimentary editor. Click the "Help" button on the EFONT main menu for more information.
This routine is written in the IDL language. Its source code can be found in the file
efont.pro
in the
lib
subdirectory of the IDL distribution.
Set this keyword to have XMANAGER block when this application is registered. By default, BLOCK is set equal to zero, providing access to the command line if active command line processing is available. Note that setting BLOCK=1 will cause all widget applications to block, not just this application. For more information, see the documentation for the NO_BLOCK keyword to XMANAGER .