Printronix SL4M Manuale Utente

Pagina di 272
Labeling Applications
165
Labeling Applications
A TrueType font can be downloaded through several labeling applications, 
such as Codesoft, Loftware, and Bartender. Please contact the appropriate 
company for more details.
Select And Print Downloaded TrueType Fonts
After downloading the TrueType font using any of the following methods, you 
can access the downloaded TrueType font by using the command as 
described in the PGL Programmer’s Reference Manual.
To Print ASCII Characters
Example:
~CREATE;FORM
FONT;NAME ARIAL.TTF
ALPHA
10;10;2;2;$01234$
STOP
END
~EXECUTE;FORM;1
To Print Double Byte Characters (DBCS)
You can print double byte (DBCS) characters through UTF-8 with a 
non-DBCS printer (without a DBCS font cartridge). The following conditions 
must be met:
1.
The font must be a TrueType font which supports DBCS characters.
2.
The font must have the characters arranged in Unicode order.
3.
You must use a UTF-8 data stream to print.
4.
The printer’s DRAM, Flash memory, or EMC must have enough memory 
to hold the font file.
To check for the available amount of Flash memory, select 
PRINTER SETUP
Main FFS
Flash Avail. 
To check for the available amount of EMC memory, select PRINTER 
SETUP
EMC FFS
Flash Avail. 
You can also print a configuration printout for memory availability, 
see “CONFIGURATION MENU” on page 138. For information on EMC, 
see “Expanded Memory Cartridge (EMC)” on page 217.
When all conditions are met, you can access the DBCS TrueType font by 
using the FONT;NAME command with the UTF-8 command ISET;‘UTF8’ or 
FONT;SYMSET ‘UTF8’ as described in the 
IGP/PGL Programmer’s 
Reference Manual.