home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / datatypes / iffdt402 / iff.module / prefpspd < prev    next >
Encoding:
Text File  |  1997-01-12  |  2.1 KB  |  46 lines

  1. PrinterPSPrefs
  2.  
  3. "Reserved[4]",    "$%08lx, $%08lx, $%08lx, $%08lx", 0l, 4l, 8l, 12l
  4. "DriverMode",    "%s",        CASE(16C, "[unknown]", "POSTSCRIPT", "PASSTHROUGH")
  5. "PaperFormat",    "%s",        CASE(17C, "[unknown]", "USLETTER", "USLEGAL", "A4", "CUSTOM")
  6. "Reserved1[2]",    "$%02lx, $%02lx", 18C, 19C
  7. "Copies",    "%ld",        20l
  8. "PaperWidth",    "%ld",        24l
  9. "PaperHeight",    "%ld",        28l
  10. "HorizontalDPI","%ld",        32l
  11. "VerticalDPI",    "%ld",        36l
  12.  
  13. "Text Options"
  14. "Font",        "%s",        CASE(40C, "[unknown]", "COURIER", "TIMES", "HELVETICA", "HELV_NARROW", "AVANTGARDE", "BOOKMAN", "NEWCENT", "PALATINO", "ZAPFCHANCERY")
  15. "Pitch",    "%s",        CASE(41C, "[unknown]", "NORMAL", "COMPRESSED", "EXPANDED")
  16. "Orientation",    "%s",        CASE(42C, "[unknown]", "PORTRAIT", "LANDSCAPE")
  17. "Tab",        "%s",        CASE(43C, "[unknown]", "4", "8", "QUART", "HALF", "INCH")
  18. "Reserved2[8]",    "$%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx", 44C, 45C, 46C, 47C, 48C, 49C, 50C, 51C
  19.  
  20. "Text Dimensions"
  21. "LeftMargin",    "%ld",        52l
  22. "RightMargin",    "%ld",        56l
  23. "TopMargin",    "%ld",        60l
  24. "BottomMargin",    "%ld",        64l
  25. "FontPointSize","%ld",        68l
  26. "Leading",    "%ld",        72l
  27. "Reserved3[8]",    "$%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx", 76C, 77C, 78C, 79C, 80C, 81C, 82C, 83C
  28.  
  29. "Graphics Options"
  30. "LeftEdge",    "%ld",        84l
  31. "TopEdge",    "%ld",        88l
  32. "Width",    "%ld",        92l
  33. "Height",    "%ld",        96l
  34. "Image",    "%s",        CASE(100C, "[unknown]", "POSITIVE", "NEGATIVE")
  35. "Shading",    "%s",        CASE(101C, "[unknown]", "BW", "GREYSCALE", "COLOR")
  36. "Dithering",    "%s",        CASE(102C, "[unknown]", "DEFAULT", "DOTTY", "VERT", "HORIZ", "DIAG")
  37. "Reserved4[9]",    "$%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx", 103C, 104C, 105C, 106C, 107C, 108C, 109C, 110C, 111C
  38.  
  39. "Graphics Scaling"
  40. "Aspect",    "%s",        CASE(112C, "[unknown]", "HORIZ", "DIAG")
  41. "ScalingType",    "%s",        CASE(113C, "[unknown]", "ASPECT_ASIS", "ASPECT_WIDE", "ASPECT_TALL", "ASPECT_BOTH", "PITS_WIDE", "PITS_TALL", "PITS_BOTH")
  42. "Reserved5",    "$%02lx",    114C
  43. "Centering",    "%s",        CASE(115C, "[unknown]", "NONE", "HORIZ", "VERT", "BOTH")
  44. "Reserved6[8]",    "$%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx, $%02lx", 116C, 117C, 118C, 119C, 120C, 121C, 122C, 123C
  45.  
  46.