User`s guide

Appendix C: Extended IBM Printer Emulation AXIS 5470e/570/670e Users Manual
246
Match/Substitute Strings may be defined.
Note:
Font Selection Fonts can be selected directly by FGID (Extended Emulation
commands or SCS SFG commands) or indirectly by pitch SCS
SCD/SPD commands.
Notes:
Hex Transparency The Transparency function allows you to send ASCII data to the
printer directly from the host application. The data may be Postscript,
PCL, HP-GL or any other language supported by the printer. This
gives you access to all the features of the connected printer from
within the IBM environment.
When the percent and less-than characters (%<) are received, the
AXIS 5470e/570/670e will switch to hex transparency mode. The
following data (given as hexadecimal byte values or quoted text) is
passed directly to the printer without any conversion. The hex
transparency mode continues until the greater-than and percent
characters (>%) are received.
Example:
The following example shows how to embed HP-PCL start underline
(
<ESC>&d0D) and stop underline (<ESC>&d0@) commands in your
documents:
AIC (AXIS Internal Codes) are listed in the AXIS Network Print Server Technical
Reference.
SFG control code is only supported by Twinax page printer emulations.
Matrix printers only support a few fonts.
The word %<1B26643044>%underline%<1B266440>% is
underlined.
You can also use %<1B,"&d0D">%quoted text%<1B,"&d0@">%