-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1565f9
commit 8d7d325
Showing
15 changed files
with
410 additions
and
66 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,64 @@ | ||
{ | ||
color = 2; | ||
color = 9; | ||
glyphname = ellipsis; | ||
kernLeft = period; | ||
kernRight = period; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
alignment = -1; | ||
pos = (210,0); | ||
ref = period; | ||
closed = 1; | ||
nodes = ( | ||
(535,288,o), | ||
(559,316,o), | ||
(559,350,cs), | ||
(559,381,o), | ||
(539,407,o), | ||
(502,407,cs), | ||
(464,407,o), | ||
(440,379,o), | ||
(440,345,cs), | ||
(440,316,o), | ||
(458,288,o), | ||
(496,288,cs) | ||
); | ||
}, | ||
{ | ||
alignment = -1; | ||
pos = (420,0); | ||
ref = period; | ||
closed = 1; | ||
nodes = ( | ||
(868,288,o), | ||
(892,316,o), | ||
(892,350,cs), | ||
(892,381,o), | ||
(872,407,o), | ||
(835,407,cs), | ||
(797,407,o), | ||
(773,379,o), | ||
(773,345,cs), | ||
(773,316,o), | ||
(791,288,o), | ||
(829,288,cs) | ||
); | ||
}, | ||
{ | ||
alignment = -1; | ||
ref = period; | ||
closed = 1; | ||
nodes = ( | ||
(202,288,o), | ||
(226,316,o), | ||
(226,350,cs), | ||
(226,381,o), | ||
(206,407,o), | ||
(169,407,cs), | ||
(131,407,o), | ||
(107,379,o), | ||
(107,345,cs), | ||
(107,316,o), | ||
(125,288,o), | ||
(163,288,cs) | ||
); | ||
} | ||
); | ||
width = 658; | ||
width = 1000; | ||
} | ||
); | ||
locked = 1; | ||
unicode = 8230; | ||
unicode = (8230,8943); | ||
} |
28 changes: 28 additions & 0 deletions
28
src/ZhuqueFangsong.glyphspackage/glyphs/ellipsis.lower.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
color = 2; | ||
glyphname = ellipsis.lower; | ||
kernLeft = period; | ||
kernRight = period; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
alignment = -1; | ||
pos = (210,0); | ||
ref = period; | ||
}, | ||
{ | ||
alignment = -1; | ||
pos = (420,0); | ||
ref = period; | ||
}, | ||
{ | ||
alignment = -1; | ||
ref = period; | ||
} | ||
); | ||
width = 658; | ||
} | ||
); | ||
} |
66 changes: 66 additions & 0 deletions
66
src/ZhuqueFangsong.glyphspackage/glyphs/ellipsis.vert.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
color = 9; | ||
glyphname = ellipsis.vert; | ||
kernLeft = period; | ||
kernRight = period; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(535,288,o), | ||
(559,316,o), | ||
(559,350,cs), | ||
(559,381,o), | ||
(539,407,o), | ||
(502,407,cs), | ||
(464,407,o), | ||
(440,379,o), | ||
(440,345,cs), | ||
(440,316,o), | ||
(458,288,o), | ||
(496,288,cs) | ||
); | ||
}, | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(535,621,o), | ||
(559,649,o), | ||
(559,683,cs), | ||
(559,714,o), | ||
(539,740,o), | ||
(502,740,cs), | ||
(464,740,o), | ||
(440,712,o), | ||
(440,678,cs), | ||
(440,649,o), | ||
(458,621,o), | ||
(496,621,cs) | ||
); | ||
}, | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(535,-45,o), | ||
(559,-17,o), | ||
(559,17,cs), | ||
(559,48,o), | ||
(539,74,o), | ||
(502,74,cs), | ||
(464,74,o), | ||
(440,46,o), | ||
(440,12,cs), | ||
(440,-17,o), | ||
(458,-45,o), | ||
(496,-45,cs) | ||
); | ||
} | ||
); | ||
width = 1000; | ||
} | ||
); | ||
unicode = 65049; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
{ | ||
color = 2; | ||
color = 9; | ||
glyphname = emdash.case; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
pos = (0,60); | ||
ref = emdash; | ||
ref = emdash.lower; | ||
} | ||
); | ||
width = 918; | ||
} | ||
); | ||
locked = 1; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,74 @@ | ||
{ | ||
color = 2; | ||
color = 9; | ||
glyphname = emdash; | ||
kernLeft = hyphen; | ||
kernRight = hyphen; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(82,224,o), | ||
(594,226,o), | ||
(916,226,c), | ||
(924,277,l), | ||
(918,287,l), | ||
(904,287,o), | ||
(634,281,o), | ||
(474,281,cs), | ||
(302,281,o), | ||
(5,282,o), | ||
(5,282,c), | ||
(-6,233,l), | ||
(0,224,l) | ||
(1000,321,l), | ||
(1000,379,l), | ||
(0,379,l), | ||
(0,321,l) | ||
); | ||
} | ||
); | ||
width = 918; | ||
width = 1000; | ||
}, | ||
{ | ||
associatedMasterId = m01; | ||
layerId = UUID1; | ||
name = Black; | ||
shapes = ( | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(276,198,o), | ||
(551,199,o), | ||
(829,199,c), | ||
(843,305,l), | ||
(833,324,l), | ||
(802,321,o), | ||
(539,322,o), | ||
(406,322,cs), | ||
(270,322,o), | ||
(135,322,o), | ||
(-1,322,c), | ||
(-12,217,l), | ||
(-1,198,l) | ||
); | ||
} | ||
); | ||
width = 830; | ||
}, | ||
{ | ||
associatedMasterId = m01; | ||
layerId = "856F758A-0D9C-4BAC-90F2-36A66CA26E87"; | ||
name = Light; | ||
shapes = ( | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(69,226,o), | ||
(597,228,o), | ||
(922,228,c), | ||
(930,275,l), | ||
(924,284,l), | ||
(911,285,o), | ||
(641,278,o), | ||
(479,278,cs), | ||
(304,278,o), | ||
(-4,279,o), | ||
(5,279,c), | ||
(-6,234,l), | ||
(0,226,l) | ||
); | ||
} | ||
); | ||
width = 924.03922; | ||
} | ||
); | ||
locked = 1; | ||
unicode = 8212; | ||
} |
12 changes: 5 additions & 7 deletions
12
...phspackage/glyphs/emdash.loclZ_H_S_.glyph → ....glyphspackage/glyphs/emdash.joined.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/ZhuqueFangsong.glyphspackage/glyphs/emdash.joined.vert.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
color = 9; | ||
glyphname = emdash.joined.vert; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(530,-105,l), | ||
(530,1050,l), | ||
(470,1050,l), | ||
(470,-105,l) | ||
); | ||
} | ||
); | ||
width = 1000; | ||
} | ||
); | ||
} |
32 changes: 32 additions & 0 deletions
32
src/ZhuqueFangsong.glyphspackage/glyphs/emdash.lower.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
color = 2; | ||
glyphname = emdash.lower; | ||
kernLeft = hyphen; | ||
kernRight = hyphen; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(82,224,o), | ||
(594,226,o), | ||
(916,226,c), | ||
(924,277,l), | ||
(918,287,l), | ||
(904,287,o), | ||
(634,281,o), | ||
(474,281,cs), | ||
(302,281,o), | ||
(5,282,o), | ||
(5,282,c), | ||
(-6,233,l), | ||
(0,224,l) | ||
); | ||
} | ||
); | ||
width = 918; | ||
} | ||
); | ||
} |
Oops, something went wrong.