Skip to content

Commit

Permalink
Temporary debugging to understand CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Feb 14, 2024
1 parent 388c600 commit 41efc6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/fontbakery/checks/shared_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def glyph_metrics_stats(font):
# Letter, Mark, Number, Punctuation, Symbol, Space_Separator.
# This excludes Line_Separator, Paragraph_Separator and Control.
for value, name in ttFont.getBestCmap().items():
print(name, unicodedata.category(chr(value)))
if unicodedata.category(chr(value)).startswith(
("L", "M", "N", "P", "S", "Zs")
):
Expand Down

0 comments on commit 41efc6b

Please sign in to comment.