comparison cardDefinitions.JSON @ 48:b2a11435a89b laserkard

[svn r49] implemented resizing text :)
author rlm
date Sun, 31 Jan 2010 20:26:16 -0500
parents 1045db9799e3
children
comparison
equal deleted inserted replaced
47:4431dc7d4bb5 48:b2a11435a89b
3 { 3 {
4 4
5 "bold" : 5 "bold" :
6 { 6 {
7 "Name" : 7 "Name" :
8 {"posx": "10", "posy" : "160", "center" : 1, "font" : "60"}, 8 {"posx": "10", "posy" : "160", "center" : 1, "font" : "90"},
9 "Email" : 9 "Email" :
10 {"posx": "280", "posy" : "270", "font" : "25"}, 10 {"posx": "280", "posy" : "270", "font" : "25", width : "200"},
11 }, 11 },
12 12
13 13
14 "arrow" : 14 "arrow" :
15 { 15 {
16 "Name" : 16 "Name" :
17 {"posx": "40", "posy" : "110", "font" : "55"}, 17 {"posx": "40", "posy" : "110", "font" : "72" , width : "425"},
18 "Company" : 18 "Company" :
19 {"posx": "40", "posy" : "155", "font" : "27"}, 19 {"posx": "40", "posy" : "155", "font" : "27", width : "425"},
20 "Occupation" : 20 "Occupation" :
21 {"posx": "40", "posy" : "190", "font" : "27"}, 21 {"posx": "40", "posy" : "190", "font" : "27", width : "425"},
22 "Email" : 22 "Email" :
23 {"posx": "280", "posy" : "270", "font" : "25"} , 23 {"posx": "280", "posy" : "270", "font" : "25", width : "200"} ,
24 }, 24 },
25 25
26 26
27 "classic" : 27 "classic" :
28 { 28 {
29 "Email" : 29 "Email" :
30 {"posy" : "42", "center" : 1, "font" : "29"}, 30 {"posy" : "42", "center" : 1, "font" : "29", "width" : "400"},
31 "Phone" : 31 "Phone" :
32 {"posy" : "75", "center" : 1, "font" : "27"}, 32 {"posy" : "75", "center" : 1, "font" : "27", "width" : "400"},
33 "Name" : 33 "Name" :
34 {"posy" : "164", "center" : 1, "font" : "47", "face" : "800"}, 34 {"posy" : "164", "center" : 1, "font" : "62", "face" : "800", "width" : "400"},
35 "Company" : 35 "Company" :
36 {"posy" : "247", "center" : 1, "font" : "27"}, 36 {"posy" : "247", "center" : 1, "font" : "27", "width" : "400"},
37 "Occupation" : 37 "Occupation" :
38 {"posy" : "278", "center" : 1, "font" : "27"}, 38 {"posy" : "278", "center" : 1, "font" : "27", "width" : "400"},
39 "Website" : 39 "Website" :
40 {"posy" : "0", "posx" : "0", "weirdFlip" : 1, "font" : "21"}, 40 {"posy" : "0", "posx" : "0", "weirdFlip" : 1, "font" : "25", width : "280"},
41 }, 41 },
42 42
43 "direct" : 43 "direct" :
44 { 44 {
45 "Name" : 45 "Name" :
46 {"posx": "37", "posy" : "70", "font" : "55"}, 46 {"posx": "37", "posy" : "70", "font" : "55"},
47 "Occupation" : 47 "Occupation" :
48 {"posx": "37", "posy" : "120", "font" : "27"}, 48 {"posx": "37", "posy" : "120", "font" : "27"},
49 "Company" : 49 "Company" :
50 {"posx": "37", "posy" : "178", "font" : "27"}, 50 {"posx": "37", "posy" : "178", "font" : "27", width : "300"},
51 "Phone" : 51 "Phone" :
52 {"posx": "37", "posy" : "210", "font" : "27"}, 52 {"posx": "37", "posy" : "210", "font" : "27", width : "300"},
53 "Email" : 53 "Email" :
54 {"posx": "37", "posy" : "240", "font" : "27"} , 54 {"posx": "37", "posy" : "240", "font" : "27"} ,
55 "Website" : 55 "Website" :
56 {"posx": "37", "posy" : "270", "font" : "27"} , 56 {"posx": "37", "posy" : "270", "font" : "27"} ,
57 57