robotools / fontParts

The replacement for RoboFab
MIT License
135 stars 44 forks source link

Revise `annotations.py` with new generic container types. #755

Open knutnergaard opened 2 days ago

knutnergaard commented 2 days ago

As discussed in #751, this version of the annotations module includes more generic container types which may be used instead of the current font-specific type aliases. This will minimise the need for type-related imports and simplify the annotation process, while making types less font-specific.

This revision will require a total overhaul of the typed modules in the v1 branch.