Skip to content

Commit

Permalink
Fixed U+03F4 ϴ (closes #996)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Apr 15, 2020
1 parent bd08165 commit 00cfe69
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 5 deletions.
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 width of Germandbls, cornerbracketleft, cornerbracketleft, negativeAcknowledge-control, cornerbracketleft.half, cornerbracketright.half [#1000]
- Fixed misplaced descenders on U+04B3 `ҳ` U+04CB `Ӌ` and U+04CC`ӌ` [#995]
- Fixed U+03F4 `ϴ` [#996]

#### 3.0 (April 9, 2020)

Expand Down
111 changes: 106 additions & 5 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -39756,25 +39756,126 @@ width = 1200;
unicode = 03D4;
},
{
color = 6;
glyphname = ThetaSymbol;
lastChange = "2020-04-05 21:59:13 +0000";
lastChange = "2020-04-15 17:11:09 +0000";
layers = (
{
components = (
anchors = (
{
name = Theta;
name = bottom;
position = "{600, 0}";
},
{
name = top;
position = "{600, 1386}";
}
);
layerId = "4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA";
paths = (
{
closed = 1;
nodes = (
"1039 795 LINE",
"184 795 LINE",
"184 614 LINE",
"1039 614 LINE"
);
},
{
closed = 1;
nodes = (
"1155 1143 OFFCURVE",
"963 1421 OFFCURVE",
"600 1421 CURVE SMOOTH",
"237 1421 OFFCURVE",
"45 1133 OFFCURVE",
"45 694 CURVE SMOOTH",
"45 244 OFFCURVE",
"237 -34 OFFCURVE",
"600 -34 CURVE SMOOTH",
"963 -34 OFFCURVE",
"1155 254 OFFCURVE",
"1155 694 CURVE SMOOTH"
);
},
{
closed = 1;
nodes = (
"831 349 OFFCURVE",
"760 206 OFFCURVE",
"600 206 CURVE SMOOTH",
"446 206 OFFCURVE",
"369 347 OFFCURVE",
"369 694 CURVE SMOOTH",
"369 1042 OFFCURVE",
"444 1182 OFFCURVE",
"600 1182 CURVE SMOOTH",
"756 1182 OFFCURVE",
"831 1040 OFFCURVE",
"831 694 CURVE SMOOTH"
);
}
);
width = 1200;
},
{
components = (
anchors = (
{
name = bottom;
position = "{600, 0}";
},
{
name = Theta;
name = top;
position = "{600, 1374}";
}
);
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
paths = (
{
closed = 1;
nodes = (
"1039 770 LINE",
"184 770 LINE",
"184 637 LINE",
"1039 637 LINE"
);
},
{
closed = 1;
nodes = (
"1093 1104 OFFCURVE",
"927 1393 OFFCURVE",
"600 1393 CURVE SMOOTH",
"273 1393 OFFCURVE",
"107 1094 OFFCURVE",
"107 682 CURVE SMOOTH",
"107 264 OFFCURVE",
"273 -20 OFFCURVE",
"600 -20 CURVE SMOOTH",
"927 -20 OFFCURVE",
"1093 274 OFFCURVE",
"1093 685 CURVE SMOOTH"
);
},
{
closed = 1;
nodes = (
"952 313 OFFCURVE",
"853 98 OFFCURVE",
"600 98 CURVE SMOOTH",
"353 98 OFFCURVE",
"248 311 OFFCURVE",
"248 682 CURVE SMOOTH",
"248 1054 OFFCURVE",
"345 1275 OFFCURVE",
"600 1275 CURVE SMOOTH",
"855 1275 OFFCURVE",
"952 1057 OFFCURVE",
"952 685 CURVE SMOOTH"
);
}
);
width = 1200;
}
);
Expand Down

0 comments on commit 00cfe69

Please sign in to comment.