fontreport.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:fontreport 作者: googlei18n 项目源码 文件源码
def Plaintext(self):
    data = ''
    for category, code in sorted(FontFile.NAME_CODES.items(),
                                 key=lambda x:x[1]):
      if code in self.font._names:
        data += '%15s: %s\n' % (category, self.font._names[code])
    return data
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号