EFONT
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 resource/fonts
subdirectory of 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.
Syntax
EFONT [, Init_Font] [, /BLOCK] [, GROUP=widget_id]
Arguments
Init_Font
The initial font index, from 3 to 29. The default is 3.
Keywords
BLOCK
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.
Note: Only the outermost call to XMANAGER can block. Therefore, to have EFONT block, any earlier calls to XMANAGER must have been called with the NO_BLOCK keyword. See the documentation for the NO_BLOCK keyword to XMANAGER for an example.
GROUP
The widget ID of the widget that calls EFONT. If GROUP is set, the death of the caller results in the death of EFONT.
Version History
Pre 4.0 |
Introduced |