home *** CD-ROM | disk | FTP | other *** search
-
- ; JetForm.ICS JetForm Configuration File v3.0
-
- ; All Units of measurement (grids, widths, etc.) are in INCHES
- ; unless otherwise noted. For most measurements fractions are allowed.
- ; JetForm internally stores all measurements in 1\1000000 of an Inch.
-
- ;*This printer option should only be used for printers which are not
- ;*listed explicitly as JetForm supported printers. The custom JetForm
- ;*print drivers will produce better and faster output that the Windows
- ;*drivers.
- ;*\n\nThe JfMerge program can NOT be used with forms created with this driver.
- ;*\n\nFor more information about the use of
- ;*Windows print drivers with JetForm please refer to
- ;*the section Printing with JetForm-Design.
-
- PrinterName WINDOWS ; Generic Microsoft Windows driver
- PrinterExt WIN ; 3 char Cartridge file extent
- PrinterOutput $WINDOWS
- PrinterType 6 ; Printer Driver # (6 indicates that the Windows driver will be used.)
- PrinterFlag 0 ; Printer Option flags
-
-
- ; Shading patterns. The shading data format is:
- ; Shade <num> <name> {<printernum> <printer control data>...}
- ; <num> is the internal JetForm shading pattern number
- ; <name> is the name of the pattern (up to 20 characters)
- ; <printernum> is the print driver pattern type.
-
- ; Standard Shading Patterns
- Shade 0 Unshaded 0
- Shade 1 Light 0
- Shade 2 Medium 0
- Shade 3 Dark 0
- Shade 4 Black 0
- Shade 5 Horizontal 0
- Shade 6 Vertical 0
- Shade 7 Crosshatch 0
- Shade 8 Diagonal%Left 0
- Shade 9 Diagonal%Right 0
- Shade 10 Diagonal%Cross 0
-
- DefaultShade 1
-
- ; Line Styles. The styles data format is:
- ; Style <num> <name> <printernum> {<printer control data>...}
- ; <num> is the internal JetForm linestyle number
- ; <name> is the name of the linestyle (up to 20 characters)
- ; <printernum> is the print driver linestyle type.
- ; <printer control data> is optional data for the print driver.
-
- Style 0 %Invisible 0
- Style 1 ___________ 1
- Style 2 ........... 2
-
- DefaultStyle 1
- DefaultTextAngle 0 ; Text angle (currently must be 0)
- TextAngles 7 ; 0=Horiz only, 1=90° 2=180° 4=270°
-
- ;
- ; The following section defines the printer specific Escape code sequences.
- ;
-
- Copies ; Select # of copies to print
- ; Reset printer (start of job)
- Reset
- PostReset ; Reset printer (end of job)
-
- TopOfPage ; Position to top-of-page
-
- PrinterPosition ; Printer position sequence
-
- ; The following Macro... sequences are for use by IMerge.
-
- MacroStart ; PreAmble to a macro definition
- MacroEnd ; PostAmble to a macro definition
- MacroCall ; Call a macro
- MacroKeep ; Lock a macro as a permanent overlay
-
- ; Paper control information
-
- Trays 1 ; 1 paper trays selections on printer
- ; 1=feed from continuous or cut sheet
- DefaultTray 1 ; On a new form default to tray #1.
-
- Duplex 0 ; 0=no duplexing 1=duplex
- ; 2 = duplex with either top or left binding
-
- Offset 0
-
-
-
- PrinterXDPI 120 ; Printer X resolution
- PrinterYDPI 72 ; Printer Y resolution
-
-
- ; Font Data
-
- CWidthFactor 4166.666667 ; All character width values are multiplied
- ; by this factor to convert them to
- ; 1/1000000th of an inch.
- ; Use 3333.333333 for 300dpi widths
-
- Font *NoPrint* ; The first font is assumed to be nonprinting
- ; Define it's characteristics for field
- ; sizing purposes.
-
- TypeFace 1 ; JetForm Typeface#
-
- PointSize 12 ; Character height in points. May have 1
- ; decimal after, as in 4.5
-
- Pitch 10 ; Characters per inch horizontally - may
- ; have up to 3 decimals as in 16.667
-
- Bold 0 ; Degree of boldness. 0=none (Default=0)
-
- Italic 0 ; Degree of italicization. 0=none (Default=0)
-
- FontFamily 48 ; Microsoft Windows font family (Default=48)
- ; 0=Unknown
- ; 16=Roman (serif font)
- ; 32=Helv/Swiss (sans-serif font)
- ; 48=Courier/Pica/Elite etc
- ; 64=Cursive (Script)
- ; 80=Old English
-
- LinesPerInch 6 ; Default vertical spacing. Fractions allowed.
- ; as in 5.254
-
- DefaultCWidth 30 ; Average character width in 'CWidthFactor'
- ; units (in this case dots).
-
- SymbolSet 0 ; JetForm symbol set. 0=English Roman8Extended
- ; 1=Arabic
-
- ; The real fonts begin here.
-
- Include $DEFAULT.WIN
- Include BARCODE.WIN
-