ADC Home > Reference Library > Technical Q&As > Legacy Documents > Graphics & Imaging >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: My driver has a How can I set my own paper type ("A4 portrait") as the default? A: Unfortunately, this is a bug in QuickDraw GX. GX internally adds the standard paper types (e.g., A4, US Letter, etc,) to your driver. The bug is that GX thinks it is finding a better fit for the current page dimensions than the assigned A4 portrait paper type. It then defaults to GX's internal A4 paper type. In other words, the paper matching code is working incorrectly. If you are defaulting to a non-standard paper type, such as Letterhead, Stationery or Three-hole Punch, the best workaround is to remove that paper type from the Extensions folder. If you are defaulting to another paper type, then the easiest thing you can do
is to open your driver with ResEdit and remove or edit the This is the only way to correct the problem at this time. It is not very user-friendly, but it will force the driver to default to the correct paper type. |
|