1 /* gEDA - GPL Electronic Design Automation
2 * utils - gEDA Utilities
3 * Copyright (C) 1998-2010 Ales Hvezda
4 * Copyright (C) 1998-2020 gEDA Contributors (see ChangeLog for details)
6 * You should have received a copy of the GNU General Public License
7 * along with this program; if not, write to the * Free Software
8 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
11 /* this file is no longer used */
15 /* if you change this one you must recalc correction factors */
16 /* perhaps we will do this in the code ! */
18 /* To calculate the correction factor for each: */
19 /* if calcaspect < required_aspect : */
20 /* Width_correction = (width+border) - (height+border)*1.3333 */
22 /* Height_correction = ((width+border)/1.3333) - (height+border) */
25 #define WIDTH_A 11*MILS_PER+BORDER+667
26 #define HEIGHT_A 8.5*MILS_PER+BORDER
28 #define WIDTH_B 17*MILS_PER+BORDER
29 #define HEIGHT_B 11*MILS_PER+BORDER+1500
31 #define WIDTH_C 22*MILS_PER+BORDER+1000
32 #define HEIGHT_C 17*MILS_PER+BORDER
34 #define WIDTH_D 34*MILS_PER+BORDER
35 #define HEIGHT_D 22*MILS_PER+BORDER+3250
37 #define WIDTH_E 44*MILS_PER+BORDER+1667
38 #define HEIGHT_E 34*MILS_PER+BORDER