summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2009-11-28 23:40:28 +0000
committerJosh Andler <scislac@gmail.com>2009-11-28 23:40:28 +0000
commit760a6552dabfed2e071c28bda53eeadba364671d (patch)
treeebaf05746fec8061d9275e82d30624c745e4f75f /src/ui/widget
parenthopefully fix build on linux (diff)
downloadinkscape-760a6552dabfed2e071c28bda53eeadba364671d.tar.gz
inkscape-760a6552dabfed2e071c28bda53eeadba364671d.zip
Patch by Dan_Krause to add Arch Paper sizes
(bzr r8843.1.1)
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/page-sizer.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ui/widget/page-sizer.cpp b/src/ui/widget/page-sizer.cpp
index 02688a55e..68f26792a 100644
--- a/src/ui/widget/page-sizer.cpp
+++ b/src/ui/widget/page-sizer.cpp
@@ -188,6 +188,26 @@ static PaperSizeRec const inkscape_papers[] = {
{ "Business Card (US)", 2, 3.5, SP_UNIT_IN },
{ "Business Card (Europe)", 55, 85, SP_UNIT_MM },
{ "Business Card (Aus/NZ)", 55, 90, SP_UNIT_MM },
+
+ // Start Arch Series List
+
+
+ { "Arch A", 9, 12, SP_UNIT_IN }, // 229 x 305 mm
+ { "Arch B", 12, 18, SP_UNIT_IN }, // 305 x 457 mm
+ { "Arch C", 18, 24, SP_UNIT_IN }, // 457 x 610 mm
+ { "Arch D", 24, 36, SP_UNIT_IN }, // 610 x 914 mm
+ { "Arch E", 36, 48, SP_UNIT_IN }, // 914 x 1219 mm
+ { "Arch E1", 30, 42, SP_UNIT_IN }, // 762 x 1067 mm
+
+ /*
+ * The above list of Arch sizes were taken from the following site:
+ * http://en.wikipedia.org/wiki/Paper_size
+ * Further detail can be found at http://www.ansi.org
+ * Sizes are assumed to be arbitrary rounding to MM unless shown to be otherwise
+ * No conflicting information was found regarding sizes in MM
+ * September 2009 - DAK
+ */
+
{ NULL, 0, 0, SP_UNIT_PX },
};