Given a font, is it possible using web-dev technologies like JS/PHP or anything else to find out all the glyphs it supports?
Asked
Active
Viewed 1,092 times
1 Answers
1
Answer: Yes.
1 Google search helped me find multiple tools that could help.
https://github.com/Pomax/PHP-Font-Parser
https://code.google.com/p/php-font-lib/source/browse/trunk/www/js/glyph.js?r=50
Possible Duplicate(s) of:
Extract Font Glyphs
get the characters available in TrueType with PHP