├── README.md ├── currentTransform.js ├── fabricExtensions.js ├── fonts ├── AstaSansLightA1.ttf ├── AutumnA1.ttf └── SourceSansPro-Regular.otf ├── index.html ├── opentype.js ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/README.md -------------------------------------------------------------------------------- /currentTransform.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/currentTransform.js -------------------------------------------------------------------------------- /fabricExtensions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/fabricExtensions.js -------------------------------------------------------------------------------- /fonts/AstaSansLightA1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/fonts/AstaSansLightA1.ttf -------------------------------------------------------------------------------- /fonts/AutumnA1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/fonts/AutumnA1.ttf -------------------------------------------------------------------------------- /fonts/SourceSansPro-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/fonts/SourceSansPro-Regular.otf -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/index.html -------------------------------------------------------------------------------- /opentype.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/opentype.js -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Q42/fabricjs-opentypejs-demo/HEAD/style.css --------------------------------------------------------------------------------