摘要:
It's just caused of Anaconda's gcc libs was compiled by gcc4.xx. by the system owned gcc version is gcc5.xx... I've hacked this problem with copy libg 阅读全文
摘要:
python实现ttf文件属性详细信息 1 import sys 2 from fontTools import ttLib 3 4 def shortName( font ): 5 name = "" 6 7 ret = [] 8 for record in font['name'].names: 阅读全文