html5 dtp app - several issues ...
Monkey Targets Forums/HTML5/html5 dtp app - several issues ...
| ||
I'm planning to write a dtp-like app that should run online and think about the following issues that i don't know how to do it or if possible at all: - pass data to the html5 app on startup - load an image from an url - load and use truetype fonts - create a hires image from image + text and save it on the server anyone any ideas of how to do these things? |
| ||
honestly, you would have to add a bunch of custom external commands and a true type library. it may be easier to do exclusively in JS rather than monkey. |