Changed font drop-down list to spinner, now uses px rather than pt

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@849 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-10-20 15:50:58 +00:00
parent 39e71579e3
commit a0d4f0e263
3 changed files with 31 additions and 23 deletions

View File

@@ -695,7 +695,7 @@ function BatchCommand(text) {
$.extend(all_properties.text, {
fill: "#000000",
stroke_width: 0,
font_size: '12pt',
font_size: 24,
font_family: 'serif'
});