fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
534 stars 99 forks source link

Support setting configuration in update_shaping_tests input #4635

Closed khaledhosny closed 2 months ago

khaledhosny commented 2 months ago

Support things like:

[configuration]
forbidden_glyphs = [
    ".notdef",
]

Does not use [configuration.defaults] when found, though, as it is redundant since direction etc. can be set in [input]

Checklist