utils
|
00001 /* gEDA - GPL Electronic Design Automation 00002 * utils - gEDA Utilities 00003 * Copyright (C) 1998-2010 Ales Hvezda 00004 * 00005 * You should have received a copy of the GNU General Public License 00006 * along with this program; if not, write to the * Free Software 00007 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00008 */ 00009 00010 /* this file is no longer used */ 00011 00012 #define MILS_PER 1000 00013 #define BORDER 1000 00014 /* if you change this one you must recalc correction factors */ 00015 /* perhaps we will do this in the code ! */ 00016 00017 /* To calculate the correction factor for each: */ 00018 /* if calcaspect < required_aspect : */ 00019 /* Width_correction = (width+border) - (height+border)*1.3333 */ 00020 /* else */ 00021 /* Height_correction = ((width+border)/1.3333) - (height+border) */ 00022 00023 00024 #define WIDTH_A 11*MILS_PER+BORDER+667 00025 #define HEIGHT_A 8.5*MILS_PER+BORDER 00026 00027 #define WIDTH_B 17*MILS_PER+BORDER 00028 #define HEIGHT_B 11*MILS_PER+BORDER+1500 00029 00030 #define WIDTH_C 22*MILS_PER+BORDER+1000 00031 #define HEIGHT_C 17*MILS_PER+BORDER 00032 00033 #define WIDTH_D 34*MILS_PER+BORDER 00034 #define HEIGHT_D 22*MILS_PER+BORDER+3250 00035 00036 #define WIDTH_E 44*MILS_PER+BORDER+1667 00037 #define HEIGHT_E 34*MILS_PER+BORDER 00038