LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
tox.ini
Lib/ufo2ft/__init__.py
Lib/ufo2ft/constants.py
Lib/ufo2ft/errors.py
Lib/ufo2ft/featureCompiler.py
Lib/ufo2ft/fontInfoData.py
Lib/ufo2ft/maxContextCalc.py
Lib/ufo2ft/outlineCompiler.py
Lib/ufo2ft/postProcessor.py
Lib/ufo2ft/preProcessor.py
Lib/ufo2ft/util.py
Lib/ufo2ft.egg-info/PKG-INFO
Lib/ufo2ft.egg-info/SOURCES.txt
Lib/ufo2ft.egg-info/dependency_links.txt
Lib/ufo2ft.egg-info/requires.txt
Lib/ufo2ft.egg-info/top_level.txt
Lib/ufo2ft/featureWriters/__init__.py
Lib/ufo2ft/featureWriters/ast.py
Lib/ufo2ft/featureWriters/baseFeatureWriter.py
Lib/ufo2ft/featureWriters/kernFeatureWriter.py
Lib/ufo2ft/featureWriters/markFeatureWriter.py
Lib/ufo2ft/filters/__init__.py
Lib/ufo2ft/filters/cubicToQuadratic.py
Lib/ufo2ft/filters/decomposeComponents.py
Lib/ufo2ft/filters/flattenComponents.py
Lib/ufo2ft/filters/propagateAnchors.py
Lib/ufo2ft/filters/removeOverlaps.py
Lib/ufo2ft/filters/transformations.py
tests/__init__.py
tests/conftest.py
tests/featureCompiler_test.py
tests/fontInfoData_test.py
tests/integration_test.py
tests/outlineCompiler_test.py
tests/preProcessor_test.py
tests/testSupport.py
tests/data/Bug108.ttx
tests/data/Bug108_included.fea
tests/data/MTIFeatures.ttx
tests/data/TestFont-CFF.ttx
tests/data/TestFont-NoOverlaps-CFF-pathops.ttx
tests/data/TestFont-NoOverlaps-CFF.ttx
tests/data/TestFont-NoOverlaps-TTF-pathops.ttx
tests/data/TestFont-NoOverlaps-TTF.ttx
tests/data/TestFont.ttx
tests/data/Bug108.ufo/features.fea
tests/data/Bug108.ufo/fontinfo.plist
tests/data/Bug108.ufo/groups.plist
tests/data/Bug108.ufo/layercontents.plist
tests/data/Bug108.ufo/lib.plist
tests/data/Bug108.ufo/metainfo.plist
tests/data/Bug108.ufo/glyphs/_notdef.glif
tests/data/Bug108.ufo/glyphs/a.glif
tests/data/Bug108.ufo/glyphs/b.glif
tests/data/Bug108.ufo/glyphs/c.glif
tests/data/Bug108.ufo/glyphs/contents.plist
tests/data/Bug108.ufo/glyphs/space.glif
tests/data/MTIFeatures.ufo/fontinfo.plist
tests/data/MTIFeatures.ufo/groups.plist
tests/data/MTIFeatures.ufo/kerning.plist
tests/data/MTIFeatures.ufo/layercontents.plist
tests/data/MTIFeatures.ufo/lib.plist
tests/data/MTIFeatures.ufo/metainfo.plist
tests/data/MTIFeatures.ufo/glyphs/_notdef.glif
tests/data/MTIFeatures.ufo/glyphs/a.glif
tests/data/MTIFeatures.ufo/glyphs/b.glif
tests/data/MTIFeatures.ufo/glyphs/c.glif
tests/data/MTIFeatures.ufo/glyphs/contents.plist
tests/data/MTIFeatures.ufo/glyphs/space.glif
tests/data/TestFont.ufo/features.fea
tests/data/TestFont.ufo/fontinfo.plist
tests/data/TestFont.ufo/kerning.plist
tests/data/TestFont.ufo/layercontents.plist
tests/data/TestFont.ufo/lib.plist
tests/data/TestFont.ufo/metainfo.plist
tests/data/TestFont.ufo/data/com.github.fonttools.ttx/CUST.ttx
tests/data/TestFont.ufo/glyphs/_notdef.glif
tests/data/TestFont.ufo/glyphs/a.glif
tests/data/TestFont.ufo/glyphs/b.glif
tests/data/TestFont.ufo/glyphs/c.glif
tests/data/TestFont.ufo/glyphs/contents.plist
tests/data/TestFont.ufo/glyphs/d.glif
tests/data/TestFont.ufo/glyphs/e.glif
tests/data/TestFont.ufo/glyphs/f.glif
tests/data/TestFont.ufo/glyphs/g.glif
tests/data/TestFont.ufo/glyphs/h.glif
tests/data/TestFont.ufo/glyphs/i.glif
tests/data/TestFont.ufo/glyphs/j.glif
tests/data/TestFont.ufo/glyphs/k.glif
tests/data/TestFont.ufo/glyphs/l.glif
tests/data/TestFont.ufo/glyphs/space.glif
tests/data/UseMyMetrics.ufo/fontinfo.plist
tests/data/UseMyMetrics.ufo/layercontents.plist
tests/data/UseMyMetrics.ufo/metainfo.plist
tests/data/UseMyMetrics.ufo/glyphs/I_.glif
tests/data/UseMyMetrics.ufo/glyphs/I_acute.glif
tests/data/UseMyMetrics.ufo/glyphs/acute.glif
tests/data/UseMyMetrics.ufo/glyphs/contents.plist
tests/data/UseMyMetrics.ufo/glyphs/romanthree.glif
tests/featureWriters/__init__.py
tests/featureWriters/featureWriters_test.py
tests/featureWriters/kernFeatureWriter_test.py
tests/featureWriters/markFeatureWriter_test.py
tests/filters/__init__.py
tests/filters/decomposeComponents_test.py
tests/filters/filters_test.py
tests/filters/flattenComponents_test.py
tests/filters/propagateAnchors_test.py
tests/filters/transformations_test.py