diff options
author | Rasmus Andersson <rasmus@notion.se> | 2018-10-07 00:45:12 +0300 |
---|---|---|
committer | Rasmus Andersson <rasmus@notion.se> | 2018-10-11 09:38:31 +0300 |
commit | 011677fc30aa6c3d6b48725563c8e967148c7254 (patch) | |
tree | c21ffcb60e35297f5680bba72f1d3ef846a760ff /src/Inter-UI-Italic.ufo/glyphs/srthook.glif | |
parent | 19a21ad7a52d46c80ab13eae031efd0a30f8668f (diff) | |
download | inter-011677fc30aa6c3d6b48725563c8e967148c7254.tar.xz |
simplify some glyphs to use components instead of copies
Diffstat (limited to 'src/Inter-UI-Italic.ufo/glyphs/srthook.glif')
-rw-r--r-- | src/Inter-UI-Italic.ufo/glyphs/srthook.glif | 85 |
1 files changed, 26 insertions, 59 deletions
diff --git a/src/Inter-UI-Italic.ufo/glyphs/srthook.glif b/src/Inter-UI-Italic.ufo/glyphs/srthook.glif index 070fb9df9..5aa6a6fee 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/srthook.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/srthook.glif @@ -1,67 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <glyph name="srthook" format="2"> - <advance width="1460.0"/> + <advance width="1472.0"/> <unicode hex="0282"/> <outline> <contour> - <point x="32.0" y="356.0" type="line"/> - <point x="-36.0" y="-44.0" type="line" smooth="yes"/> - <point x="-81.0" y="-307.0"/> - <point x="76.0" y="-452.0"/> - <point x="304.0" y="-452.0" type="curve" smooth="yes"/> - <point x="348.0" y="-452.0"/> - <point x="404.0" y="-448.0"/> - <point x="440.0" y="-436.0" type="curve"/> - <point x="476.0" y="-232.0" type="line"/> - <point x="452.0" y="-240.0"/> - <point x="416.0" y="-240.0"/> - <point x="396.0" y="-240.0" type="curve" smooth="yes"/> - <point x="268.0" y="-240.0"/> - <point x="176.0" y="-204.0"/> - <point x="200.0" y="-44.0" type="curve" smooth="yes"/> - <point x="268.0" y="356.0" type="line"/> - </contour> - <contour> - <point x="1348.0" y="1192.0" type="line"/> - <point x="1304.0" y="1416.0"/> - <point x="1156.0" y="1556.0"/> - <point x="872.0" y="1556.0" type="curve" smooth="yes"/> - <point x="548.0" y="1556.0"/> - <point x="276.0" y="1372.0"/> - <point x="232.0" y="1112.0" type="curve" smooth="yes"/> - <point x="204.0" y="932.0"/> - <point x="292.0" y="756.0"/> - <point x="568.0" y="684.0" type="curve" smooth="yes"/> - <point x="812.0" y="620.0" type="line" smooth="yes"/> - <point x="952.0" y="584.0"/> - <point x="1016.0" y="516.0"/> - <point x="996.0" y="416.0" type="curve" smooth="yes"/> - <point x="976.0" y="288.0"/> - <point x="828.0" y="172.0"/> - <point x="608.0" y="172.0" type="curve" smooth="yes"/> - <point x="380.0" y="172.0"/> - <point x="292.0" y="296.0"/> - <point x="260.0" y="436.0" type="curve"/> - <point x="32.0" y="356.0" type="line"/> - <point x="76.0" y="164.0"/> - <point x="212.0" y="-32.0"/> - <point x="580.0" y="-32.0" type="curve" smooth="yes"/> - <point x="960.0" y="-32.0"/> - <point x="1200.0" y="188.0"/> - <point x="1240.0" y="424.0" type="curve" smooth="yes"/> - <point x="1268.0" y="596.0"/> - <point x="1180.0" y="760.0"/> - <point x="908.0" y="828.0" type="curve" smooth="yes"/> - <point x="692.0" y="884.0" type="line" smooth="yes"/> - <point x="524.0" y="928.0"/> - <point x="452.0" y="1020.0"/> - <point x="472.0" y="1124.0" type="curve" smooth="yes"/> - <point x="492.0" y="1256.0"/> - <point x="648.0" y="1356.0"/> - <point x="836.0" y="1356.0" type="curve" smooth="yes"/> - <point x="1072.0" y="1356.0"/> - <point x="1108.0" y="1200.0"/> - <point x="1124.0" y="1132.0" type="curve"/> + <point x="80.0" y="368.0" type="line"/> + <point x="12.0" y="-44.0" type="line" smooth="yes"/> + <point x="-32.0" y="-308.0"/> + <point x="124.0" y="-452.0"/> + <point x="352.0" y="-452.0" type="curve" smooth="yes"/> + <point x="396.0" y="-452.0"/> + <point x="452.0" y="-448.0"/> + <point x="488.0" y="-436.0" type="curve"/> + <point x="524.0" y="-232.0" type="line"/> + <point x="500.0" y="-240.0"/> + <point x="464.0" y="-240.0"/> + <point x="444.0" y="-240.0" type="curve" smooth="yes"/> + <point x="316.0" y="-240.0"/> + <point x="192.0" y="-204.0"/> + <point x="216.0" y="-44.0" type="curve" smooth="yes"/> + <point x="284.0" y="368.0" type="line"/> </contour> + <component base="s"/> </outline> + <lib> + <dict> + <key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key> + <string>s</string> + <key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key> + <string>s</string> + </dict> + </lib> </glyph> |