try making the font-size smaller so that text looks bigger. ???

This commit is contained in:
Sanj 2011-07-09 04:19:58 +05:30
parent e7634ad037
commit 70895d2666
2 changed files with 2 additions and 2 deletions

View File

@ -534,7 +534,6 @@ var TextBox = function(canvas, json, index) {
/*
Call this function to create a new Text Box - if passed json, the TextBox is instantiated from the JSON, else it uses defaults.
>>> t.create(); t.jq.length == 1;
true
*/

View File

@ -34,10 +34,11 @@ p {
.box {
position: absolute;
}
.page {
clear:left;
font-family: Helvetica, sans-serif;
font-size: 14px;
font-size: 12px;
width: {{width}}px;
height: {{height}}px;
/*