Skip to content

Cleanup src/autofit/ from obsolete and/or experimental code.

David Turner requested to merge cleanup-autofit into master

This set of patches removes obsolete and experimental features from the src/autofit/ codebase:

  • FT_OPTION_AUTOFIT2 was experimental and was actually never compiled in.

  • The experimental 'warp' mode never worked properly too, but had a property to enable it, which is removed as well, since there is no point in setting it.

  • Remove src/autofit/afangles.* and AF_Angle types, macros and definitions since they are no longer needed (except for a couple functions that are moved to afhints.c)

/cc @apodtele

Merge request reports