Skip to content

Commit 458bcd4

Browse files
committed
adds "missing" alternate /a glyphs for superscript & subscript. Closes #456
1 parent 9bdd60c commit 458bcd4

File tree

11 files changed

+1544
-59
lines changed

11 files changed

+1544
-59
lines changed

src/Inter-Roman.glyphspackage/fontinfo.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,6 +2878,8 @@ sub bracketright by bracketright.subs;
28782878
sub plus by plus.subs;
28792879
sub minus by minus.subs;
28802880
sub equal by equal.subs;
2881+
sub a.1 by a.1.subs;
2882+
sub a.2 by a.2.subs;
28812883
";
28822884
tag = subs;
28832885
},
@@ -2926,6 +2928,8 @@ sub bracketright by bracketright.sups;
29262928
sub plus by plus.sups;
29272929
sub minus by minus.sups;
29282930
sub equal by equal.sups;
2931+
sub a.1 by a.1.sups;
2932+
sub a.2 by a.2.sups;
29292933
";
29302934
tag = sups;
29312935
},
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
case = minor;
3+
glyphname = a.1.subs;
4+
kernRight = zero.subs;
5+
layers = (
6+
{
7+
layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
8+
shapes = (
9+
{
10+
pos = (0,-1200);
11+
ref = a.1.sups;
12+
}
13+
);
14+
width = 896;
15+
},
16+
{
17+
layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
18+
shapes = (
19+
{
20+
pos = (0,-1200);
21+
ref = a.1.sups;
22+
}
23+
);
24+
width = 973;
25+
},
26+
{
27+
layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59";
28+
shapes = (
29+
{
30+
pos = (0,-1200);
31+
ref = a.1.sups;
32+
}
33+
);
34+
width = 822;
35+
},
36+
{
37+
layerId = m007;
38+
shapes = (
39+
{
40+
pos = (0,-1200);
41+
ref = a.1.sups;
42+
}
43+
);
44+
width = 788;
45+
},
46+
{
47+
layerId = m009;
48+
shapes = (
49+
{
50+
pos = (0,-1200);
51+
ref = a.1.sups;
52+
}
53+
);
54+
width = 818;
55+
},
56+
{
57+
layerId = m011;
58+
shapes = (
59+
{
60+
pos = (0,-1200);
61+
ref = a.1.sups;
62+
}
63+
);
64+
width = 757;
65+
}
66+
);
67+
}

0 commit comments

Comments
 (0)