Skip to content
Snippets Groups Projects
Commit 55b3b8dd authored by Martin Mareš's avatar Martin Mareš
Browse files

PPD: Dalsi drobnost pro Nessie

parent 89d1da1c
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,20 @@ option({
],
});
option({
Key => 'OutputMode',
Name => 'Print Quality',
Choice => 'PickOne',
Priority => 71,
JCL => 1,
Values => [
{ Key => 'Standard', Name => 'Standard', PS => jopt('QUALITY', 'standard'), Default => 1 },
{ Key => 'Enhanced', Name => 'Enhanced', PS => jopt('QUALITY', 'enhanced') },
{ Key => 'HighResolution', Name => 'Highest Resolution', PS => jopt('QUALITY', 'highest-resolution') },
{ Key => 'TonerSaver', Name => 'Toner Saver', PS => jopt('QUALITY', 'toner-saver') },
],
});
# FIXME
#option({
# Key => 'XRImageQuality',
......@@ -322,23 +336,6 @@ option({
# ],
#});
# FIXME
#option({
# Key => 'Resolution',
# Name => 'Printer Resolution',
# Choice => 'PickOne',
# Priority => 72,
# Values => [
# { Key => '600dpi', Name => '600 DPI (Fast)',
# PS => '<< /HWResolution [600 600] /DeviceRenderingInfo << /Type 26 /ValuesPerColorComponent 2 >> >> setpagedevice',
# Default => 1,
# },
# { Key => '1200dpi', Name => '1200 DPI (High Quality)',
# PS => '<< /HWResolution [1200 1200] /DeviceRenderingInfo << /Type 26 /ValuesPerColorComponent 2 >> >> setpagedevice'
# },
# ],
#});
# As reported by the printer (FIXME)
fonts( <<'AMEN' );
AlbertusMT-Italic: Standard "(001.001)" Standard ROM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment