0

Given a font, is it possible using web-dev technologies like JS/PHP or anything else to find out all the glyphs it supports?

pratnala
  • 3,723
  • 7
  • 35
  • 58

1 Answers1

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

Community
  • 1
  • 1
ddavison
  • 28,221
  • 15
  • 85
  • 110