[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    struct PrinterTxtPrefs
    {
        LONG  pt_Reserved[4];            /* System reserved            */
        UBYTE pt_Driver[DRIVERNAMESIZE]; /* printer driver filename    */
        UBYTE pt_Port;                   /* printer port connection    */

        UWORD pt_PaperType;              /* Fanfold or single */
        UWORD pt_PaperSize;              /* Standard, Legal, A4, A3 etc. */
        UWORD pt_PaperLength;            /* Paper length in # of lines */

        UWORD pt_Pitch;                  /* Pica or Elite */
        UWORD pt_Spacing;                /* 6 or 8 LPI */
        UWORD pt_LeftMargin;             /* Left margin */
        UWORD pt_RightMargin;            /* Right margin */
        UWORD pt_Quality;                /* Draft or Letter */
    };