Printronix SL5000r ユーザーズマニュアル

ページ / 396
PTX_SETUP
293
PTX_SETUP
PTX_SETUP can be used to download TrueType fonts into the file system. 
Please see the PTX_SETUP chapter in the PGL Programmer’s Reference 
Manual for details.
Example:
!
PTX_SETUP
FILE_IO-CAPTURE; “ARIAL.TTF”.
PTX_END
Arial TrueType font binary data
NOTE: Do not add any LF/FF at the end of the binary data
!PTX_SETUP
FILE_IO-CAPTURE;””.
PTX_END
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 above methods, the 
user can access the downloaded TrueType fot by using the FONT;NAME 
command as described in the PGL Programmer’s Reference Manual.
For Example:
~CREATE;FORM
FONT;NAME ARIAL.TTF
ALPHA
10;10;2;2;$01234$
STOP
END
~EXECUTE;FORM;1