1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/printingservices/printerdrivers/general/GENERAL.PD Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,64 @@
1.4 +! GENERAL.PD
1.5 +! General printer driver file, supports minimal TTY functionality
1.6 +
1.7 +Resources Resources
1.8 + PreAmble "<10>"
1.9 + PostAmble "<12>"
1.10 + NewPage "<12><10>"
1.11 + IncrementXPos "*<32>"
1.12 + IncrementYPos "*<10>" ! N.B. This moves position 1 pixel
1.13 + CarriageReturn "<13>"
1.14 +EndResources
1.15 +
1.16 +Translates Translates
1.17 +EndTranslates
1.18 +
1.19 +FontInfo Courier
1.20 + MaxNormalCharWidth 1
1.21 + Ascent 1
1.22 + CodeSection 0:255
1.23 + 0:1
1.24 + EndCodeSection
1.25 +EndFontInfo
1.26 +
1.27 +TypefaceFonts Courier
1.28 + Name "Mono" Serif
1.29 + Translates Translates
1.30 + FontHeight
1.31 + Height 240
1.32 + Normal Courier
1.33 + Bold Courier
1.34 + Italic Courier
1.35 + BoldItalic Courier
1.36 + Command ""
1.37 + EndFontHeight
1.38 +EndTypefaceFonts
1.39 +
1.40 +Model General
1.41 + Name "General" RequiresPrinterPort
1.42 + Uid 268435818
1.43 + Flags 1
1.44 +! 1 Landscape not available
1.45 + Resources Resources
1.46 + KPixelWidth 144000 ! 144 twips = 1/10 in, one character
1.47 + KPixelHeight 240000 ! 240 twips = 1/6 in, one line
1.48 + PortraitOffset 2 4 ! Pixels
1.49 + LandscapeOffset 2 4
1.50 + MinMarginLeft 2 ! Pixels
1.51 + MinMarginRight 2
1.52 + MinMarginTop 4
1.53 + MinMarginBottom 4
1.54 + DisplayMode Gray2
1.55 + TypefaceFontss
1.56 + Courier
1.57 + EndTypefaceFontss
1.58 +EndModel
1.59 +
1.60 +PdrStoreFile
1.61 + PDLName "GENERAL"
1.62 + PDLUid 268435819
1.63 + Models
1.64 + General
1.65 + EndModels
1.66 +EndPdrStoreFile
1.67 +