From ba7b2427b6dabbc1200207fff3b576d09f18c931 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:24:38 +0200 Subject: Make Fl_GTK_Printer_Driver recognize more paper sizes also, make clear the B* paper size names are from JIS not ISO. --- src/Fl_Paged_Device.cxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/Fl_Paged_Device.cxx') diff --git a/src/Fl_Paged_Device.cxx b/src/Fl_Paged_Device.cxx index aed108022..850a5e055 100644 --- a/src/Fl_Paged_Device.cxx +++ b/src/Fl_Paged_Device.cxx @@ -126,17 +126,17 @@ const Fl_Paged_Device::page_format Fl_Paged_Device::page_formats[NO_PAGE_FORMATS { 105, 148, "A9"}, // B* // index(Bi) = i+10 - {2920, 4127, "B0"}, - {2064, 2920, "B1"}, - {1460, 2064, "B2"}, - {1032, 1460, "B3"}, - { 729, 1032, "B4"}, - { 516, 729, "B5"}, - { 363, 516, "B6"}, - { 258, 363, "B7"}, - { 181, 258, "B8"}, - { 127, 181, "B9"}, - { 91, 127, "B10"}, + {2920, 4127, "B0(JIS)"}, + {2064, 2920, "B1(JIS)"}, + {1460, 2064, "B2(JIS)"}, + {1032, 1460, "B3(JIS)"}, + { 729, 1032, "B4(JIS)"}, + { 516, 729, "B5(JIS)"}, + { 363, 516, "B6(JIS)"}, + { 258, 363, "B7(JIS)"}, + { 181, 258, "B8(JIS)"}, + { 127, 181, "B9(JIS)"}, + { 91, 127, "B10(JIS)"}, // others { 459, 649, "EnvC5"}, // envelope -- cgit v1.2.3