EN Font Management Example 9-7
Font Management Example 
This example illustrates several typical font management operations. 
It assumes a bitmap soft font is stored and available on an MS-DOS 
based hard disk.
1 Set the font ID number to 2:
E
C
*c2D 
2 Download a soft font file using the MS-DOS COPY command with 
the /B option:
COPY /B filename PRN
Note that the soft font is associated with font ID 2.
3 Make the soft font permanent to prevent its deletion during a 
printer reset:
E
C
*c5F
4 Designate the permanent soft font as primary:
E
C
(2X