3

我正在尝试将非 unicode的 txt 文件转换为 unicode 。TTF 字体文件是与 txt 文件一起的输入,用于了解源和目标。

如何从TTF 字体文件中获取有关需要进行转换的信息?

4

1 回答 1

0

您可以使用文件命令,请参见下面的示例:

$ file emoji.ttf 
emoji.ttf: TrueType Font data, 11 tables, 1st "OS/2", 14 names, Macintosh, type 1 
string, emojiVersion 1.1emojimj      
于 2018-12-11T22:57:02.213 回答