From: Mark H. <ha...@us...> - 2001-11-26 21:24:20
|
Hey Terry, Sorry about the delay for Thanksgiving. If you take a look at "HP LaserJet PCL Instance.cpp", at line 179, it calculates the vertical offset. It uses it at line 375. The second parameter is the x offset in the units of measurement (UOM) which is hardcoded to 0. Try changing that value. Some reasons to have spaces in the filenames are that it is more natural (that is a one to one mapping of the device name to the file name) and to tell the difference between an actual file (that has spaces) and a build-generated file (that has underscores). Mark Take a look at the Linux Omni printer driver at http://www.ibm.com/linux/ltc/projects/omni/ |