From 2bb3b91191cc9f71799e20e73b6d82c9a14966ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Wed, 17 Jul 2024 17:16:06 -0300 Subject: [PATCH] Mention fontmake filter command line on rationale com.google.fonts/check/dotted_circle On Shaping profile. (issue #4789) --- Lib/fontbakery/checks/shaping.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lib/fontbakery/checks/shaping.py b/Lib/fontbakery/checks/shaping.py index e6f2677655..0194275214 100644 --- a/Lib/fontbakery/checks/shaping.py +++ b/Lib/fontbakery/checks/shaping.py @@ -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", )