Skip to content

Commit

Permalink
fix issue with display thin /aogonek
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Sep 9, 2023
1 parent 177be11 commit 1086a45
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 76 deletions.
26 changes: 16 additions & 10 deletions src/Inter-Italic.glyphspackage/glyphs/J_.circled.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -3,93 +3,99 @@ glyphname = J.circled;
layers = (
{
layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";
name = ital_gen;
shapes = (
{
alignment = 1;
ref = largeCircle;
},
{
alignment = -1;
pos = (892,0);
pos = (843,0);
ref = J;
}
);
width = 2846;
},
{
layerId = m012;
name = ital_gen;
shapes = (
{
alignment = 1;
ref = largeCircle;
},
{
alignment = -1;
pos = (955,0);
pos = (883,0);
ref = J;
}
);
width = 2847;
width = 2846;
},
{
layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933";
name = ital_gen;
shapes = (
{
alignment = 1;
ref = largeCircle;
},
{
alignment = -1;
pos = (868,0);
pos = (812,0);
ref = J;
}
);
width = 2846;
},
{
layerId = m008;
name = ital_gen;
shapes = (
{
alignment = 1;
ref = largeCircle;
},
{
alignment = -1;
pos = (901,0);
pos = (868,0);
ref = J;
}
);
width = 2848;
width = 2846;
},
{
layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E";
name = ital_gen;
shapes = (
{
alignment = 1;
ref = largeCircle;
},
{
alignment = -1;
pos = (821,0);
pos = (803,0);
ref = J;
}
);
width = 2847;
width = 2846;
},
{
layerId = m010;
name = ital_gen;
shapes = (
{
alignment = 1;
ref = largeCircle;
},
{
alignment = -1;
pos = (838,0);
pos = (806,0);
ref = J;
}
);
width = 2847;
width = 2846;
}
);
unicode = 9407;
Expand Down
12 changes: 6 additions & 6 deletions src/Inter-Roman.glyphspackage/glyphs/J_.circled.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ref = largeCircle;
},
{
alignment = -1;
pos = (891,0);
pos = (843,0);
ref = J;
}
);
Expand All @@ -25,7 +25,7 @@ ref = largeCircle;
},
{
alignment = -1;
pos = (955,0);
pos = (883,0);
ref = J;
}
);
Expand All @@ -40,7 +40,7 @@ ref = largeCircle;
},
{
alignment = -1;
pos = (868,0);
pos = (812,0);
ref = J;
}
);
Expand All @@ -55,7 +55,7 @@ ref = largeCircle;
},
{
alignment = -1;
pos = (900,0);
pos = (868,0);
ref = J;
}
);
Expand All @@ -70,7 +70,7 @@ ref = largeCircle;
},
{
alignment = -1;
pos = (819,0);
pos = (803,0);
ref = J;
}
);
Expand All @@ -85,7 +85,7 @@ ref = largeCircle;
},
{
alignment = -1;
pos = (838,0);
pos = (806,0);
ref = J;
}
);
Expand Down
59 changes: 1 addition & 58 deletions src/Inter-Roman.glyphspackage/glyphs/a.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -898,70 +898,13 @@ pos = (490,0);
},
{
name = ogonek;
pos = (838,0);
pos = (870,0);
},
{
name = top;
pos = (486,1056);
}
);
background = {
shapes = (
{
closed = 1;
nodes = (
(605,-16,o),
(688,74,o),
(727,150,c),
(731,150,l),
(731,0,l),
(899,0,l),
(899,728,ls),
(899,937,o),
(743,1076,o),
(497,1076,cs),
(247,1076,o),
(76,933,o),
(67,740,c),
(240,740,l),
(248,845,o),
(350,926,o),
(497,926,cs),
(645,926,o),
(731,843,o),
(731,728,cs),
(731,718,ls),
(731,637,o),
(666,645,o),
(465,618,cs),
(253,590,o),
(45,546,o),
(45,304,cs),
(45,93,o),
(203,-16,o),
(413,-16,cs)
);
},
{
closed = 1;
nodes = (
(302,136,o),
(219,195,o),
(219,294,cs),
(219,413,o),
(335,455,o),
(457,472,cs),
(578,489,o),
(705,508,o),
(731,532,c),
(731,400,ls),
(731,262,o),
(645,136,o),
(437,136,cs)
);
}
);
};
layerId = m011;
name = "Thin Display";
shapes = (
Expand Down
2 changes: 1 addition & 1 deletion src/Inter-Roman.glyphspackage/glyphs/aogonek.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ shapes = (
ref = a;
},
{
pos = (563,0);
pos = (595,0);
ref = ogonek.a;
}
);
Expand Down
2 changes: 1 addition & 1 deletion src/Inter-Roman.glyphspackage/glyphs/aringogonek.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ shapes = (
ref = aring;
},
{
pos = (563,0);
pos = (595,0);
ref = ogonek.a;
}
);
Expand Down

0 comments on commit 1086a45

Please sign in to comment.