Jonas Jenwald
982b6aa65b
Convert the files in the /src/core
folder to ES6 modules
...
Please note that the `glyphlist.js` and `unicode.js` files are converted to CommonJS modules instead, since Babel cannot handle files that large and they are thus excluded from transpilation.
2017-05-30 22:06:21 +02:00
Yury Delendik
5855c0a8be
Allow to convert (some of) ES6 code to ES5.
2017-04-14 14:39:25 -05:00
Jonas Jenwald
81b9d553cf
Add TeX-specific glyph names to glyphlist.js
to improve both glyph mapping and text selection for mathematic fonts (issue 2594)
2016-10-26 16:39:58 +02:00
Yury Delendik
4ef20de429
Lazify GlyphsUnicode.
2016-01-28 11:32:59 -06:00
Yury Delendik
6b60c8f4db
Adds UMD headers to core, display and shared files.
2015-12-15 13:24:39 -06:00
Manas
a2ba1b8189
Uses editorconfig to maintain consistent coding styles
...
Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
2015-11-14 07:32:18 +05:30
Jonas Jenwald
4bda6ba1b8
Add basic support for ZapfDingbats
2014-09-03 21:54:04 +02:00
Brendan Dahl
5ecce4996b
Split files into worker and main thread pieces.
2013-08-12 10:48:06 -07:00