LPub3D - Request


RE: LPub3D - Request
#6
Code:
// page sizes in centimeters and inches
struct pageSizeTypes {
   QString pageTypeSizeID;
   float   pageWidthCm;    // not used - for dev reference only
   float   pageHeightCm;   // not used - for dev reference only
   float   pageWidthIn;
   float   pageHeightIn;
} pageSizeTypes[] = {
{"A0",         84.1000, 118.9000,  33.1102,  46.8110},
{"A1",         59.4000,  84.1000,  23.3858,  33.1102},
{"A2",         42.0000,  59.4000,  16.5354,  23.3858},
{"A3",         29.7000,  42.0000,  11.6929,  16.5354},
{"A4",         21.0000,  29.7000,   8.2677,  11.6929},
{"A5",         14.8000,  21.0000,   5.8268,   8.2677},
{"A6",         10.5000,  14.8000,   4.1339,   5.8268},
{"A7",          7.4000,  10.5000,   2.9134,   4.1339},
{"A8",          5.2000,   7.4000,   2.0472,   2.9134},
{"A9",          3.7000,   5.2000,   1.4567,   2.0472},
{"A10",         2.6000,   3.7000,   1.0236,   1.4567},
{"ArchA",      22.8600,  30.4800,   9.0000,  12.0000},
{"ArchB",      30.4800,  45.7200,  12.0000,  18.0000},
{"ArchC",      45.7200,  60.9600,  18.0000,  24.0000},
{"ArchD",      60.9600,  91.4400,  24.0000,  36.0000},
{"ArchE",      91.4400, 121.9200,  36.0000,  48.0000},
{"ArchE1",     76.2000, 106.6800,  30.0000,  42.0000},
{"ArchE2",     66.0400,  96.5200,  26.0000,  38.0000},
{"ArchE3",     68.5800,  99.0600,  27.0000,  39.0000},
{"AnsiA",      21.5900,  27.9400,   8.5000,  11.0000},
{"AnsiB",      27.9400,  43.1800,  11.0000,  17.0000},
{"AnsiC",      43.1800,  55.8800,  17.0000,  22.0000},
{"AnsiD",      55.8800,  86.3600,  22.0000,  34.0000},
{"AnsiE",      86.3600, 111.7600,  34.0000,  44.0000},
{"B0",        100.0000, 141.4000,  39.3701,  55.6693},
{"B1",         70.7000, 100.0000,  27.8346,  39.3701},
{"B2",         50.0000,  70.7000,  19.6850,  27.8346},
{"B3",         35.3000,  50.0000,  13.8976,  19.6850},
{"B4",         25.0000,  35.3000,   9.8425,  13.8976},
{"B5",         17.6000,  25.0000,   6.9291,   9.8425},
{"B6",         12.5000,  17.6000,   4.9213,   6.9291},
{"B7",          8.8000,  12.5000,   3.4646,   4.9213},
{"B8",          6.2000,   8.8000,   2.4409,   3.4646},
{"B9",          4.4000,   6.2000,   1.7323,   2.4409},
{"B10",         3.1000,   4.4000,   1.2205,   1.7323},
{"Comm10E",    10.5000,  24.1000,   4.1339,   9.4882},
{"DLE",        11.0000,  22.0000,   4.3307,   8.6614},
{"Executive",  18.4150,  26.6700,   7.2500,  10.5000},
{"Folio",      21.0000,  33.0000,   8.2677,  12.9921},
{"Ledger",     43.1800,  27.9400,  17.0000,  11.0000},
{"Legal",      21.5900,  35.5600,   8.5000,  14.0000},
{"Letter",     21.5900,  27.9400,   8.5000,  11.0000},
{"Tabloid",    27.9400,  43.1800,  11.0000,  17.0000},
{"Custom",      0.0000,   0.0000,   0.0000,   0.0000}
};
Reply
« Next Oldest | Next Newest »



Messages In This Thread
LPub3D - Request - by Kevin - 2016-11-22, 16:43
RE: LPub3D - Request - by Merlijn Wissink - 2016-11-23, 12:52
RE: LPub3D - Request - by Trevor Sandy - 2016-11-24, 14:30
RE: LPub3D - Request - by Kevin - 2016-11-24, 14:49
RE: LPub3D - Request - by Trevor Sandy - 2016-11-24, 15:29
RE: LPub3D - Request - by Kevin - 2016-11-24, 22:33
RE: LPub3D - Request - by Trevor Sandy - 2016-11-24, 22:50
RE: LPub3D - Request - by Kevin - 2016-11-25, 2:44
RE: LPub3D - Request - by Trevor Sandy - 2016-11-25, 3:34
RE: LPub3D - Request - by Kevin - 2016-11-25, 7:18
RE: LPub3D - Request - by Merlijn Wissink - 2016-11-25, 8:14
RE: LPub3D - Request - by Trevor Sandy - 2016-11-25, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)