Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
728 stars 72 forks source link

implement reverse(glyphID) for all CMAP subtables #92

Open Pomax opened 3 years ago

Pomax commented 3 years ago

not all CMAP subtables have their reverse(glyphID) implemented at the moment. The most important ones do, but some of the lesser-used ones can certainly do with real code for mapping glyphids to Unicode characters (irrespective of their actual encoding. The point is to get a useful value back for modern programming and presentation)