Skip to content

Commit

Permalink
Mention fontmake filter command line on rationale
Browse files Browse the repository at this point in the history
com.google.fonts/check/dotted_circle
On Shaping profile.

(issue #4789)
  • Loading branch information
felipesanches committed Jul 17, 2024
1 parent 7ae186d commit 2bb3b91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Lib/fontbakery/checks/shaping.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ def is_complex_shaper_font(ttFont):
Additionally, when a dotted circle glyph is present, it should be able to
display all marks correctly, meaning that it should contain anchors for all
attaching marks.
A fontmake filter can be used to automatically add a dotted_circle to a font:
fontmake --filter 'DottedCircleFilter(pre=True)' --filter '...'
""",
proposal="https://github.com/fonttools/fontbakery/issues/3600",
)
Expand Down

0 comments on commit 2bb3b91

Please sign in to comment.