view cardDefinitions.JSON @ 48:b2a11435a89b laserkard

[svn r49] implemented resizing text :)
author rlm
date Sun, 31 Jan 2010 20:26:16 -0500
parents 1045db9799e3
children
line wrap: on
line source


3 {
5 "bold" :
6 {
7 "Name" :
8 {"posx": "10", "posy" : "160", "center" : 1, "font" : "90"},
9 "Email" :
10 {"posx": "280", "posy" : "270", "font" : "25", width : "200"},
11 },
14 "arrow" :
15 {
16 "Name" :
17 {"posx": "40", "posy" : "110", "font" : "72" , width : "425"},
18 "Company" :
19 {"posx": "40", "posy" : "155", "font" : "27", width : "425"},
20 "Occupation" :
21 {"posx": "40", "posy" : "190", "font" : "27", width : "425"},
22 "Email" :
23 {"posx": "280", "posy" : "270", "font" : "25", width : "200"} ,
24 },
27 "classic" :
28 {
29 "Email" :
30 {"posy" : "42", "center" : 1, "font" : "29", "width" : "400"},
31 "Phone" :
32 {"posy" : "75", "center" : 1, "font" : "27", "width" : "400"},
33 "Name" :
34 {"posy" : "164", "center" : 1, "font" : "62", "face" : "800", "width" : "400"},
35 "Company" :
36 {"posy" : "247", "center" : 1, "font" : "27", "width" : "400"},
37 "Occupation" :
38 {"posy" : "278", "center" : 1, "font" : "27", "width" : "400"},
39 "Website" :
40 {"posy" : "0", "posx" : "0", "weirdFlip" : 1, "font" : "25", width : "280"},
41 },
43 "direct" :
44 {
45 "Name" :
46 {"posx": "37", "posy" : "70", "font" : "55"},
47 "Occupation" :
48 {"posx": "37", "posy" : "120", "font" : "27"},
49 "Company" :
50 {"posx": "37", "posy" : "178", "font" : "27", width : "300"},
51 "Phone" :
52 {"posx": "37", "posy" : "210", "font" : "27", width : "300"},
53 "Email" :
54 {"posx": "37", "posy" : "240", "font" : "27"} ,
55 "Website" :
56 {"posx": "37", "posy" : "270", "font" : "27"} ,
59 },
64 }