Skip to content

Commit

Permalink
add hooked l (l.ss01)
Browse files Browse the repository at this point in the history
Close #12.

Co-authored-by: HedaShi313 <hedashi1004@gmail.com>
  • Loading branch information
stone-zeng and HedaShi313 committed Nov 28, 2023
1 parent aaf15e4 commit 416d88c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SmileySans.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ sub K by K.ss01;
sub Q by Q.ss01;
sub a by a.ss01;
sub f by f.ss01;
sub l by l.ss01;
sub r by r.ss01;
sub ampersand by ampersand.ss01;
sub numero by numero.ss01;
Expand Down
48 changes: 48 additions & 0 deletions src/SmileySans.glyphspackage/glyphs/l.ss01.glyph
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
glyphname = l.ss01;
kernLeft = l01;
kernRight = l01;
layers = (
{
anchors = (
{
name = bottom;
pos = (53,-30);
},
{
name = top;
pos = (192,810);
},
{
name = topright;
pos = (251,810);
}
);
layerId = m01;
shapes = (
{
closed = 1;
nodes = (
(15,45,o),
(39,-40,o),
(137,-40,cs),
(169,-40,o),
(203,-27,o),
(231,-10,c),
(204,67,l),
(189,56,o),
(173,50,o),
(159,50,cs),
(123,50,o),
(117,85,o),
(128,158,cs),
(221,810,l),
(124,810,l),
(31,147,ls)
);
}
);
width = 258;
}
);
}
1 change: 1 addition & 0 deletions src/SmileySans.glyphspackage/order.plist
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ r.full,
s.full,
a.ss01,
f.ss01,
l.ss01,
r.ss01,
f.ss02,
t.full,
Expand Down

0 comments on commit 416d88c

Please sign in to comment.