From 2fc40f2e6e49bb44aeb6049eb19aa52c1478fe96 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 20:25:15 +0100 Subject: [PATCH 01/15] Don't clear anchors when preparing the dest glyph --- scripts/assembleSources.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/assembleSources.py b/scripts/assembleSources.py index ead11ca09..3251abdc5 100644 --- a/scripts/assembleSources.py +++ b/scripts/assembleSources.py @@ -46,7 +46,10 @@ def breakOutLayers(familyName, source, style, outputPath): sourceGlyph = sourceFont[glyph.name] newFont[glyph.name] = sourceGlyph.copy() newGlyph = newFont[glyph.name] - newGlyph.clear() + newGlyph.clearContours() + newGlyph.clearComponents() + newGlyph.clearGuidelines() + decomposeLayers = ( (decomposeAllLayers and len(sourceGlyph.components) > 1) or bool(sourceGlyph.contours and sourceGlyph.components) From 91bea895ce8f6a5ba1d4b05c71d7ec8f4056dc1c Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 20:25:49 +0100 Subject: [PATCH 02/15] Move accent anchors to combining accents --- build.sh | 6 +++--- sources/1-drawing/Bungee-Regular.ufo/glyphs/acute.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/breve.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/cedilla.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflex.glif | 2 -- .../1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresis.glif | 2 -- .../1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccent.glif | 2 -- .../1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/grave.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/macron.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonek.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/ring.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/tilde.glif | 2 -- sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif | 2 ++ 25 files changed, 27 insertions(+), 27 deletions(-) diff --git a/build.sh b/build.sh index 6b862ecd9..0b410f957 100755 --- a/build.sh +++ b/build.sh @@ -29,6 +29,6 @@ do done -# Add SVG table to COLRv1 font -maximum_color --keep_glyph_names build/fonts/Bungee_Color/BungeeSpice-Regular.ttf -mv build/Font.ttf build/fonts/Bungee_Color/BungeeSpice-Regular.ttf +# # Add SVG table to COLRv1 font +# maximum_color --keep_glyph_names build/fonts/Bungee_Color/BungeeSpice-Regular.ttf +# mv build/Font.ttf build/fonts/Bungee_Color/BungeeSpice-Regular.ttf diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acute.glif index fdaa63ea4..109c12f52 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acute.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif index 29f492801..2ed9d764a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/breve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/breve.glif index 54495a488..60459a46d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/breve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/breve.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif index fa5014d50..afc05735a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.glif index ba0f0b583..a0afc7625 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/caron.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif index 175ec162f..4423b1978 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedilla.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedilla.glif index b67762bf3..d6bfd6649 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedilla.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedilla.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif index 6958930b2..bf6c24c3c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflex.glif index 6039c4313..01a1c1d5c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflex.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif index 369703407..07e1e7467 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresis.glif index 99e0d60b5..0cbc93081 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresis.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif index 574b44f1c..f5c4e0dc5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccent.glif index 063914d33..b427d28ab 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccent.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif index 6b8e4833f..b96f7f016 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/grave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/grave.glif index 9cc8e8c71..42c14f79b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/grave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/grave.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif index 0f656872a..a94f8318f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/macron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/macron.glif index c1ce3e225..b739c7d4c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/macron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/macron.glif @@ -3,8 +3,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif index c3ad6fe43..b76beeb4e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif @@ -1,6 +1,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonek.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonek.glif index 526a6c08c..cb3accb95 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonek.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonek.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif index 7a46cbd14..9798ee0cb 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ring.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ring.glif index 5095d94fa..003970e32 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ring.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ring.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif index 5f6fe7ffc..ce35096c7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tilde.glif index ae3a6e72f..4030fa80c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tilde.glif @@ -2,8 +2,6 @@ - - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif index c53b4f0d0..00b3945ee 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif @@ -2,6 +2,8 @@ + + From 79c967e43b2491400a207f04c7750074ee3f3ced Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 20:33:51 +0100 Subject: [PATCH 03/15] Add some anchors --- sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.glif | 1 + 3 files changed, 3 insertions(+) diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.glif index bce08a1ea..dae9958ad 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.glif index 264d8f8eb..5669486db 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.glif index 31fcb6f43..98b67c0a9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.glif @@ -2,6 +2,7 @@ + From 62aa232a789a5ed8e26f8e56280d44154bee7999 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 20:36:35 +0100 Subject: [PATCH 04/15] Improve E.salt top anchor --- sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.salt.glif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.salt.glif index a5958986d..6352198ab 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.salt.glif @@ -2,7 +2,7 @@ - + From 095b948b79d71343460bfef3f5e20d984fafdb2e Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 20:50:08 +0100 Subject: [PATCH 05/15] Add top anchors to combining marks --- sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif | 1 - sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/hungarumlautcmb.glif | 2 ++ sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif | 1 - sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif | 1 + 13 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif index 2ed9d764a..12dff6080 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acutecmb.glif @@ -4,6 +4,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif index afc05735a..b8ff08d5c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/brevecmb.glif @@ -4,6 +4,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif index 4423b1978..679e4cbdb 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/caroncmb.glif @@ -4,6 +4,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif index bf6c24c3c..ac1dfecb3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cedillacmb.glif @@ -2,7 +2,6 @@ - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif index 07e1e7467..6d4c65ce3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/circumflexcmb.glif @@ -4,6 +4,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif index f5c4e0dc5..f59e3be07 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dieresiscmb.glif @@ -4,6 +4,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif index b96f7f016..1810828ff 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotaccentcmb.glif @@ -4,6 +4,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif index a94f8318f..b9d215397 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gravecmb.glif @@ -4,6 +4,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/hungarumlautcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/hungarumlautcmb.glif index 737b54489..ca3c047bc 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/hungarumlautcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/hungarumlautcmb.glif @@ -2,6 +2,8 @@ + + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif index b76beeb4e..2186f1921 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif @@ -3,6 +3,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif index 9798ee0cb..b34632bf9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ogonekcmb.glif @@ -2,7 +2,6 @@ - diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif index ce35096c7..398b9f30f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ringcmb.glif @@ -4,6 +4,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif index 00b3945ee..bdb9488a3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tildecmb.glif @@ -4,6 +4,7 @@ + From 996300ea5b2c8e83a0dbf094dc954750f3fe4aa9 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 21:07:56 +0100 Subject: [PATCH 06/15] Propagate top anchors from combining accents --- sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.v.glif | 1 + .../Bungee-Regular.ufo/glyphs/A_circumflexdotbelow.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/D_linebelow.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_tilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_macron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelow.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelowmacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_dotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hornacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horngrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horntilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.v.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/R_dotbelowmacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_dotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/T_linebelow.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresiscaron.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/U_dieresismacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hornacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horngrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horntilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt_v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_tilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.v.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/firsttonechinese.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/fourthtonechinese.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/secondtonechinese.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/tdieresis.glif | 1 + 241 files changed, 241 insertions(+) diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.glif index 589592343..b78f326f5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt.glif index 7c688d07b..e50a0e5bf 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt_v.glif index a63e91497..67a9d7fe0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.v.glif index d8d0e2740..13645cd35 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.glif index fdf66f75d..126bea22d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt.glif index b58a94be0..5295fe31b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt_v.glif index f2a718c29..41bb0dc77 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.v.glif index 704e41a6a..8393955e0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_breve.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_caron.glif index 5c30cb93e..aed840644 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.glif index 760b0501d..6409860ed 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt.glif index a317ebf08..aaaba770f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt_v.glif index 5a6e5d557..818efbd73 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.v.glif index 94746dd61..340c22bd9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflexdotbelow.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflexdotbelow.glif index d2eb6d36a..4d19ae2c6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_circumflexdotbelow.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.glif index 01da18325..815cb01f6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt.glif index 420f98159..f904634d7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt_v.glif index 714f0b588..398461998 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.v.glif index d74fc92fe..2691e2808 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_dieresis.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.glif index ebbd47e5b..565263e16 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt.glif index 2f3517ecb..f4963c5fa 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt_v.glif index fdbb7c4c2..65d7df899 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.v.glif index e85733dc5..adebd8668 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_grave.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.glif index 025b46ec3..51d00c840 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt.glif index d9b0ec961..9265cc526 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt_v.glif index 9964ea1e0..6f8a960b1 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.v.glif index 906f4599f..60fce8399 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_macron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.glif index d62da2cb1..d69797f83 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt.glif index 56463ba48..4f7d02f65 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt_v.glif index 4f2d886e6..5885a6b91 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.v.glif index 96a1d23df..5780d9fdf 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_tilde.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.glif index 7ef0e0c91..db818ac3e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.v.glif index 11c63c13a..42f406ce7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.glif index 5fb59d315..461c0b9cc 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.v.glif index c32abbef6..18ecd9bfa 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_caron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.glif index 3d9d45d0d..58ea512ed 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.v.glif index d7c6bd25d..44122870c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.glif index 3c38b71dd..ab3050787 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.v.glif index 3f603dba0..7f6a8c356 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_dotaccent.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.glif index 6c12d7b69..97898f5a4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.v.glif index 0374a182d..b0096601a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_caron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_linebelow.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_linebelow.glif index cc9e4f288..c6b208a4a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_linebelow.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_linebelow.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.glif index eaf4f0de1..8fa812b12 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt.glif index 8b33d141d..fe1f67a0f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt_v.glif index fc38ac322..c63e17eaa 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.v.glif index f192440e2..448fc3403 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.glif index 25c40bfc5..f4aff81b7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt.glif index e8e31e0a2..d8d452761 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt_v.glif index 061713540..4aeff7d29 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.v.glif index 3ed0725ff..782b7ebea 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_breve.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.glif index b9123ff70..5de022ed8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt.glif index d742384ae..ffb3ab12a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt_v.glif index 85ae60360..d781ffe9a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.v.glif index 3aca86f72..4d5614f41 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_caron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.glif index 2132c76a1..b2ae6f325 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt.glif index 0acfcaa3a..3bd8136e7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt_v.glif index ab78b805b..dc910410b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.v.glif index 4dcbaecdd..400da39d7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.glif index c496abcde..60cf9434c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt.glif index 58d7a12db..a202d5445 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt_v.glif index 95b40f1a5..30aa65dc3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.v.glif index 2b68754d8..dd17bac24 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dieresis.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.glif index 5835fe46c..d2fa34a5e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt.glif index cf164fccb..216a4ee8a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt_v.glif index 142db423c..7f000eb83 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.v.glif index 716a32cf0..046da5efa 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_dotaccent.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.glif index 5d7779f2a..41d6f024a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt.glif index f404d2ad9..b08fd219b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt_v.glif index 0902fc50d..4387c9571 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.v.glif index 72f0ba281..46a14135c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_grave.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.glif index 99e89fcc2..40d957482 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt.glif index 4ab3a8537..33f7b53a7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt_v.glif index ba8d50509..fadeb1402 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.v.glif index cff2a19b8..29e71840b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_macron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_tilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_tilde.glif index 7527616e7..ccc5485c0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_tilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_tilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.glif index 8e34b9268..748ce3e02 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.v.glif index 74809c776..1b2d51670 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_breve.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_caron.glif index c756fe173..ac6974b91 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.glif index 08561a76a..dd373465d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.v.glif index 04093a82e..29d4a9c79 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.glif index 84ec20c53..29bb3b947 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.v.glif index 97b4976b8..d2dbcb4ac 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_dotaccent.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_macron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_macron.glif index 5047d4934..b91c0e1bf 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_macron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_macron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.glif index 6818bb8b3..7ab32710f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.v.glif index 46f5b86a6..d74b2a2b2 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.glif index 89a5d3c5a..e69bffa66 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt_v.glif index 7101f35b9..442648849 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.v.glif index a72a54693..0756fa4b1 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.glif index 3d995b98b..072a239bb 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt.glif index 109047da4..5e6f26060 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt_v.glif index 810fdddb4..c4b184707 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.v.glif index 5d08382b1..a0d15ff37 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_breve.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_caron.glif index 0072ff432..43270efa6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.glif index 86d1a4f23..ba9b72058 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt.glif index de307fa96..411bdc996 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt_v.glif index 0bc39e564..bd4864316 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.v.glif index 9e2d54de2..fdedce2b5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.glif index 83ba36156..f897ca114 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt.glif index dda083adf..fc74092b7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt_v.glif index b52b61df6..b54a718a4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.v.glif index 15bdba849..c8334e3e0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dieresis.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.glif index c3078d1aa..ff5b60ce8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt.glif index 7c201c45e..8fb67acb3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt_v.glif index 5f11db922..635699c18 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.v.glif index 9f8419b97..6ec42c586 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_dotaccent.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.glif index 766ceeb0e..c1ddc8973 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt_v.glif index b06888405..58d6b5974 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.v.glif index d0d3cfa69..ed2b29e59 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.glif index 87e728fb3..53b0875f4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt.glif index cf8082df1..e14f58535 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt_v.glif index dcdb6a1dc..355fe8d24 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.v.glif index 30090d10b..df5a352c7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_macron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.glif index 4ec5ab08a..561a9439e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt.glif index 86acde7bf..381aca4b8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt_v.glif index 13fc5cdca..3fd098d5c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.v.glif index 6802f5ff7..5d85aef09 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_tilde.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.glif index ea28bf581..7afa09646 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.v.glif index bb1542c8d..94ca42c05 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.glif index 9c3d3c7cc..fde9ea4dc 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt.glif index 52df46da8..2f9c13cf6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt_v.glif index 182ea2c83..8da83d181 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.v.glif index 0bd217702..076f353e4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt.glif index 73fa53546..7de213dad 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt_v.glif index aa32b84dd..6cb541f5f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dot.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelow.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelow.glif index 857f1c45e..f40a44a5a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelow.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelow.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelowmacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelowmacron.glif index aad0afb77..f8d305467 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelowmacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_dotbelowmacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.glif index bc950370e..991234407 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt.glif index d0aa61914..7fcc86c28 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt_v.glif index dde6bb6cb..0d281c4b7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.v.glif index b7113d866..261015ff0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.glif index 1ed82508d..22cfc21e4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt.glif index 1da2d92c2..f8c027b1e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt_v.glif index 5f3eb3ca2..6b9d009a5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.v.glif index 04d07a710..baa63b4a2 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_caron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_dotaccent.glif index 9bb645050..0a5857f6c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_dotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.glif index 5d5e6481b..9c49c3f0d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt.glif index abbdad953..628e2beaa 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt_v.glif index 122672179..34676ee13 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.v.glif index 12607eade..91ea880c0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_tilde.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.glif index 354ab9010..b7e15eaec 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.v.glif index 9258827d0..e6dc9d784 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.glif index 885311133..ead4dcc7e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.v.glif index cf7d98213..3108ba3e0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_breve.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_caron.glif index 35fa1b6fc..2e3174dd4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.glif index 7fdf29417..ca35a13b8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.v.glif index 80f5cd583..74e9372d8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.glif index 06e451bbe..99c9ff3a6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.v.glif index 927204060..218a3ad4a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_dieresis.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.glif index b7d77cf18..f36f4ba34 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.v.glif index 1acbb22b1..6f8226d24 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_grave.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hornacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hornacute.glif index c2331d9b2..b89fd32ee 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hornacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hornacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horngrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horngrave.glif index 666bbfd4f..deaf0eb4c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horngrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horngrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horntilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horntilde.glif index ebfb39d28..8149b9d05 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horntilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_horntilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.glif index 3c6b910e9..3d401da52 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.v.glif index 1bf1d95e1..eca69a62d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_hungarumlaut.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.glif index 71eeb1032..a139ca477 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.v.glif index 59384496a..71ad21509 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_macron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.glif index fa027c591..db94b6b6c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.v.glif index 97dd61e26..c05f30f69 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_tilde.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.glif index 176d0e697..5f124ce3a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.v.glif index 18081fdda..74ab0c054 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.glif index 2c4e17754..d351486a0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.v.glif index 53287aeb1..5e55e3cc0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_caron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_dotbelowmacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_dotbelowmacron.glif index 40e35fcd7..a413fbde7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_dotbelowmacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_dotbelowmacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.glif index ca940084c..206fd50c7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.v.glif index 8b9d7fb15..f179075c7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.glif index edc2f5dc2..52303a797 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.v.glif index 4e5c7a135..8d661241d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_caron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.glif index 1a0593ddb..38bdea204 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.v.glif index 5280cba38..7250d5f93 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_dotaccent.glif index 9914ac6d0..dc4f696ca 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_dotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.glif index 7de428ddf..a0e787d23 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.v.glif index 6cd5bb86b..6b4fd60ff 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_caron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_linebelow.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_linebelow.glif index 060426470..3ed25ce98 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_linebelow.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_linebelow.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.glif index a5f06fd0b..b9ba5998c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.v.glif index 5cd9747df..130e01f72 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.glif index 2705f5947..31df9e473 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.v.glif index 37002f373..75f50e343 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_breve.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_caron.glif index 980dfc52d..deb64dbeb 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.glif index 079dcf170..6723412b3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.v.glif index 321a11ca5..c09f65a95 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.glif index 586eeb9dc..31956dd0f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.v.glif index 24abff8c6..4ec1b0d3d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresis.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresiscaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresiscaron.glif index 653a132cc..e95ae1cde 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresiscaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresismacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresismacron.glif index 1d5988c31..52e198f40 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresismacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_dieresismacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.glif index 98dcbad89..e957dc0b6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.v.glif index 529d3257e..c15ac6e9a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_grave.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hornacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hornacute.glif index 0d78d2566..82f7d543b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hornacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hornacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horngrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horngrave.glif index 11f502979..a6e049abb 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horngrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horngrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horntilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horntilde.glif index 67e847578..0fd71ffbd 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horntilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_horntilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.glif index 99eb2933a..eebb8e82e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.v.glif index 006079503..a0d71c167 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_hungarumlaut.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.glif index 8bb9cf105..41678e31d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.v.glif index 20f3ca48b..2c2465689 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_macron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.glif index 559c7d081..9c136461f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.v.glif index 7b65b6cb2..f83a84bbd 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_ring.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.glif index e04e6afb9..6ae3ee8cd 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.v.glif index 3b39cd3c1..ffaa77fd5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_tilde.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.glif index e8ac03fa0..72bdff4d0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt.glif index 5b02f99a7..378fc12a5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt_v.glif index 766c1cfde..e1ae97bff 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.v.glif index d4c178f87..0f7829b5e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.glif index acd6962a1..6c5c346c9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt.glif index e33c785df..d093769c9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt_v.glif index 769c0f64d..e93c78436 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.v.glif index 952959a26..e60d5810e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.glif index 12a8b5128..13f929507 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt.glif index 6b7dc8e49..2646d356d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt_v.glif index a3edb7a84..ad9823bcb 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.v.glif index e84e13c0f..408d6df3f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_dieresis.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.glif index 2c8cbbcec..15640d1b2 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt.glif index 2fb284dd1..70799239f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt_v.glif index 908457922..a8a7f2283 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.v.glif index 4c496afef..436ed79e5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_grave.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.glif index 29c0280f5..2e6e0f0cf 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt.glif index 2cadf6f75..717d9ef33 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt_v.glif index 2d8d70d5d..26a931046 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.v.glif index dd9f9e16d..0bedacfb5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.glif index ca03b5a42..c0297bf70 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt.glif index 76abe38e3..38cdf80ac 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt_v.glif index 4339d91f8..290c32269 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.v.glif index 883df6e8f..98943d9e7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_circumflex.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.glif index e3afd26ea..e498722f8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt.glif index 44b630cb8..c2afd9e60 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt_v.glif index 51b69c16c..25004d272 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.v.glif index 92d91c67b..769946e6d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dieresis.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dotaccent.glif index 9d36609c0..f4ece2da4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_dotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.glif index 737fa2003..0bcbd75e1 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt.glif index 2a7e3d867..0ab791311 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt_v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt_v.glif index 9cbc5e58a..aae2c0858 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt_v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.salt_v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.v.glif index 564a10f57..14e74e43e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_grave.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_tilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_tilde.glif index 563ee71c7..201b578cd 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_tilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_tilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.glif index 7c0cb35e1..aacd9768d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.v.glif index 40fffb672..a5bb8473e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_acute.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.glif index a368af328..873b19665 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.v.glif index 4173b90ea..9bb2846d9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_caron.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.glif index ec7a49d76..4b8b0a58e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.v.glif index 06d51a49a..9cfa74ef7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_dotaccent.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/firsttonechinese.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/firsttonechinese.glif index 9a3efb28c..204a22573 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/firsttonechinese.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/firsttonechinese.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/fourthtonechinese.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/fourthtonechinese.glif index f97bcad25..86f4a2fcf 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/fourthtonechinese.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/fourthtonechinese.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/secondtonechinese.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/secondtonechinese.glif index ac401188f..606a0bb12 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/secondtonechinese.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/secondtonechinese.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tdieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tdieresis.glif index a4d37d933..e40c6f71a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tdieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tdieresis.glif @@ -2,6 +2,7 @@ + From 0a1730bb74888b1f72b3a8c289d79a91a47c1dad Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 21:11:58 +0100 Subject: [PATCH 07/15] Propagate more anchors --- sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/aacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/abreve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/acaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflex.glif | 1 + .../1-drawing/Bungee-Regular.ufo/glyphs/acircumflexdotbelow.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/adieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/agrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/amacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/atilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/cacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ccaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ccircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/cdotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/dcaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/dlinebelow.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessi.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessj.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/e.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/eacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ebreve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ecaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ecircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/edieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/edotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/egrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/emacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/etilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/gbreve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/gcaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/gcircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/gdotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/gmacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/hcircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/i.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/iacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ibreve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/icaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/icircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/idieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/igrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/imacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/itilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/j.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/jcircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/lacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelow.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelowmacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/nacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ncaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ndotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ntilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/oacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/obreve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ocaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ocircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/odieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ograve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ohornacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorngrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorntilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ohungarumlaut.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/omacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/otilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/racute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/rcaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/rdotbelowmacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/sacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/scaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/scircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/sdotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/tcaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/tlinebelow.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/uacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ubreve.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ucaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ucircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresiscaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresismacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ugrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/uhornacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorngrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorntilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/uhungarumlaut.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/umacron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/uring.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/utilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/w.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/wacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/wcircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/wdieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/wgrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/x.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/y.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/yacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ycircumflex.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ydieresis.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ydotaccent.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ygrave.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/ytilde.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/z.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/zacute.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/zcaron.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/zdotaccent.glif | 1 + 107 files changed, 107 insertions(+) diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt.glif index 5eda0e4fa..bfadce1be 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_acute.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt.glif index 9c589c04d..435fc58a7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_grave.salt.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/aacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/aacute.glif index 734121307..d10fa735d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/aacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/aacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/abreve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/abreve.glif index 3adb26874..206f23360 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/abreve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/abreve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acaron.glif index fafdef22d..e202dd525 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflex.glif index ce3c5a996..2a70e3a62 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflexdotbelow.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflexdotbelow.glif index e00cb2ea5..9cf45d22b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/acircumflexdotbelow.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/adieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/adieresis.glif index 1898e18d5..8b69b35b0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/adieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/adieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/agrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/agrave.glif index 70ea01e0c..4d7796a39 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/agrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/agrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/amacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/amacron.glif index a78bcd5a5..4d59dbe81 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/amacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/amacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/atilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/atilde.glif index 2ee460a2c..f5bee7107 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/atilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/atilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cacute.glif index f86981087..2f41c4463 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccaron.glif index 80b487f82..364c1640a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccircumflex.glif index cb7782494..cbc22f57b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ccircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cdotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cdotaccent.glif index 194d9a3f8..ef00d7dee 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/cdotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/cdotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dcaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dcaron.glif index baf030a44..cd6cca5a2 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dcaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dcaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dlinebelow.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dlinebelow.glif index 85e2b7a38..3c6a498b5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dlinebelow.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dlinebelow.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessi.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessi.glif index 0a0498777..959a09d92 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessi.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessi.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessj.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessj.glif index 707f9d71c..83341899d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessj.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dotlessj.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/e.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/e.glif index 4deeb7225..27325cb48 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/e.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/e.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/eacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/eacute.glif index 2304b478f..3322863b8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/eacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/eacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ebreve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ebreve.glif index 6ffc35a79..8e7f820cd 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ebreve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ebreve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecaron.glif index 61d784bee..238a2761c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecircumflex.glif index 880bfc6d8..c8bf958b4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ecircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/edieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/edieresis.glif index 1adeac3f4..39dd9d90d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/edieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/edieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/edotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/edotaccent.glif index 590eae716..dcd1c5c32 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/edotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/edotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/egrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/egrave.glif index 7488fd606..ca5e9230b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/egrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/egrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/emacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/emacron.glif index d8b3aeea7..5259d1194 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/emacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/emacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/etilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/etilde.glif index d4d3a7ed9..dfddc21f7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/etilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/etilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gbreve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gbreve.glif index 9b15aaa11..71175835f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gbreve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gbreve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcaron.glif index 935b51d32..c8b5f80af 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcircumflex.glif index 93f120348..9240ada60 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gcircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gdotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gdotaccent.glif index 812b95741..765a4e53d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gdotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gdotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gmacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gmacron.glif index 30876d058..ac26df08c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/gmacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/gmacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/hcircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/hcircumflex.glif index 22b258107..24593d16c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/hcircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/hcircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/i.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/i.glif index ca5b39f43..db8e479e8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/i.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/i.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/iacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/iacute.glif index 0d3171a62..000b192e8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/iacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/iacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ibreve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ibreve.glif index fcefa04eb..52cb4221f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ibreve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ibreve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/icaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/icaron.glif index 8812cac91..68e26045b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/icaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/icaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/icircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/icircumflex.glif index 1cbe50eef..16148856a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/icircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/icircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/idieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/idieresis.glif index c5f5d2d0f..2cb46b54e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/idieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/idieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/igrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/igrave.glif index d5596e76f..7108a0d1c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/igrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/igrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/imacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/imacron.glif index d60e72fb8..a5a9a9006 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/imacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/imacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/itilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/itilde.glif index ab761f2d2..f96feb136 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/itilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/itilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/j.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/j.glif index f164ae185..d171832e6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/j.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/j.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/jcircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/jcircumflex.glif index 5f5fab0c1..5948e3fba 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/jcircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/jcircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/lacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/lacute.glif index b31aac10e..f23505ba9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/lacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/lacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelow.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelow.glif index 4876e6bc4..20ba2ea3e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelow.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelow.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelowmacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelowmacron.glif index 76bcd2558..297525b77 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelowmacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ldotbelowmacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/nacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/nacute.glif index aa218ce46..a16219060 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/nacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/nacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ncaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ncaron.glif index f92b5f244..dcbbede47 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ncaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ncaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ndotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ndotaccent.glif index cfb3772be..26cbc830a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ndotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ndotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ntilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ntilde.glif index f0e4eadf9..fd33b1b50 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ntilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ntilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/oacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/oacute.glif index ca8bcaaf5..1760fc17e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/oacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/oacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/obreve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/obreve.glif index 6560103b8..7590d8d77 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/obreve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/obreve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocaron.glif index 39de9bd16..827a1ea13 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocircumflex.glif index 1fadbd503..e5fb05cc7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ocircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/odieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/odieresis.glif index 7676f51e2..9b1ac207c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/odieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/odieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ograve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ograve.glif index 87143bfaa..4e65d1328 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ograve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ograve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohornacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohornacute.glif index 7f554500e..21a301267 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohornacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohornacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorngrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorngrave.glif index 37a5bf637..938db784d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorngrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorngrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorntilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorntilde.glif index 952c272d9..0348dd5ab 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorntilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohorntilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohungarumlaut.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohungarumlaut.glif index 563313083..4745a7475 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohungarumlaut.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ohungarumlaut.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/omacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/omacron.glif index abd74bc44..f641f05b7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/omacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/omacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/otilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/otilde.glif index f008cb847..919626d95 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/otilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/otilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/racute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/racute.glif index fca24d7a9..ab40f51a5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/racute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/racute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/rcaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/rcaron.glif index 75a25d268..5564ad560 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/rcaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/rcaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/rdotbelowmacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/rdotbelowmacron.glif index fb3276e4f..c9f56352d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/rdotbelowmacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/rdotbelowmacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/sacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/sacute.glif index 88ecdc38a..9003c2cc7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/sacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/sacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/scaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/scaron.glif index 69044ed65..f10a18ee9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/scaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/scaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/scircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/scircumflex.glif index 7d71897b7..ff91d5fda 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/scircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/scircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/sdotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/sdotaccent.glif index 1025b0576..57ed8b872 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/sdotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/sdotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tcaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tcaron.glif index 8eecbac26..b8dc90597 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tcaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tcaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tlinebelow.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tlinebelow.glif index febc719b8..bb5e1ccc4 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tlinebelow.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tlinebelow.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uacute.glif index 440f3632e..004d3c68d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ubreve.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ubreve.glif index a7388b825..b9e1a5ddb 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ubreve.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ubreve.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucaron.glif index cc89d0845..de82868c7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucircumflex.glif index 05d18fe66..5d6f220d9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ucircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresis.glif index 2d620f070..32c30c6cc 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresiscaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresiscaron.glif index d0d4108fb..aa4b1206c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresiscaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresiscaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresismacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresismacron.glif index ab0008ba5..51ed4a030 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresismacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/udieresismacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ugrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ugrave.glif index cc14ee791..e5e8c87b0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ugrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ugrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhornacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhornacute.glif index d53ed2b19..da1e6ca30 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhornacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhornacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorngrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorngrave.glif index d9c6bc9e7..fcd74bad3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorngrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorngrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorntilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorntilde.glif index 421cf0b42..1f06bbc1a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorntilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhorntilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhungarumlaut.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhungarumlaut.glif index 8fe4603c6..15e789ce3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhungarumlaut.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uhungarumlaut.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/umacron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/umacron.glif index 61500677f..97c638a15 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/umacron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/umacron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uring.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uring.glif index 505c4853a..7623c4583 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/uring.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/uring.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/utilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/utilde.glif index 801da075c..e2ee30269 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/utilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/utilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/v.glif index c7049c536..9fc22d9e1 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/w.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/w.glif index 4b4c8f622..d0338dd54 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/w.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/w.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/wacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/wacute.glif index cfd455a52..4d35dea01 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/wacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/wacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/wcircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/wcircumflex.glif index 8086e40d9..f58517f35 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/wcircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/wcircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/wdieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/wdieresis.glif index de9886615..5035231a2 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/wdieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/wdieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/wgrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/wgrave.glif index ffd3d5cc4..3702445c6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/wgrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/wgrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/x.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/x.glif index a361bd227..c67c6cc27 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/x.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/x.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/y.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/y.glif index ba0e4f5a3..0643afc9d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/y.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/y.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/yacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/yacute.glif index 3a20e4cd2..1dcdfd16e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/yacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/yacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ycircumflex.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ycircumflex.glif index e22ee1530..d9f1678c6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ycircumflex.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ycircumflex.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ydieresis.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ydieresis.glif index 50ea0f4c3..985b1f4ed 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ydieresis.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ydieresis.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ydotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ydotaccent.glif index 4718285da..a280cfc3c 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ydotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ydotaccent.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ygrave.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ygrave.glif index 80486ead4..61fb59a2f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ygrave.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ygrave.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ytilde.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ytilde.glif index 09d288607..129f15902 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/ytilde.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/ytilde.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/z.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/z.glif index 6e89af333..a3e8977aa 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/z.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/z.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/zacute.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/zacute.glif index dc110c805..86f5a64ce 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/zacute.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/zacute.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/zcaron.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/zcaron.glif index da71bbce8..5604d1fa5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/zcaron.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/zcaron.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/zdotaccent.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/zdotaccent.glif index 539aa7332..61047b0d9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/zdotaccent.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/zdotaccent.glif @@ -2,6 +2,7 @@ + From 883214e3b098d60f8054ed3832161c5e302e9e66 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 21:20:50 +0100 Subject: [PATCH 08/15] Add some more top anchors --- sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.glif | 1 + 18 files changed, 18 insertions(+) diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.glif index 0a5d5cea2..bfa633801 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.glif index 15388de4f..6bd182251 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.glif index 18511acb5..f47f9ab8a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.glif index 19a8dae8b..63796f93e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.glif index 0d0f4b9fa..724dc48af 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.glif index b2f112854..256bc226b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.glif index c0250ff70..c40393fb0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.glif index 89df1cd9e..8c491f20f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.glif index a24460bd6..5a0e37f51 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.glif index 43aa583b6..a38652d87 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.glif index e86f2f329..b4839ce18 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.glif index 5b9c49164..e5216401a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.glif index a605aa457..1e32ce668 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.glif index 8be74d935..0376f8b4e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.glif index 8c86e996e..0e64021aa 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.glif index fa4e4e2c4..18b89f962 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.glif index 232bb2e7d..209d825ea 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.glif index adb6e6165..3ed33bd8b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.glif @@ -2,6 +2,7 @@ + From 86585d249ac91baf7682cb42e1633d885fa961a6 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 21:26:44 +0100 Subject: [PATCH 09/15] Propagate anchors --- sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/a.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/b.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/c.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/d.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/dollar.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/f.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/g.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/h.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/k.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/kgreenlandic.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/l.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/m.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/n.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/o.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/p.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/q.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/r.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/s.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/t.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/tbar.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/u.glif | 1 + 22 files changed, 22 insertions(+) diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.glif index 5616c11ab..1fcbf713f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_bar.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/a.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/a.glif index f957f89d3..de1915d23 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/a.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/a.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/b.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/b.glif index 40c06d80b..05dd45c15 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/b.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/b.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/c.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/c.glif index 29d42a165..ec0961bc5 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/c.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/c.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/d.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/d.glif index 49cb14fc9..9e5aabc8a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/d.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/d.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dollar.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dollar.glif index f3451aeb1..17084d056 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/dollar.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/dollar.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/f.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/f.glif index 2b78e6588..fcaeb9f76 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/f.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/f.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/g.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/g.glif index e782eb145..9e8ba28fa 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/g.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/g.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/h.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/h.glif index bd15cbefc..6a042b739 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/h.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/h.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/k.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/k.glif index a594cdcc1..41e4eb5be 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/k.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/k.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/kgreenlandic.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/kgreenlandic.glif index a5ac1cdec..a2a8331d9 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/kgreenlandic.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/kgreenlandic.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/l.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/l.glif index 8773d52cf..2ddcf6cb2 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/l.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/l.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/m.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/m.glif index de0a3a8fb..51b660ce0 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/m.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/m.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/n.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/n.glif index be36a2885..38eedc4a8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/n.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/n.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/o.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/o.glif index dcc8a584f..f02f8262f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/o.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/o.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/p.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/p.glif index 46b4282f7..dbb52992b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/p.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/p.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/q.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/q.glif index af57be448..6be691183 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/q.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/q.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/r.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/r.glif index 2059622f3..edfcc0c61 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/r.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/r.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/s.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/s.glif index 876d58d2d..9127ac0fd 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/s.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/s.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/t.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/t.glif index b889760da..4a2763eef 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/t.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/t.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tbar.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tbar.glif index 96dcd9e58..2124074ab 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/tbar.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/tbar.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/u.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/u.glif index ae300cfa1..ea25173c3 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/u.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/u.glif @@ -2,6 +2,7 @@ + From adaeadbac1507fb12b9aa6ece3cdb9bddca6eeec Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 21:28:11 +0100 Subject: [PATCH 10/15] Undo accidental debug commit --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 0b410f957..6b862ecd9 100755 --- a/build.sh +++ b/build.sh @@ -29,6 +29,6 @@ do done -# # Add SVG table to COLRv1 font -# maximum_color --keep_glyph_names build/fonts/Bungee_Color/BungeeSpice-Regular.ttf -# mv build/Font.ttf build/fonts/Bungee_Color/BungeeSpice-Regular.ttf +# Add SVG table to COLRv1 font +maximum_color --keep_glyph_names build/fonts/Bungee_Color/BungeeSpice-Regular.ttf +mv build/Font.ttf build/fonts/Bungee_Color/BungeeSpice-Regular.ttf From d5aa69eed8968f43f47ab5cd0c6f230868694510 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Tue, 16 Jan 2024 21:46:25 +0100 Subject: [PATCH 11/15] bump dependencies --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e70015c1..84a63d8b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -fontbakery[googlefonts]==0.10.4 -fontmake==3.6.1 -gftools==0.9.38 +fontbakery[googlefonts]==0.10.9 +fontmake==3.7.1 +gftools==0.9.43 nanoemoji==0.15.1 skia-pathops==0.8.0 From b02dac4b848728fae80598c6a9a96f5e39a58258 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Fri, 26 Apr 2024 08:53:18 +0200 Subject: [PATCH 12/15] Bump skia-pathops --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84a63d8b7..b80013278 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ fontbakery[googlefonts]==0.10.9 fontmake==3.7.1 gftools==0.9.43 nanoemoji==0.15.1 -skia-pathops==0.8.0 +skia-pathops==0.8.0.post1 From 0a79cebd405a7073d1b99c5732b19f6974bd82dd Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Fri, 26 Apr 2024 09:04:40 +0200 Subject: [PATCH 13/15] Bump dependencies --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b80013278..c1ae6660b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -fontbakery[googlefonts]==0.10.9 -fontmake==3.7.1 -gftools==0.9.43 +fontbakery[googlefonts]==0.12.3 +fontmake==3.9.0 +gftools==0.9.54 nanoemoji==0.15.1 skia-pathops==0.8.0.post1 From cf3301dd8020c27d2394662848b5239f9499ada7 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Fri, 26 Apr 2024 09:05:13 +0200 Subject: [PATCH 14/15] Delete anchors for Shade, to explicitly not support mark-to-base and mark-to-mark. As per feedback. --- scripts/assembleSources.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/assembleSources.py b/scripts/assembleSources.py index 3251abdc5..447b17479 100644 --- a/scripts/assembleSources.py +++ b/scripts/assembleSources.py @@ -25,6 +25,7 @@ def breakOutLayers(familyName, source, style, outputPath): extraTracking = style.get("tracking", 0) trackingOffset = style.get("trackingOffset", 0) decomposeAllLayers = style.get("decompose", False) + deleteAnchors = style.get("deleteAnchors", False) exceptionsSourcePath = style.get("exceptionsSource") exceptionsFont = ( @@ -118,6 +119,10 @@ def breakOutLayers(familyName, source, style, outputPath): sourceGlyph = exceptionsFont[glyph.name] newFont[glyph.name] = sourceGlyph.copy() + if deleteAnchors: + for glyph in newFont: + glyph.clearAnchors() + computeWinAscentDescent(newFont) newFont.save(outputPath, overwrite=True) @@ -239,6 +244,7 @@ def moveGlyphHor(glyph, dx): tracking=100, trackingOffset=115, decompose=True, + deleteAnchors=True, exceptionsSource="sources/1-drawing/Bungee-Shade-Exceptions.ufo", ), ], From 30b109baf3c35bb6f9721b3de5c72f0011e49da2 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Fri, 26 Apr 2024 09:34:19 +0200 Subject: [PATCH 15/15] While we're at it, add double encodings for full with latin (lc + uc), to satisfy latest fontbakery --- sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.v.glif | 1 + sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.v.glif | 1 + 26 files changed, 26 insertions(+) diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.v.glif index b22644a72..f7441d675 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/A_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.v.glif index bc8a482f6..63f3728f7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/B_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.v.glif index b31601cab..3b62e45d6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/C_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.v.glif index 9dcaac0e0..4eb794926 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/D_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.v.glif index 12ad08bd9..864042c3d 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/E_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.v.glif index 529c711bf..03b3e709e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/F_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.v.glif index 8df2833f7..12620ad41 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/G_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.v.glif index 5e4526b20..ac700f912 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/H_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.v.glif index 04bfe5b38..dacca139b 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/I_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.v.glif index e9349fc5b..d8898d3ff 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/J_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.v.glif index 040923bf8..5654bdf3f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/K_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.v.glif index ba462b0d2..8c66efbff 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/L_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.v.glif index e3815761e..89b95b6d7 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/M_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.v.glif index 9ed000da3..259eec12e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/N_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.v.glif index 0ff77f9ec..f7f7e9cc8 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/O_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.v.glif index 1527cc597..55b603ba6 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/P_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.v.glif index 693ac5837..5e7242f91 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Q_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.v.glif index 36d916799..ef8549d59 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/R_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.v.glif index 9f60072e6..3748dd102 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/S_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.v.glif index 959e18563..3a952a38f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/T_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.v.glif index 78d95ce11..4df5f4c74 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/U_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.v.glif index d8d0940b5..42376268f 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/V_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.v.glif index c17995972..ae8afc8dd 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/W_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.v.glif index 2f56c4f69..15876662e 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/X_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.v.glif index df6c2b239..46440e455 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Y_.v.glif @@ -2,6 +2,7 @@ + diff --git a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.v.glif b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.v.glif index 69583760d..b570ce09a 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.v.glif +++ b/sources/1-drawing/Bungee-Regular.ufo/glyphs/Z_.v.glif @@ -2,6 +2,7 @@ +