Skip to content

Commit

Permalink
Added U+2E3A 2-em dash , U+2E3B 3-em dash (closes #1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Jun 5, 2020
1 parent e25f170 commit 70827e8
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.

- Fixed Box drawing diagonal lines U+2571 `` U+2572 `` U+2573 `` #929
- Added U+2236 Ratio `` #926
- Added U+2E3A 2-em dash ``, U+2E3B 3-em dash `` #1019

#### 4.0 (May 18, 2020)

Expand Down
78 changes: 77 additions & 1 deletion FiraCode.glyphs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
.appVersion = "1339";
DisplayStrings = (
"1/ratio 2"
"/threeemdash \012/twoemdash"
);
classes = (
{
Expand Down Expand Up @@ -61548,6 +61548,82 @@ width = 1200;
unicode = 2012;
},
{
color = 6;
glyphname = threeemdash;
lastChange = "2020-06-05 14:45:50 +0000";
layers = (
{
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
paths = (
{
closed = 1;
nodes = (
"3391 568 LINE",
"3391 684 LINE",
"209 684 LINE",
"209 568 LINE"
);
}
);
width = 3600;
},
{
layerId = "4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA";
paths = (
{
closed = 1;
nodes = (
"3433 503 LINE",
"3433 749 LINE",
"167 749 LINE",
"167 503 LINE"
);
}
);
width = 3600;
}
);
unicode = 2E3B;
},
{
color = 6;
glyphname = twoemdash;
lastChange = "2020-06-05 14:46:02 +0000";
layers = (
{
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
paths = (
{
closed = 1;
nodes = (
"2191 568 LINE",
"2191 684 LINE",
"209 684 LINE",
"209 568 LINE"
);
}
);
width = 2400;
},
{
layerId = "4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA";
paths = (
{
closed = 1;
nodes = (
"2233 503 LINE",
"2233 749 LINE",
"167 749 LINE",
"167 503 LINE"
);
}
);
width = 2400;
}
);
unicode = 2E3A;
},
{
glyphname = underscore;
lastChange = "2020-04-05 21:59:59 +0000";
layers = (
Expand Down

0 comments on commit 70827e8

Please sign in to comment.