Skip to content

Commit

Permalink
add missing 'space' glyph to COLRv0 test fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Nov 8, 2024
1 parent a5067e5 commit eb06823
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/data/ColorTest.ufo/glyphs/contents.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<string>b.glif</string>
<key>c</key>
<string>c.glif</string>
<key>space</key>
<string>space.glif</string>
</dict>
</plist>
5 changes: 5 additions & 0 deletions tests/data/ColorTest.ufo/glyphs/space.glif
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="space" format="2">
<unicode hex="0020"/>
<advance width="250"/>
</glyph>
2 changes: 2 additions & 0 deletions tests/data/ColorTestRaw.ufo/glyphs/contents.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<string>a.color1.glif</string>
<key>a.color2</key>
<string>a.color2.glif</string>
<key>space</key>
<string>space.glif</string>
</dict>
</plist>
5 changes: 5 additions & 0 deletions tests/data/ColorTestRaw.ufo/glyphs/space.glif
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="space" format="2">
<unicode hex="0020"/>
<advance width="250"/>
</glyph>

0 comments on commit eb06823

Please sign in to comment.