mirror of
https://github.com/tonsky/FiraCode.git
synced 2024-11-20 19:48:59 +03:00
Fixed U+0314 COMBINING REVERSED COMMA ABOVE (closes #997)
This commit is contained in:
parent
00cfe69868
commit
6c5f328244
@ -7,6 +7,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]
|
||||
- Fixed U+0314 COMBINING REVERSED COMMA ABOVE [#997]
|
||||
|
||||
#### 3.0 (April 9, 2020)
|
||||
|
||||
|
@ -109276,7 +109276,7 @@ unicode = 030F;
|
||||
},
|
||||
{
|
||||
glyphname = commaabovecomb;
|
||||
lastChange = "2020-04-05 22:02:26 +0000";
|
||||
lastChange = "2020-04-15 17:20:36 +0000";
|
||||
layers = (
|
||||
{
|
||||
anchors = (
|
||||
@ -109316,8 +109316,9 @@ width = 1200;
|
||||
unicode = 0313;
|
||||
},
|
||||
{
|
||||
color = 6;
|
||||
glyphname = commareversedabovecomb;
|
||||
lastChange = "2020-04-05 22:02:26 +0000";
|
||||
lastChange = "2020-04-15 17:21:33 +0000";
|
||||
layers = (
|
||||
{
|
||||
anchors = (
|
||||
@ -109330,7 +109331,7 @@ components = (
|
||||
{
|
||||
alignment = -1;
|
||||
name = commaaccent;
|
||||
transform = "{-1, 0, 0, -1, 1194, 1003}";
|
||||
transform = "{-1, 0, 0, 1, 1163, 1715}";
|
||||
}
|
||||
);
|
||||
layerId = "4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA";
|
||||
@ -109345,9 +109346,8 @@ position = "{598, 1050}";
|
||||
);
|
||||
components = (
|
||||
{
|
||||
alignment = -1;
|
||||
name = commaaccent;
|
||||
transform = "{-1, 0, 0, -1, 1203, 969}";
|
||||
transform = "{-1, 0, 0, 1, 1088, 1653}";
|
||||
}
|
||||
);
|
||||
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
|
||||
|
Loading…
Reference in New Issue
Block a user