LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
foundrytools/__init__.py
foundrytools/constants.py
foundrytools/py.typed
foundrytools.egg-info/PKG-INFO
foundrytools.egg-info/SOURCES.txt
foundrytools.egg-info/dependency_links.txt
foundrytools.egg-info/not-zip-safe
foundrytools.egg-info/requires.txt
foundrytools.egg-info/top_level.txt
foundrytools/app/__init__.py
foundrytools/app/fix_empty_notdef.py
foundrytools/app/fix_italic_angle.py
foundrytools/app/fix_monospace.py
foundrytools/app/otf_autohint.py
foundrytools/app/otf_check_outlines.py
foundrytools/app/otf_dehint.py
foundrytools/app/otf_recalc_stems.py
foundrytools/app/otf_recalc_zones.py
foundrytools/app/ttf_autohint.py
foundrytools/app/ttf_dehint.py
foundrytools/app/var2static.py
foundrytools/core/__init__.py
foundrytools/core/font.py
foundrytools/core/tables/__init__.py
foundrytools/core/tables/cff_.py
foundrytools/core/tables/cmap.py
foundrytools/core/tables/default.py
foundrytools/core/tables/fvar.py
foundrytools/core/tables/gdef.py
foundrytools/core/tables/glyf.py
foundrytools/core/tables/gsub.py
foundrytools/core/tables/head.py
foundrytools/core/tables/hhea.py
foundrytools/core/tables/hmtx.py
foundrytools/core/tables/kern.py
foundrytools/core/tables/name.py
foundrytools/core/tables/os_2.py
foundrytools/core/tables/post.py
foundrytools/data/README-GlyphsInfo.md
foundrytools/data/README-standardnam.md
foundrytools/data/names_to_unicodes.json
foundrytools/data/unicodes_to_names.json
foundrytools/lib/__init__.py
foundrytools/lib/font_finder.py
foundrytools/lib/otf_builder.py
foundrytools/lib/pathops.py
foundrytools/lib/qu2cu.py
foundrytools/lib/ttf_builder.py
foundrytools/lib/unicode.py
foundrytools/utils/__init__.py
foundrytools/utils/bits_tools.py
foundrytools/utils/misc.py
foundrytools/utils/path_tools.py