LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
fontbro/__init__.py
fontbro/bitmap.py
fontbro/color.py
fontbro/embedding_permissions.py
fontbro/exceptions.py
fontbro/family_classification.py
fontbro/features.py
fontbro/files.py
fontbro/fingerprint.py
fontbro/flags.py
fontbro/font.py
fontbro/glyphs.py
fontbro/math.py
fontbro/metadata.py
fontbro/metrics.py
fontbro/monospace.py
fontbro/names.py
fontbro/pixel.py
fontbro/py.typed
fontbro/render.py
fontbro/sanitize.py
fontbro/style_flags.py
fontbro/subset.py
fontbro/support.py
fontbro/tables.py
fontbro/unicode.py
fontbro/utils.py
fontbro/variable.py
fontbro/data/family-classifications.json
fontbro/data/features.json
fontbro/data/unicode-blocks.json
fontbro/data/unicode-scripts.json
python_fontbro.egg-info/PKG-INFO
python_fontbro.egg-info/SOURCES.txt
python_fontbro.egg-info/dependency_links.txt
python_fontbro.egg-info/requires.txt
python_fontbro.egg-info/top_level.txt
tests/test_bitmap.py
tests/test_characters.py
tests/test_clone.py
tests/test_close.py
tests/test_collection.py
tests/test_color.py
tests/test_context_manager.py
tests/test_embedding_permissions.py
tests/test_family_classification.py
tests/test_family_name.py
tests/test_features.py
tests/test_filename.py
tests/test_fingerprint.py
tests/test_format.py
tests/test_glyphs.py
tests/test_image.py
tests/test_init.py
tests/test_instantiation.py
tests/test_issues.py
tests/test_italic_angle.py
tests/test_monospace.py
tests/test_names.py
tests/test_pixel.py
tests/test_rename.py
tests/test_sanitize.py
tests/test_save.py
tests/test_str.py
tests/test_style_flags.py
tests/test_style_name.py
tests/test_subset.py
tests/test_support.py
tests/test_svg.py
tests/test_tables.py
tests/test_unicode.py
tests/test_unicode_blocks_and_scripts.py
tests/test_update_unicode_data.py
tests/test_variable.py
tests/test_version.py
tests/test_vertical_metrics.py
tests/test_weight.py
tests/test_width.py