<FONT> and <DUPLEX>
<FONTS>
Printer fonts processing: specifies how the fonts have to be printed.
Syntax :
<FONTS= DOWNLOAD | BITMAP | SUBDEV >
Examples : <FONTS=BITMAP>
<FONTS=DOWNLOAD>
<FONTS=SUBDEV>
DOWNLOAD : download true type fonts, default for PCL printers,
BITMAP : print fonts as bitmaps.
SUBDEV : replaces printer fonts by true type fonts. Default for POSTSCRIPT
Note:
The BITMAP mode can generate very important file sizes. Use this option only if needed.
|
<DUPLEX>
Printer duplex processing.
Syntax : <DUPLEX= NO | V[ertical] | H[orizontal] >
Examples:
<DUPLEX=H> or <DUPLEX=HORIZONTAL> <DUPLEX=NO> </DUPLEX>
Note:
•The <DUPLEX=NO> is equivalent with </DUPLEX>.
•If <DUPLEX> is specified without any parameter or an invalid value is specified, then DUPLEX=HOR is assumed.