Skip to content

Commit

Permalink
Merge pull request #111 from djrrb/misc-fontbakery-fixes
Browse files Browse the repository at this point in the history
Misc fontbakery fixes
  • Loading branch information
justvanrossum authored May 10, 2024
2 parents 780f70d + 8b2f248 commit 1d21c18
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fontbakery[googlefonts]==0.12.3
fontbakery[googlefonts]==0.12.5
fontmake==3.9.0
gftools==0.9.54
nanoemoji==0.15.1
Expand Down
4 changes: 2 additions & 2 deletions sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
<key>openTypeNameDesignerURL</key>
<string>https://www.djr.com</string>
<key>openTypeNameLicense</key>
<string>This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL</string>
<string>This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org</string>
<key>openTypeNameLicenseURL</key>
<string>https://scripts.sil.org/OFL</string>
<string>https://openfontlicense.org</string>
<key>openTypeNameManufacturer</key>
<string>David Jonathan Ross</string>
<key>openTypeNameManufacturerURL</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<glyph name="brevebelowcmb" format="2">
<advance height="1000"/>
<unicode hex="032E"/>
<anchor x="0" y="-21" name="_bottom"/>
<outline>
<component base="breve" xOffset="-250" yOffset="-1020"/>
</outline>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<glyph name="commaturnedabovecmb" format="2">
<advance height="1000"/>
<unicode hex="0312"/>
<anchor x="0" y="381" name="_top"/>
<outline>
<component base="commaturnedmod" xOffset="-250"/>
</outline>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<glyph name="dieresisbelowcmb" format="2">
<advance height="1000"/>
<unicode hex="0324"/>
<anchor x="0" y="-21" name="_bottom"/>
<outline>
<component base="dieresiscmb" yOffset="-987"/>
</outline>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<glyph name="dotbelowcmb" format="2">
<advance height="1000"/>
<unicode hex="0323"/>
<anchor x="0" y="-21" name="_bottom"/>
<outline>
<component base="dotaccent" xOffset="-251" yOffset="-1000"/>
</outline>
Expand Down
1 change: 1 addition & 0 deletions sources/1-drawing/Bungee-Regular.ufo/glyphs/hookcmb.glif
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<glyph name="hookcmb" format="2">
<advance height="1000"/>
<unicode hex="0309"/>
<anchor x="0" y="747" name="_top"/>
<outline>
<contour>
<point x="99" y="767" type="line" smooth="yes"/>
Expand Down
1 change: 1 addition & 0 deletions sources/1-drawing/Bungee-Regular.ufo/glyphs/horncmb.glif
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<glyph name="horncmb" format="2">
<advance height="1000"/>
<unicode hex="031B"/>
<anchor x="-124" y="652" name="_horn"/>
<outline>
<contour>
<point x="93" y="721" type="curve"/>
Expand Down
1 change: 0 additions & 1 deletion sources/1-drawing/Bungee-Regular.ufo/glyphs/hyphen.glif
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<glyph name="hyphen" format="2">
<advance height="1000" width="420"/>
<unicode hex="002D"/>
<unicode hex="00AD"/>
<unicode hex="2010"/>
<outline>
<contour>
Expand Down
1 change: 0 additions & 1 deletion sources/1-drawing/Bungee-Regular.ufo/glyphs/macron.glif
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<glyph name="macron" format="2">
<advance height="1000" width="500"/>
<unicode hex="00AF"/>
<unicode hex="0304"/>
<outline>
<component base="macroncmb" xOffset="250"/>
</outline>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<glyph name="macronbelowcmb" format="2">
<advance height="1000"/>
<unicode hex="0331"/>
<anchor x="0" y="-21" name="_bottom"/>
<outline>
<component base="macron" xOffset="-249" yOffset="-965"/>
</outline>
Expand Down
1 change: 1 addition & 0 deletions sources/1-drawing/Bungee-Regular.ufo/glyphs/macroncmb.glif
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<glyph name="macroncmb" format="2">
<advance height="1000"/>
<unicode hex="0304"/>
<anchor x="0.0" y="747" name="_top"/>
<anchor x="0.0" y="0" name="_bottom"/>
<anchor x="0" y="953" name="top"/>
Expand Down
11 changes: 11 additions & 0 deletions sources/1-drawing/Bungee-Regular.ufo/lib.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8019,5 +8019,16 @@
<string>periodcentered.v</string>
<string>commaturnedabovecmb</string>
</array>
<key>public.openTypeMeta</key>
<dict>
<key>dlng</key>
<array>
<string>Latn</string>
</array>
<key>slng</key>
<array>
<string>Latn</string>
</array>
</dict>
</dict>
</plist>

0 comments on commit 1d21c18

Please sign in to comment.