Skip to content

Commit 4f4db2f

Browse files
committed
fixes bug with alternate /aturn glyphs in roman
1 parent f60b3aa commit 4f4db2f

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

src/Inter-Roman.glyphspackage/glyphs/aturn.1.glyph

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
case = lower;
3+
category = Letter;
24
color = 9;
35
glyphname = aturn.1;
46
kernLeft = m;
@@ -20,7 +22,7 @@ shapes = (
2022
{
2123
alignment = 1;
2224
angle = 180;
23-
pos = (1254,1984);
25+
pos = (1254,1118);
2426
ref = a.1;
2527
}
2628
);
@@ -42,7 +44,7 @@ shapes = (
4244
{
4345
alignment = 1;
4446
angle = 180;
45-
pos = (1322,1984);
47+
pos = (1322,1118);
4648
ref = a.1;
4749
}
4850
);
@@ -64,7 +66,7 @@ shapes = (
6466
{
6567
alignment = 1;
6668
angle = 180;
67-
pos = (1190,1984);
69+
pos = (1190,1118);
6870
ref = a.1;
6971
}
7072
);
@@ -86,7 +88,7 @@ shapes = (
8688
{
8789
alignment = 1;
8890
angle = 180;
89-
pos = (1160,1984);
91+
pos = (1160,1056);
9092
ref = a.1;
9193
}
9294
);
@@ -108,7 +110,7 @@ shapes = (
108110
{
109111
alignment = 1;
110112
angle = 180;
111-
pos = (1274,1984);
113+
pos = (1274,1056);
112114
ref = a.1;
113115
}
114116
);
@@ -130,13 +132,14 @@ shapes = (
130132
{
131133
alignment = 1;
132134
angle = 180;
133-
pos = (1118,1984);
135+
pos = (1118,1056);
134136
ref = a.1;
135137
}
136138
);
137139
width = 1118;
138140
}
139141
);
142+
script = latin;
140143
userData = {
141144
interface.gridadjust.original = "{'width': 1537, 'leftMargin': 149, 'rightMargin': 152}";
142145
"interface.width-adjustments" = (

src/Inter-Roman.glyphspackage/glyphs/aturn.2.glyph

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
case = lower;
3+
category = Letter;
24
color = 9;
35
glyphname = aturn.2;
46
kernLeft = t;
@@ -19,7 +21,7 @@ layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
1921
shapes = (
2022
{
2123
angle = 180;
22-
pos = (1171,1984);
24+
pos = (1171,1118);
2325
ref = a.2;
2426
}
2527
);
@@ -40,7 +42,7 @@ layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
4042
shapes = (
4143
{
4244
angle = 180;
43-
pos = (1260,1984);
45+
pos = (1260,1118);
4446
ref = a.2;
4547
}
4648
);
@@ -61,7 +63,7 @@ layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59";
6163
shapes = (
6264
{
6365
angle = 180;
64-
pos = (1082,1984);
66+
pos = (1082,1118);
6567
ref = a.2;
6668
}
6769
);
@@ -83,7 +85,7 @@ layerId = m007;
8385
shapes = (
8486
{
8587
angle = 180;
86-
pos = (1072,1984);
88+
pos = (1072,1056);
8789
ref = a.2;
8890
}
8991
);
@@ -104,7 +106,7 @@ layerId = m009;
104106
shapes = (
105107
{
106108
angle = 180;
107-
pos = (1204,1984);
109+
pos = (1204,1056);
108110
ref = a.2;
109111
}
110112
);
@@ -125,13 +127,14 @@ layerId = m011;
125127
shapes = (
126128
{
127129
angle = 180;
128-
pos = (1026,1984);
130+
pos = (1026,1056);
129131
ref = a.2;
130132
}
131133
);
132134
width = 1026;
133135
}
134136
);
137+
script = latin;
135138
userData = {
136139
interface.gridadjust.original = "{'width': 1537, 'leftMargin': 149, 'rightMargin': 152}";
137140
"interface.width-adjustments" = (

0 commit comments

Comments
 (0)