Skip to content

Commit e1e5566

Browse files
committed
added new script for opening a tab with all glyphs that contain corners or caps
1 parent ad705bb commit e1e5566

15 files changed

+17
-1
lines changed

.gitignore

100644100755
File mode changed.

LICENSE.md

100644100755
File mode changed.

README.md

100644100755
File mode changed.

auto_metrics_all_fonts.py

100644100755
File mode changed.

copy_glyphs_to_second_font.py

100644100755
File mode changed.

copy_kerning_from_masters.py

100644100755
File mode changed.

copy_layers_to_second_font.py

100644100755
File mode changed.

get_metrics_string.py

100644100755
File mode changed.

helpers.py

100644100755
File mode changed.

highlight_unequal_widths.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
glyph.color = 9
1212
print glyph
1313
else:
14-
if glyph.color < 100:
14+
if glyph.color == 9:
1515
glyph.color = 9223372036854775807

0 commit comments

Comments
 (0)