Metadata-Version: 2.4
Name: freetype_supp
Version: 0.0.4
Summary: Missing functions of freetype-py
Author-email: Clerk Ma <clerkma@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/clerkma/freetype-py-supplement
Project-URL: Issues, https://github.com/clerkma/freetype-py-supplement/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: freetype-py>=2.0
Requires-Dist: numpy
Requires-Dist: pillow
Dynamic: license-file

# Supplement to `freetype-py`

some missing functions or utils.

Functions:
* `get_truetype_engine_type()`
* `load_sfnt_table(face: Face, tag: str)`

Utils:
* `open_face(path: pathlib.Path, index: int)`
* `get_image(face: Face)`
