Skip to content

Commit

Permalink
adds "missing" alternate /a glyphs for superscript & subscript. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Nov 19, 2024
1 parent 9bdd60c commit 458bcd4
Show file tree
Hide file tree
Showing 11 changed files with 1,544 additions and 59 deletions.
4 changes: 4 additions & 0 deletions src/Inter-Roman.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2878,6 +2878,8 @@ sub bracketright by bracketright.subs;
sub plus by plus.subs;
sub minus by minus.subs;
sub equal by equal.subs;
sub a.1 by a.1.subs;
sub a.2 by a.2.subs;
";
tag = subs;
},
Expand Down Expand Up @@ -2926,6 +2928,8 @@ sub bracketright by bracketright.sups;
sub plus by plus.sups;
sub minus by minus.sups;
sub equal by equal.sups;
sub a.1 by a.1.sups;
sub a.2 by a.2.sups;
";
tag = sups;
},
Expand Down
67 changes: 67 additions & 0 deletions src/Inter-Roman.glyphspackage/glyphs/a.1.subs.glyph
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
case = minor;
glyphname = a.1.subs;
kernRight = zero.subs;
layers = (
{
layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
shapes = (
{
pos = (0,-1200);
ref = a.1.sups;
}
);
width = 896;
},
{
layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
shapes = (
{
pos = (0,-1200);
ref = a.1.sups;
}
);
width = 973;
},
{
layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59";
shapes = (
{
pos = (0,-1200);
ref = a.1.sups;
}
);
width = 822;
},
{
layerId = m007;
shapes = (
{
pos = (0,-1200);
ref = a.1.sups;
}
);
width = 788;
},
{
layerId = m009;
shapes = (
{
pos = (0,-1200);
ref = a.1.sups;
}
);
width = 818;
},
{
layerId = m011;
shapes = (
{
pos = (0,-1200);
ref = a.1.sups;
}
);
width = 757;
}
);
}
Loading

0 comments on commit 458bcd4

Please sign in to comment.