Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我现在正在工作的 android 应用程序,我必须测试该字体文件是否提供所有需要的字符。Hoverwer 我可以有很多 ttf 文件,所以我想检查每一个。
但这是我的问题:如何读取 UTF-8 中的字体字符并遍历它们?
任何帮助,将不胜感激。
您应该尝试使用sfntly库
这已在Android Font Creator项目中使用
我能够使用桌面应用程序上的测试程序打印字形 ID 和名称。也应该适用于Android。
好的,它对我有用的方式是我的一个朋友准备了带有字体的 svg 文件,我们可以使用该文件中的 javascript 生成数据。