KYOCERA km-1500 Guia Do Utilizador

Página de 408
PRESCRIBE Command Reference
70
DAF — 
Delete All Fonts 
Format 
DAF;
 
Parameter 
None 
Function 
The DAF command deletes all nonresident fonts and the font numbers assigned to 
scalable fonts by the SFNT command from the printing system’s memory. This enables 
the user to make room for new fonts, macros, and graphics. 
File 
!R! UNIT P; SLS 16;
SFNT ’Helvetica-Bd’, 15, 2000, 277, 2, 0;
SFNT ’Helvetica’, 15, 2001, 277, 1, .5;
   
FONT 10; 
TEXT ’1. FAREWELL TO ’, E;
FONT 2000; TEXT ’FONT 2000’, N;
FONT 2001; TEXT ’AND FONT 2001’, N;
TEXT, N;
   
DAF;
FONT 10; 
TEXT ’2. FAREWELL TO ’, E;
FONT 2000; TEXT ’FONT 2000’, N;
FONT 2001; TEXT ’AND FONT 2001’;
   
PAGE;
EXIT;
Printout