GPR_$UNLOAD_FONT_FILE GPR Calls GPR_$UNLOAD_FONT_FILE
NAME
gpr_$unload_font_file - unloads a font that has been loaded by
gpr_$load_font_file.
FORMAT
gpr_$unload_font_file (font_id, status)
DESCRIPTION
This routine unloads a font that has been loaded by gpr_$load_font_file.
The font_id is returned when a program loads a file with the routine
gpr_$load_font_file.
In general, you will not have to call gpr_$unload_font_file even if you
have already loaded several fonts. See the Programming with Domain
Graphics Primitives manual for details.
Input Parameters
font_id
Font identifier. This is a 2-byte integer.
Output Parameters
status
Completion status, in status_$t format.