支持多文件导入,去除ttf.html

This commit is contained in:
mkwiser
2014-10-30 23:34:45 +08:00
parent a335a81ec6
commit a371836e35
9 changed files with 139 additions and 467 deletions

View File

@@ -118,6 +118,6 @@
define('jquery', $);
require(['fonteditor/main'])
</script>
<form id="font-form" style="width:0px;height:0px;overflow:hidden;"><input id="font-import" type="file"></form>
<form id="font-form" style="width:0px;height:0px;overflow:hidden;"><input id="font-import" type="file" multiple="multiple"></form>
</body>
</html>