【问题标题】:Find out the glyphs in a font using JS/PHP使用 JS/PHP 找出字体中的字形 【发布时间】:2013-04-25 12:13:37 【问题描述】: 给定一种字体,是否可以使用 JS/PHP 等网络开发技术或其他任何技术来找出它支持的所有字形? 【问题讨论】: 标签: php javascript css web fonts 【解决方案1】: 回答:是的。 1 Google 搜索帮助我找到了多种有用的工具。https://github.com/Pomax/PHP-Font-Parserhttps://code.google.com/p/php-font-lib/source/browse/trunk/www/js/glyph.js?r=50 可能重复:Extract Font Glyphsget the characters available in TrueType with PHP 【讨论】: