ttconv.py 239 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 """ Converting and subsetting TrueType fonts to PS types 3 and 42, and PDF type 3. """ from . import cbook from ._ttconv import convert_ttf_to_ps, get_pdf_charprocs # noqa cbook.warn_deprecated('3.3', name=__name__, obj_type='module')