Skip to content

Commit

Permalink
Added U+0305 COMBINING OVERLINE (closes #608)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Sep 30, 2018
1 parent b33d9a5 commit 7e7f7ad
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
- Fixed rendering of `<||>` ([#621])
- Added `!!.` ([#618])
- Added `>:` `:<` ([#605])
- Added U+0305 COMBINING OVERLINE ([#608])

#### 1.205 (February 27, 2018)

Expand Down
53 changes: 52 additions & 1 deletion FiraCode.glyphs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
.appVersion = "939";
DisplayStrings = (
"|>=\012e<T>>\012<: :> a>:b:<c "
"a/overlinecomb b",
"a/macroncomb b"
);
classes = (
{
Expand Down Expand Up @@ -110833,6 +110834,56 @@ unicode = 0304;
},
{
color = 7;
glyphname = overlinecomb;
lastChange = "2018-09-30 19:53:59 +0000";
layers = (
{
anchors = (
{
name = _top;
position = "{300, 527}";
}
);
layerId = UUID0;
paths = (
{
closed = 1;
nodes = (
"517 691 LINE",
"84 691 LINE",
"84 622 LINE",
"517 622 LINE"
);
}
);
width = 600;
},
{
anchors = (
{
name = _top;
position = "{300, 531}";
}
);
layerId = "BF448B58-7A35-489E-A1C9-12628F60690C";
paths = (
{
closed = 1;
nodes = (
"533 731 LINE",
"67 731 LINE",
"67 620 LINE",
"533 620 LINE"
);
}
);
width = 600;
}
);
unicode = 0305;
},
{
color = 7;
glyphname = dblgravecomb;
lastChange = "2015-03-31 09:12:50 +0000";
layers = (
Expand Down

0 comments on commit 7e7f7ad

Please sign in to comment.