Initial commit
This commit is contained in:
9
.venv/lib/python3.9/site-packages/matplotlib/ttconv.py
Normal file
9
.venv/lib/python3.9/site-packages/matplotlib/ttconv.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Converting and subsetting TrueType fonts to PS types 3 and 42, and PDF type 3.
|
||||
"""
|
||||
|
||||
from . import _api
|
||||
from ._ttconv import convert_ttf_to_ps, get_pdf_charprocs # noqa
|
||||
|
||||
|
||||
_api.warn_deprecated('3.3', name=__name__, obj_type='module')
|
Reference in New Issue
Block a user