Skip to content

Commit

Permalink
1.001update4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-212 committed Mar 12, 2024
1 parent fffa32c commit 6d7e247
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 26 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_fonts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
uses: actions/upload-artifact@v4
with:
name: "${{ env.novagothic_version }}"
path: ${{ env.novagothic_zip }}
retention-days: 1

Expand Down
7 changes: 0 additions & 7 deletions src/NovaGothic.glyphspackage/UIState.plist

This file was deleted.

34 changes: 15 additions & 19 deletions src/NovaGothic.glyphspackage/glyphs/esh.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ shapes = (
{
closed = 1;
nodes = (
(98,-200,l),
(140.6,-200,o),
(186.348,-156.789,o),
(187.988,-110.808,c),
(189.998,-0.273,l),
(100,-200,l),
(143,-200,o),
(190,-157,o),
(190,-111,c),
(190,610,l),
(190,625.574,o),
(204.426,640,o),
Expand All @@ -22,13 +21,12 @@ nodes = (
(175.6,700,o),
(130,654.4,o),
(130,610,c),
(130.002,0.273,l),
(128.012,-109.192,l),
(127.431,-125.407,o),
(113.294,-140,o),
(98,-140,c),
(70,-140,l),
(70,-200,l)
(130,-109,l),
(130,-125,o),
(115,-140,o),
(100,-140,c),
(72,-140,l),
(72,-200,l)
);
}
);
Expand All @@ -42,9 +40,8 @@ closed = 1;
nodes = (
(92,-200,l),
(169.2,-200,o),
(250,-130,o),
(250,-51,c),
(250,0,l),
(250,-129,o),
(250,-50,cs),
(250,550,l),
(250,575.147,o),
(254.853,580,o),
Expand All @@ -55,10 +52,9 @@ nodes = (
(197,700,o),
(130,633,o),
(130,550,c),
(130,0,l),
(130,-51,l),
(130,-67.829,o),
(115.34,-80,o),
(130,-50,ls),
(130,-67,o),
(115,-80,o),
(92,-80,c),
(50,-80,l),
(50,-200,l)
Expand Down
136 changes: 136 additions & 0 deletions src/NovaGothic.glyphspackage/glyphs/ghook.glyph
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
{
glyphname = ghook;
layers = (
{
layerId = m01;
shapes = (
{
closed = 1;
nodes = (
(207,55,o),
(125,138,o),
(125,250,cs),
(125,362,o),
(207,445,o),
(319,445,cs),
(431,445,o),
(505,362,o),
(505,250,cs),
(505,138,o),
(431,55,o),
(319,55,cs)
);
},
{
closed = 1;
nodes = (
(55,110,o),
(170,-5,o),
(310,-5,cs),
(388,-5,o),
(468,31,o),
(505,86,c),
(505,20,ls),
(505,-75,o),
(432,-150,o),
(321,-150,cs),
(210,-150,o),
(135,-95,o),
(135,0,c),
(75,0,l),
(75,-127,o),
(182,-210,o),
(321,-210,cs),
(453,-210,o),
(565,-119,o),
(565,20,cs),
(565,610,ls),
(565,626,o),
(579,640,o),
(595,640,cs),
(625,640,l),
(625,700,l),
(595,700,ls),
(551,700,o),
(505,654,o),
(505,610,cs),
(505,414,l),
(468,469,o),
(388,505,o),
(310,505,cs),
(170,505,o),
(55,390,o),
(55,250,cs)
);
}
);
width = 625;
},
{
layerId = m002;
shapes = (
{
closed = 1;
nodes = (
(234,111,o),
(170,165,o),
(170,250,cs),
(170,335,o),
(234,389,o),
(319,389,cs),
(404,389,o),
(468,335,o),
(468,250,cs),
(468,165,o),
(404,111,o),
(319,111,cs)
);
},
{
closed = 1;
nodes = (
(50,107,o),
(166,-9,o),
(309,-9,cs),
(365,-9,o),
(437,19,o),
(459,49,c),
(459,0,ls),
(459,-53,o),
(410,-90,o),
(320,-90,cs),
(228,-90,o),
(181,-59,o),
(181,-20,c),
(61,-20,l),
(61,-125,o),
(172,-210,o),
(320,-210,cs),
(460,-210,o),
(579,-120,o),
(579,0,cs),
(579,550,ls),
(579,575,o),
(584,580,o),
(609,580,cs),
(659,580,l),
(659,700,l),
(609,700,ls),
(526,700,o),
(459,633,o),
(459,550,cs),
(459,451,l),
(437,481,o),
(365,509,o),
(309,509,cs),
(166,509,o),
(50,393,o),
(50,250,cs)
);
}
);
width = 619;
}
);
unicode = 608;
}
1 change: 1 addition & 0 deletions src/NovaGothic.glyphspackage/order.plist
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ gcaron,
gcircumflex,
gcommaaccent,
gdotaccent,
ghook,
glottalstop,
glottalstopreversed,
gmacron,
Expand Down

0 comments on commit 6d7e247

Please sign in to comment.