You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
237 B
CoffeeScript
8 lines
237 B
CoffeeScript
7 years ago
|
fontkit = require '../pdfkit/node_modules/fontkit'
|
||
|
|
||
|
fira_path = "../pitfall/test/assets/fira.ttf"
|
||
|
f = fontkit.openSync(fira_path)
|
||
|
console.log "*************************** start decode"
|
||
|
thing = f.GSUB.lookupList.get(19)
|
||
|
console.log thing
|