First pass on FontWorker
This commit is contained in:
parent
c712712e67
commit
b00df76044
8 changed files with 247 additions and 22 deletions
|
@ -119,7 +119,8 @@ function CanvasProxy(width, height) {
|
|||
"$addCurrentX",
|
||||
"$saveCurrentX",
|
||||
"$restoreCurrentX",
|
||||
"$showText"
|
||||
"$showText",
|
||||
"$setFont"
|
||||
];
|
||||
|
||||
function buildFuncCall(name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue