diff 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 diff
     1.1 --- a/cardDefinitions.JSON	Sun Jan 31 14:21:14 2010 -0500
     1.2 +++ b/cardDefinitions.JSON	Sun Jan 31 20:26:16 2010 -0500
     1.3 @@ -5,39 +5,39 @@
     1.4  "bold" :  
     1.5  	{
     1.6  	"Name" : 
     1.7 -		{"posx": "10", "posy" : "160", "center" : 1, "font" : "60"},
     1.8 +		{"posx": "10", "posy" : "160", "center" : 1, "font" : "90"},
     1.9  	"Email" :
    1.10 -		{"posx": "280", "posy" : "270", "font" : "25"},   
    1.11 +		{"posx": "280", "posy" : "270", "font" : "25", width : "200"},   
    1.12  	},
    1.13  	
    1.14  	
    1.15  "arrow" :
    1.16  	{
    1.17  	"Name" : 
    1.18 -		{"posx": "40", "posy" : "110",  "font" : "55"},
    1.19 +		{"posx": "40", "posy" : "110",  "font" : "72" , width : "425"},
    1.20  	"Company" :
    1.21 -		{"posx": "40", "posy" : "155",  "font" : "27"},
    1.22 +		{"posx": "40", "posy" : "155",  "font" : "27", width : "425"},
    1.23  	"Occupation" :
    1.24 -		{"posx": "40", "posy" : "190",  "font" : "27"},
    1.25 +		{"posx": "40", "posy" : "190",  "font" : "27", width : "425"},
    1.26  	"Email" :
    1.27 -		{"posx": "280", "posy" : "270", "font" : "25"} ,   
    1.28 +		{"posx": "280", "posy" : "270", "font" : "25", width : "200"} ,   
    1.29  	},
    1.30  	
    1.31  	
    1.32  "classic" :  
    1.33  	{
    1.34  	"Email" : 
    1.35 -		{"posy" : "42", "center" : 1, "font" : "29"},	
    1.36 +		{"posy" : "42", "center" : 1, "font" : "29", "width" : "400"},	
    1.37  	"Phone" : 
    1.38 -		{"posy" : "75", "center" : 1, "font" : "27"},	
    1.39 +		{"posy" : "75", "center" : 1, "font" : "27", "width" : "400"},	
    1.40  	"Name" : 
    1.41 -		{"posy" : "164", "center" : 1, "font" : "47", "face" : "800"},	
    1.42 +		{"posy" : "164", "center" : 1, "font" : "62", "face" : "800", "width" : "400"},	
    1.43  	"Company" : 
    1.44 -		{"posy" : "247", "center" : 1, "font" : "27"},	
    1.45 +		{"posy" : "247", "center" : 1, "font" : "27", "width" : "400"},	
    1.46  	"Occupation" : 
    1.47 -		{"posy" : "278", "center" : 1, "font" : "27"},	
    1.48 +		{"posy" : "278", "center" : 1, "font" : "27", "width" : "400"},	
    1.49  	"Website" : 
    1.50 -		{"posy" : "0", "posx" : "0",  "weirdFlip" : 1, "font" : "21"},	
    1.51 +		{"posy" : "0", "posx" : "0",  "weirdFlip" : 1, "font" : "25", width : "280"},	
    1.52  	},
    1.53  
    1.54  "direct" :
    1.55 @@ -47,9 +47,9 @@
    1.56  	"Occupation" :
    1.57  		{"posx": "37", "posy" : "120",  "font" : "27"},
    1.58  	"Company" :
    1.59 -		{"posx": "37", "posy" : "178",  "font" : "27"},
    1.60 +		{"posx": "37", "posy" : "178",  "font" : "27", width : "300"},
    1.61  	"Phone" :
    1.62 -		{"posx": "37", "posy" : "210",  "font" : "27"},
    1.63 +		{"posx": "37", "posy" : "210",  "font" : "27", width : "300"},
    1.64  	"Email" :
    1.65  		{"posx": "37", "posy" : "240", "font" : "27"} , 
    1.66  	"Website" :