ttconv.py 239 B

123456789
  1. """
  2. Converting and subsetting TrueType fonts to PS types 3 and 42, and PDF type 3.
  3. """
  4. from . import cbook
  5. from ._ttconv import convert_ttf_to_ps, get_pdf_charprocs # noqa
  6. cbook.warn_deprecated('3.3', name=__name__, obj_type='module')