Skip to content

Commit

Permalink
fixes shape bug in U+0490 /Geupturn-cy. Closes #766
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Nov 19, 2024
1 parent 4f4db2f commit 41ce65b
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 54 deletions.
49 changes: 46 additions & 3 deletions src/Inter-Italic.glyphspackage/fontinfo.plist

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
glyphname = afii10050;
glyphname = "Geupturn-cy";
kernLeft = B;
kernRight = T;
layers = (
Expand All @@ -17,10 +17,10 @@ shapes = (
{
closed = 1;
nodes = (
(1210,1330,l),
(1287,1792,l),
(1115,1792,l),
(1038,1330,l)
(1241,1490,l),
(1291,1792,l),
(1119,1792,l),
(1069,1490,l)
);
},
{
Expand All @@ -43,17 +43,17 @@ shapes = (
{
closed = 1;
nodes = (
(1247,1164,l),
(1350,1788,l),
(964,1788,l),
(861,1164,l)
(1298,1490,l),
(1347,1788,l),
(961,1788,l),
(912,1490,l)
);
},
{
ref = "Ge-cy";
}
);
width = 1203;
width = 1200;
},
{
layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";
Expand All @@ -62,17 +62,17 @@ shapes = (
{
closed = 1;
nodes = (
(1192,1444,l),
(1250,1792,l),
(1204,1792,l),
(1146,1444,l)
(1198,1490,l),
(1248,1792,l),
(1202,1792,l),
(1152,1490,l)
);
},
{
ref = "Ge-cy";
}
);
width = 1174;
width = 1172;
},
{
background = {
Expand All @@ -88,17 +88,17 @@ shapes = (
{
closed = 1;
nodes = (
(1183,1330,l),
(1263,1812,l),
(1087,1812,l),
(1007,1330,l)
(1207,1490,l),
(1260,1812,l),
(1084,1812,l),
(1031,1490,l)
);
},
{
ref = "Ge-cy";
}
);
width = 1100;
width = 1099;
},
{
background = {
Expand All @@ -114,17 +114,17 @@ shapes = (
{
closed = 1;
nodes = (
(1233,1138,l),
(1345,1812,l),
(945,1812,l),
(833,1138,l)
(1287,1490,l),
(1340,1812,l),
(940,1812,l),
(887,1490,l)
);
},
{
ref = "Ge-cy";
}
);
width = 1172;
width = 1169;
},
{
layerId = m012;
Expand All @@ -133,17 +133,17 @@ shapes = (
{
closed = 1;
nodes = (
(1134,1444,l),
(1195,1812,l),
(1149,1812,l),
(1088,1444,l)
(1139,1490,l),
(1192,1812,l),
(1146,1812,l),
(1093,1490,l)
);
},
{
ref = "Ge-cy";
}
);
width = 1042;
width = 1041;
}
);
metricLeft = H;
Expand Down
2 changes: 1 addition & 1 deletion src/Inter-Italic.glyphspackage/order.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ Upsilonacutehooksymbolgreek,
Upsilondieresishooksymbolgreek,
Gamma1,
afii10018,
afii10050,
"Geupturn-cy",
uni04FA,
afii10021,
"Zhe-cy",
Expand Down
8 changes: 4 additions & 4 deletions src/Inter-Roman.glyphspackage/fontinfo.plist

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
glyphname = afii10050;
glyphname = "Geupturn-cy";
kernLeft = B;
kernRight = T;
layers = (
Expand All @@ -16,10 +16,10 @@ shapes = (
{
closed = 1;
nodes = (
(1080,1330,l),
(1080,1792,l),
(908,1792,l),
(908,1330,l)
(1087,1490,l),
(1087,1792,l),
(915,1792,l),
(915,1490,l)
);
},
{
Expand All @@ -41,10 +41,10 @@ shapes = (
{
closed = 1;
nodes = (
(1144,1164,l),
(1144,1490,l),
(1144,1788,l),
(758,1788,l),
(758,1164,l)
(758,1490,l)
);
},
{
Expand All @@ -59,10 +59,10 @@ shapes = (
{
closed = 1;
nodes = (
(1044,1444,l),
(1044,1490,l),
(1044,1792,l),
(998,1792,l),
(998,1444,l)
(998,1490,l)
);
},
{
Expand All @@ -84,10 +84,10 @@ shapes = (
{
closed = 1;
nodes = (
(1048,1330,l),
(1048,1490,l),
(1048,1812,l),
(872,1812,l),
(872,1330,l)
(872,1490,l)
);
},
{
Expand All @@ -109,10 +109,10 @@ shapes = (
{
closed = 1;
nodes = (
(1128,1138,l),
(1128,1490,l),
(1128,1812,l),
(728,1812,l),
(728,1138,l)
(728,1490,l)
);
},
{
Expand All @@ -127,10 +127,10 @@ shapes = (
{
closed = 1;
nodes = (
(980,1444,l),
(980,1490,l),
(980,1812,l),
(934,1812,l),
(934,1444,l)
(934,1490,l)
);
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/Inter-Roman.glyphspackage/order.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ Upsilonacutehooksymbolgreek,
Upsilondieresishooksymbolgreek,
Gamma1,
afii10018,
afii10050,
"Geupturn-cy",
uni04FA,
afii10021,
"Zhe-cy",
Expand Down

0 comments on commit 41ce65b

Please sign in to comment.