From 527c78ed8a7fb8c3d3cd3a6245afe81606a4749e Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 27 Sep 2023 11:55:10 -0700 Subject: [PATCH] Italic square punctuation ported from Roman --- src/Inter-Italic.glyphspackage/fontinfo.plist | 31 + .../glyphs/G_hestrokecyrillic.glyph | 4 +- .../glyphs/T_hook.glyph | 36 +- .../glyphs/adieresis.ss07.glyph | 345 +++++ .../glyphs/afii10040.glyph | 12 +- .../glyphs/colon.ss07.glyph | 284 ++++ .../glyphs/comma.ss07.glyph | 1050 +++++++++++++++ .../glyphs/dieresis.ss07.glyph | 141 ++ .../glyphs/dieresis.three.ss07.glyph | 579 +++++++++ .../glyphs/dieresiscomb.ss07.glyph | 1154 +++++++++++++++++ .../glyphs/dotaccent.ss07.glyph | 138 ++ .../glyphs/dotaccentcomb.ss07.glyph | 890 +++++++++++++ .../glyphs/dotbelow.ss07.glyph | 223 ++++ .../glyphs/dotdblsubcomb.ss07.glyph | 225 ++++ .../glyphs/i.ss07.glyph | 207 +++ .../glyphs/iota.glyph | 2 +- .../glyphs/iotadieresis.glyph | 2 +- .../glyphs/iotadieresistonos.glyph | 2 +- .../glyphs/iotatonos.glyph | 2 +- .../glyphs/j.ss07.glyph | 181 +++ .../glyphs/khook.glyph | 5 +- .../glyphs/lambda.glyph | 2 +- .../glyphs/lbar.ss02.glyph | 4 +- .../glyphs/lbelt.ss02.glyph | 2 +- .../glyphs/ldot.ss02.ss07.glyph | 201 +++ .../glyphs/ldot.ss07.glyph | 188 +++ .../glyphs/lmidtilde.ss02.glyph | 6 +- .../glyphs/lslash.ss02.glyph | 4 +- .../glyphs/odieresis.ss07.glyph | 195 +++ .../glyphs/period.ss07.glyph | 544 ++++++++ .../glyphs/periodcentered.ss07.glyph | 233 ++++ .../glyphs/semicolon.ss07.glyph | 276 ++++ .../glyphs/tsecyrillic.glyph | 12 +- .../glyphs/udieresis.ss07.glyph | 177 +++ .../glyphs/udieresisbelow.ss07.glyph | 186 +++ .../glyphs/uni02F_6.glyph | 18 +- .../glyphs/uni04C_E_.glyph | 12 +- .../glyphs/uni1F_30.glyph | 2 +- .../glyphs/uni1F_31.glyph | 2 +- .../glyphs/uni1F_32.glyph | 2 +- .../glyphs/uni1F_33.glyph | 2 +- .../glyphs/uni1F_34.glyph | 2 +- .../glyphs/uni1F_35.glyph | 2 +- .../glyphs/uni1F_36.glyph | 2 +- .../glyphs/uni1F_37.glyph | 2 +- .../glyphs/uni1F_76.glyph | 2 +- .../glyphs/uni1F_77.glyph | 2 +- .../glyphs/uni1F_D_0.glyph | 2 +- .../glyphs/uni1F_D_1.glyph | 2 +- .../glyphs/uni1F_D_2.glyph | 2 +- .../glyphs/uni1F_D_3.glyph | 2 +- .../glyphs/uni1F_D_6.glyph | 2 +- .../glyphs/uni1F_D_7.glyph | 2 +- .../glyphs/uni214D_.glyph | 8 +- src/Inter-Italic.glyphspackage/order.plist | 20 + .../glyphs/I_.double.glyph | 4 +- .../glyphs/I_dieresis.double.glyph | 12 +- .../glyphs/adieresis.ss07.glyph | 1 + .../glyphs/colon.ss07.glyph | 1 + .../glyphs/comma.ss07.glyph | 1 + .../glyphs/dieresis.ss07.glyph | 1 + .../glyphs/dieresis.three.ss07.glyph | 1 + .../glyphs/dieresiscomb.ss07.glyph | 1 + .../glyphs/dotaccent.ss07.glyph | 1 + .../glyphs/dotaccentcomb.ss07.glyph | 1 + .../glyphs/dotbelow.ss07.glyph | 1 + .../glyphs/dotdblsubcomb.ss07.glyph | 1 + .../glyphs/i.ss07.glyph | 1 + .../glyphs/idieresis.double.glyph | 2 +- .../glyphs/idotless.double.glyph | 4 +- .../glyphs/j.ss07.glyph | 1 + .../glyphs/ldot.ss07.glyph | 1 + .../glyphs/odieresis.ss07.glyph | 1 + .../glyphs/period.ss07.glyph | 1 + .../glyphs/periodcentered.ss07.glyph | 1 + .../glyphs/romaneight.glyph | 18 +- .../glyphs/romanseven.glyph | 12 +- .../glyphs/romanthree.glyph | 18 +- .../glyphs/romantwelve.glyph | 12 +- .../glyphs/romantwo.glyph | 8 +- .../glyphs/semicolon.ss07.glyph | 1 + .../glyphs/udieresis.ss07.glyph | 1 + .../glyphs/udieresisbelow.ss07.glyph | 1 + 83 files changed, 7618 insertions(+), 124 deletions(-) create mode 100644 src/Inter-Italic.glyphspackage/glyphs/adieresis.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/colon.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/comma.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/dieresis.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/dieresis.three.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/dieresiscomb.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/dotaccent.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/dotaccentcomb.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/dotbelow.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/dotdblsubcomb.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/i.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/j.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/ldot.ss02.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/ldot.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/odieresis.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/period.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/periodcentered.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/semicolon.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/udieresis.ss07.glyph create mode 100644 src/Inter-Italic.glyphspackage/glyphs/udieresisbelow.ss07.glyph diff --git a/src/Inter-Italic.glyphspackage/fontinfo.plist b/src/Inter-Italic.glyphspackage/fontinfo.plist index 3cae61743..2857a8094 100644 --- a/src/Inter-Italic.glyphspackage/fontinfo.plist +++ b/src/Inter-Italic.glyphspackage/fontinfo.plist @@ -2858,6 +2858,37 @@ value = ""; tag = ss06; }, { +automatic = 1; +code = "sub dotdblsubcomb by dotdblsubcomb.ss07; +sub adieresis by adieresis.ss07; +sub colon by colon.ss07; +sub comma by comma.ss07; +sub dieresis by dieresis.ss07; +sub dieresiscomb by dieresiscomb.ss07; +sub dotaccent by dotaccent.ss07; +sub dotaccentcomb by dotaccentcomb.ss07; +sub dotbelow by dotbelow.ss07; +sub i by i.ss07; +sub j by j.ss07; +sub ldot by ldot.ss07; +sub odieresis by odieresis.ss07; +sub period by period.ss07; +sub periodcentered by periodcentered.ss07; +sub semicolon by semicolon.ss07; +sub udieresis by udieresis.ss07; +sub udieresisbelow by udieresisbelow.ss07; +sub dieresis.three by dieresis.three.ss07; +sub ldot.ss02 by ldot.ss02.ss07; +"; +labels = ( +{ +language = dflt; +value = "Square punctuation"; +} +); +tag = ss07; +}, +{ code = "cvParameters { FeatUILabelNameID { name \"Alternate one\"; }; }; include(features/cv01-one.fea); "; diff --git a/src/Inter-Italic.glyphspackage/glyphs/G_hestrokecyrillic.glyph b/src/Inter-Italic.glyphspackage/glyphs/G_hestrokecyrillic.glyph index e92068c53..caa1043ce 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/G_hestrokecyrillic.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/G_hestrokecyrillic.glyph @@ -42,7 +42,7 @@ pos = (1172,0); ref = crossbar.uc; } ); -width = 1987; +width = 1172; }, { layerId = m008; @@ -56,7 +56,7 @@ pos = (1099,0); ref = crossbar.uc; } ); -width = 2008; +width = 1099; }, { layerId = m010; diff --git a/src/Inter-Italic.glyphspackage/glyphs/T_hook.glyph b/src/Inter-Italic.glyphspackage/glyphs/T_hook.glyph index 7a03a7157..0bf1529f8 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/T_hook.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/T_hook.glyph @@ -9,15 +9,15 @@ metricLeft = "=+64"; name = ital_gen; shapes = ( { -pos = (64,0); +pos = (4,0); ref = Thook.base; }, { -pos = (-5,0); +pos = (-65,0); ref = _part.top_left_hook; } ); -width = 1388; +width = 1328; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; @@ -25,15 +25,15 @@ metricLeft = "=+140"; name = ital_gen; shapes = ( { -pos = (140,0); +pos = (206,0); ref = Thook.base; }, { -pos = (-54,0); +pos = (12,0); ref = _part.top_left_hook; } ); -width = 1546; +width = 1612; }, { layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; @@ -41,15 +41,15 @@ metricLeft = "=+110"; name = ital_gen; shapes = ( { -pos = (110,0); +pos = (-14,0); ref = Thook.base; }, { -pos = (170,0); +pos = (46,0); ref = _part.top_left_hook; } ); -width = 1373; +width = 1249; }, { layerId = m008; @@ -57,15 +57,15 @@ metricLeft = "=+40"; name = ital_gen; shapes = ( { -pos = (40,0); +pos = (-8,0); ref = Thook.base; }, { -pos = (-50,0); +pos = (-98,0); ref = _part.top_left_hook; } ); -width = 1275; +width = 1227; }, { layerId = m010; @@ -73,15 +73,15 @@ metricLeft = "=+120"; name = ital_gen; shapes = ( { -pos = (120,0); +pos = (172,0); ref = Thook.base; }, { -pos = (-18,0); +pos = (34,0); ref = _part.top_left_hook; } ); -width = 1513; +width = 1565; }, { layerId = m012; @@ -89,15 +89,15 @@ metricLeft = "=+100"; name = ital_gen; shapes = ( { -pos = (100,0); +pos = (49,0); ref = Thook.base; }, { -pos = (92,0); +pos = (41,0); ref = _part.top_left_hook; } ); -width = 1222; +width = 1171; } ); metricLeft = T; diff --git a/src/Inter-Italic.glyphspackage/glyphs/adieresis.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/adieresis.ss07.glyph new file mode 100644 index 000000000..cfd889f2e --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/adieresis.ss07.glyph @@ -0,0 +1,345 @@ +{ +color = 9; +glyphname = adieresis.ss07; +kernLeft = a; +kernRight = a; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = a; +}, +{ +pos = (67,0); +ref = dieresiscomb.ss07; +} +); +width = 1191; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = a; +}, +{ +pos = (-49,0); +ref = dieresiscomb.ss07; +} +); +width = 1222; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = a; +}, +{ +pos = (-72,0); +ref = dieresiscomb.ss07; +} +); +width = 1076; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +ref = a; +}, +{ +pos = (-36,0); +ref = dieresiscomb.ss07; +} +); +width = 1060; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +ref = a; +}, +{ +pos = (-41,0); +ref = dieresiscomb.ss07; +} +); +width = 1194; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(113,86,o), +(238,-16,o), +(435,-16,cs), +(649,-16,o), +(798,93,o), +(851,275,c), +(853,275,l), +(853,1,l), +(886,1,l), +(886,701,ls), +(886,938,o), +(752,1072,o), +(530,1072,cs), +(315,1072,o), +(167,950,o), +(149,726,c), +(182,726,l), +(198,933,o), +(332,1042,o), +(530,1042,cs), +(733,1042,o), +(851,926,o), +(851,701,cs), +(851,633,o), +(788,610,o), +(700,595,cs), +(417,549,ls), +(225,522,o), +(113,427,o), +(113,260,c), +(113,260,l), +(113,260,l) +); +}, +{ +closed = 1; +nodes = ( +(261,14,o), +(147,106,o), +(147,262,cs), +(147,412,o), +(251,493,o), +(424,522,cs), +(705,565,ls), +(764,575,o), +(826,594,o), +(851,632,c), +(851,461,ls), +(851,167,o), +(678,14,o), +(435,14,c), +(435,14,l), +(435,14,l) +); +}, +{ +closed = 1; +nodes = ( +(754,1495,l), +(719,1495,l), +(719,1314,l), +(754,1314,l), +(754,1314,l) +); +}, +{ +closed = 1; +nodes = ( +(346,1495,l), +(311,1495,l), +(311,1314,l), +(346,1314,l), +(346,1314,l) +); +} +); +}; +layerId = m011; +shapes = ( +{ +ref = a; +}, +{ +pos = (-48,0); +ref = dieresiscomb.ss07; +} +); +width = 1004; +}, +{ +layerId = m008; +name = ital_gen; +shapes = ( +{ +ref = a; +}, +{ +pos = (5,0); +ref = dieresiscomb.ss07; +} +); +width = 1158; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +ref = a; +}, +{ +pos = (4,0); +ref = dieresiscomb.ss07; +} +); +width = 1273; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +ref = a; +}, +{ +pos = (-32,0); +ref = dieresiscomb.ss07; +} +); +width = 1322; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +ref = a; +}, +{ +pos = (23,0); +ref = dieresiscomb.ss07; +} +); +width = 1257; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(117,86,o), +(242,-16,o), +(439,-16,cs), +(653,-16,o), +(802,93,o), +(855,275,c), +(857,275,l), +(857,1,l), +(890,1,l), +(890,701,ls), +(890,938,o), +(756,1072,o), +(534,1072,cs), +(319,1072,o), +(171,950,o), +(153,726,c), +(186,726,l), +(202,933,o), +(336,1042,o), +(534,1042,cs), +(737,1042,o), +(855,926,o), +(855,701,cs), +(855,633,o), +(792,610,o), +(704,595,cs), +(421,549,ls), +(229,522,o), +(117,427,o), +(117,260,c), +(117,260,l), +(117,260,l) +); +}, +{ +closed = 1; +nodes = ( +(265,14,o), +(151,106,o), +(151,262,cs), +(151,412,o), +(255,493,o), +(428,522,cs), +(709,565,ls), +(768,575,o), +(830,594,o), +(855,632,c), +(855,461,ls), +(855,167,o), +(682,14,o), +(439,14,c), +(439,14,l), +(439,14,l) +); +}, +{ +closed = 1; +nodes = ( +(758,1495,l), +(723,1495,l), +(723,1314,l), +(758,1314,l), +(758,1314,l) +); +}, +{ +closed = 1; +nodes = ( +(350,1495,l), +(315,1495,l), +(315,1314,l), +(350,1314,l), +(350,1314,l) +); +} +); +}; +layerId = m012; +name = ital_gen; +shapes = ( +{ +ref = a; +}, +{ +pos = (-4,0); +ref = dieresiscomb.ss07; +} +); +width = 1119; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +ref = a; +}, +{ +pos = (-18,0); +ref = dieresiscomb.ss07; +} +); +width = 1191; +} +); +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/afii10040.glyph b/src/Inter-Italic.glyphspackage/glyphs/afii10040.glyph index 78bd085e4..32ab9159c 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/afii10040.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/afii10040.glyph @@ -17,7 +17,7 @@ pos = (1133,0); ref = _part.cyrtic; } ); -width = 1509; +width = 1475; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; @@ -33,7 +33,7 @@ pos = (998,0); ref = _part.cyrtic; } ); -width = 1574; +width = 1648; }, { layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; @@ -49,7 +49,7 @@ pos = (1134,0); ref = _part.cyrtic; } ); -width = 1472; +width = 1380; }, { layerId = m008; @@ -65,7 +65,7 @@ pos = (1104,0); ref = _part.cyrtic; } ); -width = 1427; +width = 1424; }, { layerId = m010; @@ -81,7 +81,7 @@ pos = (982,0); ref = _part.cyrtic; } ); -width = 1543; +width = 1632; }, { layerId = m012; @@ -97,7 +97,7 @@ pos = (1076,0); ref = _part.cyrtic; } ); -width = 1345; +width = 1317; } ); metricLeft = H; diff --git a/src/Inter-Italic.glyphspackage/glyphs/colon.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/colon.ss07.glyph new file mode 100644 index 000000000..0f806f444 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/colon.ss07.glyph @@ -0,0 +1,284 @@ +{ +color = 9; +glyphname = colon.ss07; +kernLeft = colon; +kernRight = colon; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = -1; +ref = period.ss07; +}, +{ +pos = (0,823); +ref = period.ss07; +} +); +width = 590; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (-18,0); +ref = colon; +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = -1; +ref = period.ss07; +}, +{ +pos = (0,682); +ref = period.ss07; +} +); +width = 764; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = period.ss07; +}, +{ +alignment = -1; +pos = (0,963); +ref = period.ss07; +} +); +width = 554; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = m007; +shapes = ( +{ +alignment = -1; +ref = period.ss07; +}, +{ +pos = (0,848); +ref = period.ss07; +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = m009; +shapes = ( +{ +alignment = -1; +ref = period.ss07; +}, +{ +pos = (0,672); +ref = period.ss07; +} +); +width = 544; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = m011; +shapes = ( +{ +ref = period.ss07; +}, +{ +alignment = -1; +pos = (0,976); +ref = period.ss07; +} +); +width = 400; +}, +{ +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = m008; +name = ital_gen; +shapes = ( +{ +alignment = -1; +ref = period.ss07; +}, +{ +pos = (140,848); +ref = period.ss07; +} +); +width = 450; +}, +{ +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = m010; +name = ital_gen; +shapes = ( +{ +alignment = -1; +ref = period.ss07; +}, +{ +pos = (111,672); +ref = period.ss07; +} +); +width = 544; +}, +{ +background = { +shapes = ( +{ +pos = (-17,0); +ref = colon; +} +); +}; +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +alignment = -1; +pos = (1,0); +ref = period.ss07; +}, +{ +pos = (113,682); +ref = period.ss07; +} +); +width = 765; +}, +{ +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +alignment = -1; +ref = period.ss07; +}, +{ +pos = (136,823); +ref = period.ss07; +} +); +width = 589; +}, +{ +background = { +shapes = ( +{ +ref = colon; +} +); +}; +layerId = m012; +name = ital_gen; +shapes = ( +{ +ref = period.ss07; +}, +{ +alignment = -1; +pos = (161,976); +ref = period.ss07; +} +); +width = 400; +}, +{ +background = { +shapes = ( +{ +pos = (1,0); +ref = colon; +} +); +}; +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +pos = (1,0); +ref = period.ss07; +}, +{ +alignment = -1; +pos = (160,963); +ref = period.ss07; +} +); +width = 555; +} +); +metricLeft = period.ss07; +metricRight = period.ss07; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/comma.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/comma.ss07.glyph new file mode 100644 index 000000000..0a4c31d23 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/comma.ss07.glyph @@ -0,0 +1,1050 @@ +{ +color = 9; +glyphname = comma.ss07; +kernLeft = comma; +kernRight = comma; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(291,-298,l), +(400,152,l), +(350,152,l), +(250,-298,l) +); +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +metricLeft = "=period.ss07-30"; +shapes = ( +{ +closed = 1; +nodes = ( +(211,-272,ls), +(288,-263,o), +(322,-189,o), +(322,-47,cs), +(322,90,l), +(232,90,l), +(232,0,l), +(301,0,l), +(286,18,l), +(286,-55,ls), +(286,-168,o), +(257,-226,o), +(210,-232,cs), +(202,-233,l), +(202,-273,l) +); +} +); +width = 554; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(136,-273,ls), +(256,-273,o), +(333,-197,o), +(333,-47,cs), +(333,208,l), +(117,208,l), +(117,0,l), +(253,0,l), +(234,18,l), +(234,-55,ls), +(234,-134,o), +(200,-180,o), +(144,-180,cs), +(117,-180,l), +(117,-273,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(248,-338,l), +(404,272,l), +(34,272,l), +(-27,-338,l) +); +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(109,-338,ls), +(343,-338,o), +(472,-223,o), +(472,8,cs), +(472,384,l), +(72,384,l), +(72,0,l), +(314,0,l), +(254,60,l), +(254,-2,ls), +(254,-88,o), +(206,-139,o), +(125,-139,cs), +(72,-139,l), +(72,-338,l) +); +} +); +width = 544; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +metricLeft = "=period.ss07-40"; +shapes = ( +{ +closed = 1; +nodes = ( +(129,-272,ls), +(206,-263,o), +(240,-189,o), +(240,-47,cs), +(240,80,l), +(160,80,l), +(160,0,l), +(219,0,l), +(200,18,l), +(200,-55,ls), +(200,-168,o), +(175,-226,o), +(128,-232,cs), +(120,-233,l), +(120,-273,l) +); +} +); +width = 400; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C3FE8B72-1850-4B16-A430-18FA1B892B86"; +name = "Jun 9, 22, 07:51"; +shapes = ( +{ +closed = 1; +nodes = ( +(226,204,l), +(218,122,ls), +(197,-75,o), +(156,-271,o), +(136,-364,c), +(268,-364,l), +(303,-265,o), +(377,-41,o), +(402,126,cs), +(414,204,l) +); +} +); +width = 574; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(359,-359,l), +(515,208,l), +(309,208,l), +(221,-359,l) +); +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +name = Regular; +shapes = ( +{ +closed = 1; +nodes = ( +(206,-273,ls), +(334,-273,o), +(412,-182,o), +(412,-31,cs), +(412,232,l), +(178,232,l), +(178,0,l), +(319,0,l), +(300,18,l), +(300,-39,ls), +(300,-117,o), +(267,-176,o), +(206,-176,cs), +(178,-176,l), +(178,-273,l) +); +} +); +width = 590; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B2550866-E662-4705-BCA9-57CA727EEE3D"; +name = "Jun 9, 22, 07:52"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,204,l), +(268,122,ls), +(233,-74,o), +(198,-253,o), +(178,-364,c), +(216,-364,l), +(249,-254,o), +(290,-13,o), +(318,128,cs), +(332,204,l) +); +} +); +width = 526; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +guides = ( +{ +pos = (12,1240); +}, +{ +pos = (12,764); +} +); +layerId = "10ACA4B8-98C4-49FE-BE29-4767C4BF4B5D"; +name = "Jun 9, 22, 07:56"; +shapes = ( +{ +closed = 1; +nodes = ( +(190,204,l), +(190,122,ls), +(189,-76,o), +(122,-283,o), +(98,-364,c), +(346,-364,l), +(381,-283,o), +(471,-88,o), +(486,122,cs), +(492,204,l) +); +} +); +width = 652; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(474,-426,l), +(682,240,l), +(302,240,l), +(214,-426,l) +); +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +name = Black; +shapes = ( +{ +closed = 1; +nodes = ( +(223,-354,ls), +(467,-354,o), +(586,-235,o), +(586,8,cs), +(586,384,l), +(178,384,l), +(178,0,l), +(428,0,l), +(382,60,l), +(382,-10,ls), +(382,-119,o), +(339,-163,o), +(231,-163,cs), +(178,-163,l), +(178,-354,l) +); +} +); +width = 764; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(260,-338,l), +(416,272,l), +(46,272,l), +(-15,-338,l) +); +} +); +}; +layerId = "FCCE0AD8-AE78-4BAA-9B28-B55E44D91C2B"; +name = "Sep 23, 23, 10:05"; +shapes = ( +{ +closed = 1; +nodes = ( +(121,-338,ls), +(355,-338,o), +(484,-223,o), +(484,8,cs), +(484,384,l), +(76,384,l), +(76,0,l), +(334,0,l), +(242,92,l), +(242,-2,ls), +(242,-97,o), +(201,-139,o), +(121,-139,cs), +(76,-139,l), +(76,-338,l) +); +} +); +width = 560; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(260,-338,l), +(416,272,l), +(46,272,l), +(-15,-338,l) +); +} +); +}; +layerId = "4AB8C0F6-CEC6-494D-89E7-C3841CBC1CA8"; +name = "Sep 23, 23, 10:05"; +shapes = ( +{ +closed = 1; +nodes = ( +(121,-338,ls), +(355,-338,o), +(484,-223,o), +(484,8,cs), +(484,384,l), +(76,384,l), +(76,0,l), +(334,0,l), +(274,60,l), +(274,-2,ls), +(274,-94,o), +(232,-139,o), +(145,-139,cs), +(76,-139,l), +(76,-338,l) +); +} +); +width = 560; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(180,-281,l), +(326,208,l), +(144,208,l), +(56,-281,l) +); +}, +{ +closed = 1; +nodes = ( +(319,0,l), +(319,188,l), +(131,188,l), +(131,0,l) +); +} +); +}; +layerId = "8F96F65D-7935-4CDD-9ED8-980A4BF3413B"; +name = "Sep 23, 23, 10:08"; +shapes = ( +{ +closed = 1; +nodes = ( +(149,-295,ls), +(286,-295,o), +(319,-177,o), +(319,-39,cs), +(319,188,l), +(131,188,l), +(131,0,l), +(233,0,l), +(214,18,l), +(214,-47,ls), +(214,-121,o), +(208,-198,o), +(137,-198,cs), +(131,-198,l), +(131,-295,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(180,-281,l), +(326,208,l), +(144,208,l), +(56,-281,l) +); +}, +{ +closed = 1; +nodes = ( +(319,0,l), +(319,188,l), +(131,188,l), +(131,0,l) +); +} +); +}; +layerId = "2452DB37-8E67-4713-85B0-F3BBEE5E8094"; +name = "Sep 23, 23, 10:09"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,-281,ls), +(266,-281,o), +(319,-212,o), +(319,-71,cs), +(319,188,l), +(131,188,l), +(131,0,l), +(233,0,l), +(214,18,l), +(214,-79,ls), +(214,-154,o), +(194,-180,o), +(145,-183,cs), +(131,-184,l), +(131,-281,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(180,-281,l), +(326,208,l), +(144,208,l), +(56,-281,l) +); +}, +{ +closed = 1; +nodes = ( +(319,0,l), +(319,188,l), +(131,188,l), +(131,0,l) +); +} +); +}; +layerId = "54EB6B76-21C0-4745-8F13-D2C54ECEBE25"; +name = "Sep 23, 23, 10:11"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,-281,ls), +(266,-281,o), +(319,-204,o), +(319,-55,cs), +(319,188,l), +(131,188,l), +(131,0,l), +(241,0,l), +(222,18,l), +(222,-63,ls), +(222,-146,o), +(198,-183,o), +(145,-187,cs), +(131,-188,l), +(131,-281,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(180,-281,l), +(326,208,l), +(144,208,l), +(56,-281,l) +); +}, +{ +closed = 1; +nodes = ( +(319,0,l), +(319,188,l), +(131,188,l), +(131,0,l) +); +} +); +}; +layerId = "FE66962F-6FB5-4885-BDCB-8DA9EFA5BE07"; +name = "Sep 23, 23, 10:15"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,-272,ls), +(266,-263,o), +(319,-181,o), +(319,0,cs), +(319,188,l), +(131,188,l), +(131,0,l), +(238,0,l), +(219,18,l), +(219,-16,ls), +(219,-129,o), +(198,-175,o), +(145,-179,cs), +(131,-180,l), +(131,-273,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(180,-281,l), +(326,208,l), +(144,208,l), +(56,-281,l) +); +}, +{ +closed = 1; +nodes = ( +(319,0,l), +(319,188,l), +(131,188,l), +(131,0,l) +); +} +); +}; +layerId = "F5980E3A-1B08-499E-827A-3B24CAD2FC1E"; +name = "Sep 23, 23, 10:18"; +shapes = ( +{ +closed = 1; +nodes = ( +(145,-272,ls), +(265,-263,o), +(319,-205,o), +(319,-55,cs), +(319,188,l), +(131,188,l), +(131,0,l), +(239,0,l), +(220,18,l), +(220,-63,ls), +(220,-142,o), +(201,-175,o), +(145,-179,cs), +(131,-180,l), +(131,-273,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(180,-281,l), +(326,208,l), +(144,208,l), +(56,-281,l) +); +}, +{ +closed = 1; +nodes = ( +(319,0,l), +(319,188,l), +(131,188,l), +(131,0,l) +); +} +); +}; +layerId = "BCA65C2E-1214-4B1B-8373-76D0B29D6226"; +name = "Sep 23, 23, 10:19"; +shapes = ( +{ +closed = 1; +nodes = ( +(138,-272,ls), +(258,-267,o), +(319,-197,o), +(319,-47,cs), +(319,188,l), +(131,188,l), +(131,0,l), +(239,0,l), +(220,18,l), +(220,-55,ls), +(220,-134,o), +(194,-177,o), +(138,-179,cs), +(115,-180,l), +(115,-273,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(180,-281,l), +(326,208,l), +(144,208,l), +(56,-281,l) +); +}, +{ +closed = 1; +nodes = ( +(319,0,l), +(319,188,l), +(131,188,l), +(131,0,l) +); +} +); +}; +layerId = "966F7E52-DDA2-4211-90E1-846ABDA8322D"; +metricLeft = "=period.ss07-10"; +name = "Sep 23, 23, 10:35"; +shapes = ( +{ +closed = 1; +nodes = ( +(138,-272,ls), +(258,-265,o), +(319,-197,o), +(319,-47,cs), +(319,188,l), +(131,188,l), +(131,0,l), +(239,0,l), +(220,18,l), +(220,-55,ls), +(220,-134,o), +(194,-176,o), +(138,-179,cs), +(121,-180,l), +(121,-273,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(190,-281,l), +(336,208,l), +(154,208,l), +(66,-281,l) +); +}, +{ +closed = 1; +nodes = ( +(329,0,l), +(329,188,l), +(141,188,l), +(141,0,l) +); +} +); +}; +layerId = "E1F3E8CB-DDB8-490C-932C-A1E8ED553D72"; +name = "Sep 27, 23, 11:33"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,-272,ls), +(268,-265,o), +(329,-197,o), +(329,-47,cs), +(329,188,l), +(131,188,l), +(131,0,l), +(249,0,l), +(230,18,l), +(230,-55,ls), +(230,-134,o), +(204,-176,o), +(148,-179,cs), +(131,-180,l), +(131,-273,l) +); +} +); +width = 460; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(349,-359,l), +(505,208,l), +(299,208,l), +(211,-359,l) +); +} +); +}; +layerId = "57A67335-7261-42DA-93A1-70B949472C25"; +name = "Sep 27, 23, 11:34"; +shapes = ( +{ +closed = 1; +nodes = ( +(220,-271,ls), +(340,-264,o), +(402,-182,o), +(402,-31,cs), +(402,216,l), +(186,216,l), +(186,0,l), +(309,0,l), +(290,18,l), +(290,-39,ls), +(290,-117,o), +(273,-171,o), +(220,-174,cs), +(186,-176,l), +(186,-273,l) +); +} +); +width = 588; +}, +{ +layerId = m008; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(4,-273,ls), +(124,-273,o), +(213,-197,o), +(238,-47,cs), +(280,208,l), +(64,208,l), +(30,0,l), +(166,0,l), +(150,18,l), +(138,-55,ls), +(125,-134,o), +(83,-180,o), +(27,-180,cs), +(0,-180,l), +(-15,-273,l) +); +} +); +width = 450; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(249,-338,l), +(405,272,l), +(35,272,l), +(-26,-338,l) +); +} +); +}; +layerId = m010; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(-34,-338,ls), +(200,-338,o), +(348,-223,o), +(386,8,cs), +(449,384,l), +(49,384,l), +(-15,0,l), +(227,0,l), +(177,60,l), +(167,-2,ls), +(152,-88,o), +(96,-139,o), +(15,-139,cs), +(-38,-139,l), +(-71,-338,l) +); +} +); +width = 544; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(475,-426,l), +(683,240,l), +(303,240,l), +(215,-426,l) +); +} +); +}; +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(72,-354,ls), +(316,-354,o), +(455,-235,o), +(495,8,cs), +(558,384,l), +(150,384,l), +(86,0,l), +(336,0,l), +(300,60,l), +(288,-10,ls), +(270,-119,o), +(220,-163,o), +(112,-163,cs), +(59,-163,l), +(27,-354,l) +); +} +); +width = 765; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(360,-359,l), +(516,208,l), +(310,208,l), +(222,-359,l) +); +} +); +}; +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(69,-273,ls), +(197,-273,o), +(290,-182,o), +(315,-31,cs), +(358,232,l), +(124,232,l), +(86,0,l), +(227,0,l), +(211,18,l), +(202,-39,ls), +(189,-117,o), +(146,-176,o), +(85,-176,cs), +(57,-176,l), +(41,-273,l) +); +} +); +width = 589; +}, +{ +layerId = m012; +metricLeft = "=period.ss07-40"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(-3,-272,ls), +(75,-263,o), +(122,-189,o), +(145,-47,cs), +(166,80,l), +(86,80,l), +(73,0,l), +(132,0,l), +(116,18,l), +(104,-55,ls), +(85,-168,o), +(51,-226,o), +(3,-232,cs), +(-6,-233,l), +(-12,-273,l) +); +} +); +width = 400; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(292,-298,l), +(401,152,l), +(351,152,l), +(251,-298,l) +); +} +); +}; +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +metricLeft = "=period.ss07-30"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(74,-272,ls), +(152,-263,o), +(199,-189,o), +(222,-47,cs), +(245,90,l), +(155,90,l), +(140,0,l), +(209,0,l), +(197,18,l), +(185,-55,ls), +(166,-168,o), +(128,-226,o), +(80,-232,cs), +(71,-233,l), +(65,-273,l) +); +} +); +width = 555; +} +); +metricLeft = period.ss07; +metricRight = period.ss07; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/dieresis.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/dieresis.ss07.glyph new file mode 100644 index 000000000..3db39bc89 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/dieresis.ss07.glyph @@ -0,0 +1,141 @@ +{ +color = 9; +glyphname = dieresis.ss07; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1211; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1330; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1196; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1120; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1266; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1068; +}, +{ +layerId = m008; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1120; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1266; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1330; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1211; +}, +{ +layerId = m012; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1068; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dieresiscomb.ss07; +} +); +width = 1196; +} +); +userData = { +com.typemytype.robofont.guideline.magnetic.tzzgauAfuT = 5; +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/dieresis.three.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/dieresis.three.ss07.glyph new file mode 100644 index 000000000..e346df28f --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/dieresis.three.ss07.glyph @@ -0,0 +1,579 @@ +{ +color = 9; +glyphname = dieresis.three.ss07; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (815,1118); +}, +{ +name = top; +pos = (815,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (236,0); +ref = dieresiscomb; +} +); +}; +guides = ( +{ +pos = (558,1984); +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +pos = (147,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (567,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (987,0); +ref = dotaccentcomb.ss07; +} +); +width = 1631; +}, +{ +anchors = ( +{ +name = _top; +pos = (920,1118); +}, +{ +name = top; +pos = (920,1586); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (227,0); +ref = dieresiscomb; +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +pos = (142,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +}, +{ +alignment = -1; +pos = (652,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +}, +{ +alignment = -1; +pos = (1162,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +} +); +width = 1840; +}, +{ +anchors = ( +{ +name = _top; +pos = (800,1118); +}, +{ +name = top; +pos = (800,1434); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (373,0); +ref = dieresiscomb; +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +pos = (210,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (614,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (1018,0); +ref = dotaccentcomb.ss07; +} +); +width = 1600; +}, +{ +anchors = ( +{ +name = _top; +pos = (768,1056); +}, +{ +name = top; +pos = (768,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (194,0); +ref = dieresiscomb; +} +); +}; +layerId = m007; +shapes = ( +{ +pos = (140,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (556,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (972,0); +ref = dotaccentcomb.ss07; +} +); +width = 1536; +}, +{ +anchors = ( +{ +name = _top; +pos = (866,1056); +}, +{ +name = top; +pos = (866,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (170,0); +ref = dieresiscomb; +} +); +}; +layerId = m009; +shapes = ( +{ +pos = (112,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +}, +{ +alignment = -1; +pos = (578,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +}, +{ +alignment = -1; +pos = (1044,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +} +); +width = 1732; +}, +{ +anchors = ( +{ +name = _top; +pos = (736,1056); +}, +{ +name = top; +pos = (736,1362); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (309,0); +ref = dieresiscomb; +} +); +}; +layerId = m011; +shapes = ( +{ +pos = (209,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (613,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (1017,0); +ref = dotaccentcomb.ss07; +} +); +width = 1472; +}, +{ +anchors = ( +{ +name = _top; +pos = (696,1056); +}, +{ +name = top; +pos = (696,1547); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = dieresiscomb; +} +); +}; +layerId = "51EF6F5D-6973-4D1B-94C1-B043C59FE06C"; +name = "Sep 23, 23, 17:40"; +shapes = ( +{ +closed = 1; +nodes = ( +(1257,1209,o), +(1336,1285,o), +(1336,1378,cs), +(1336,1471,o), +(1257,1547,o), +(1160,1547,cs), +(1063,1547,o), +(984,1471,o), +(984,1378,cs), +(984,1285,o), +(1063,1209,o), +(1160,1209,cs) +); +}, +{ +closed = 1; +nodes = ( +(329,1209,o), +(408,1285,o), +(408,1378,cs), +(408,1471,o), +(329,1547,o), +(232,1547,cs), +(135,1547,o), +(56,1471,o), +(56,1378,cs), +(56,1285,o), +(135,1209,o), +(232,1209,cs) +); +}, +{ +closed = 1; +nodes = ( +(793,1209,o), +(872,1285,o), +(872,1378,cs), +(872,1471,o), +(793,1547,o), +(696,1547,cs), +(599,1547,o), +(520,1471,o), +(520,1378,cs), +(520,1285,o), +(599,1209,o), +(696,1209,cs) +); +} +); +width = 1392; +}, +{ +anchors = ( +{ +name = _top; +pos = (855,1056); +}, +{ +name = top; +pos = (927,1490); +} +); +background = { +shapes = ( +{ +pos = (194,0); +ref = dieresiscomb; +} +); +}; +layerId = m008; +name = ital_gen; +shapes = ( +{ +pos = (140,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (556,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (972,0); +ref = dotaccentcomb.ss07; +} +); +width = 1536; +}, +{ +anchors = ( +{ +name = _top; +pos = (969,1056); +}, +{ +name = top; +pos = (1041,1490); +} +); +background = { +shapes = ( +{ +pos = (186,0); +ref = dieresiscomb; +} +); +}; +layerId = m010; +name = ital_gen; +shapes = ( +{ +pos = (128,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +}, +{ +alignment = -1; +pos = (594,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +}, +{ +alignment = -1; +pos = (1060,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +} +); +width = 1732; +}, +{ +anchors = ( +{ +name = _top; +pos = (1046,1118); +}, +{ +name = top; +pos = (1124,1586); +} +); +background = { +shapes = ( +{ +pos = (261,0); +ref = dieresiscomb; +} +); +}; +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +pos = (176,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +}, +{ +alignment = -1; +pos = (686,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +}, +{ +alignment = -1; +pos = (1196,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +} +); +width = 1840; +}, +{ +anchors = ( +{ +name = _top; +pos = (907,1118); +}, +{ +name = top; +pos = (969,1490); +} +); +background = { +shapes = ( +{ +pos = (236,0); +ref = dieresiscomb; +} +); +}; +guides = ( +{ +pos = (558,1984); +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +pos = (147,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (567,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (987,0); +ref = dotaccentcomb.ss07; +} +); +width = 1631; +}, +{ +anchors = ( +{ +name = _top; +pos = (823,1056); +}, +{ +name = top; +pos = (874,1362); +} +); +background = { +shapes = ( +{ +pos = (309,0); +ref = dieresiscomb; +} +); +}; +layerId = m012; +name = ital_gen; +shapes = ( +{ +pos = (209,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (613,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (1017,0); +ref = dotaccentcomb.ss07; +} +); +width = 1472; +}, +{ +anchors = ( +{ +name = _top; +pos = (892,1118); +}, +{ +name = top; +pos = (944,1434); +} +); +background = { +shapes = ( +{ +pos = (373,0); +ref = dieresiscomb; +} +); +}; +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +pos = (210,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (614,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (1018,0); +ref = dotaccentcomb.ss07; +} +); +width = 1601; +} +); +metricLeft = dieresiscomb.ss07; +metricRight = dieresiscomb.ss07; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/dieresiscomb.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/dieresiscomb.ss07.glyph new file mode 100644 index 000000000..11dc2361d --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/dieresiscomb.ss07.glyph @@ -0,0 +1,1154 @@ +{ +color = 9; +glyphname = dieresiscomb.ss07; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (605,1118); +}, +{ +name = top; +pos = (605,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(881,1301,o), +(934,1355,o), +(934,1420,cs), +(934,1485,o), +(881,1538,o), +(816,1538,cs), +(750,1538,o), +(697,1485,o), +(697,1420,cs), +(697,1355,o), +(750,1301,o), +(816,1301,cs) +); +}, +{ +closed = 1; +nodes = ( +(460,1301,o), +(513,1355,o), +(513,1420,cs), +(513,1485,o), +(460,1538,o), +(395,1538,cs), +(329,1538,o), +(276,1485,o), +(276,1420,cs), +(276,1355,o), +(329,1301,o), +(395,1301,cs) +); +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +pos = (147,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (567,0); +ref = dotaccentcomb.ss07; +} +); +width = 1211; +}, +{ +anchors = ( +{ +name = _top; +pos = (665,1118); +}, +{ +name = top; +pos = (665,1585); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(993,1247,o), +(1072,1323,o), +(1072,1416,cs), +(1072,1509,o), +(993,1585,o), +(896,1585,cs), +(799,1585,o), +(720,1509,o), +(720,1416,cs), +(720,1323,o), +(799,1247,o), +(896,1247,cs) +); +}, +{ +closed = 1; +nodes = ( +(531,1247,o), +(610,1323,o), +(610,1416,cs), +(610,1509,o), +(531,1585,o), +(434,1585,cs), +(337,1585,o), +(258,1509,o), +(258,1416,cs), +(258,1323,o), +(337,1247,o), +(434,1247,cs) +); +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +pos = (142,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +}, +{ +alignment = -1; +pos = (652,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +} +); +width = 1330; +}, +{ +anchors = ( +{ +name = _top; +pos = (598,1118); +}, +{ +name = top; +pos = (598,1434); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(826,1373,o), +(847,1394,o), +(847,1420,cs), +(847,1446,o), +(826,1467,o), +(800,1467,cs), +(774,1467,o), +(753,1446,o), +(753,1420,cs), +(753,1394,o), +(774,1373,o), +(800,1373,cs) +); +}, +{ +closed = 1; +nodes = ( +(422,1373,o), +(443,1394,o), +(443,1420,cs), +(443,1446,o), +(422,1467,o), +(396,1467,cs), +(370,1467,o), +(349,1446,o), +(349,1420,cs), +(349,1394,o), +(370,1373,o), +(396,1373,cs) +); +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +pos = (210,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (614,0); +ref = dotaccentcomb.ss07; +} +); +width = 1196; +}, +{ +anchors = ( +{ +name = _top; +pos = (560,1056); +}, +{ +name = top; +pos = (560,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(833,1262,o), +(885,1314,o), +(885,1378,cs), +(885,1442,o), +(833,1494,o), +(769,1494,cs), +(705,1494,o), +(653,1442,o), +(653,1378,cs), +(653,1314,o), +(705,1262,o), +(769,1262,cs) +); +}, +{ +closed = 1; +nodes = ( +(415,1262,o), +(467,1314,o), +(467,1378,cs), +(467,1442,o), +(415,1494,o), +(351,1494,cs), +(287,1494,o), +(235,1442,o), +(235,1378,cs), +(235,1314,o), +(287,1262,o), +(351,1262,cs) +); +} +); +}; +layerId = m007; +shapes = ( +{ +pos = (140,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (556,0); +ref = dotaccentcomb.ss07; +} +); +width = 1120; +}, +{ +anchors = ( +{ +name = _top; +pos = (534,1056); +}, +{ +name = top; +pos = (534,1362); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(762,1331,o), +(783,1352,o), +(783,1378,cs), +(783,1404,o), +(762,1425,o), +(736,1425,cs), +(710,1425,o), +(689,1404,o), +(689,1378,cs), +(689,1352,o), +(710,1331,o), +(736,1331,cs) +); +}, +{ +closed = 1; +nodes = ( +(358,1331,o), +(379,1352,o), +(379,1378,cs), +(379,1404,o), +(358,1425,o), +(332,1425,cs), +(306,1425,o), +(285,1404,o), +(285,1378,cs), +(285,1352,o), +(306,1331,o), +(332,1331,cs) +); +} +); +}; +layerId = m011; +shapes = ( +{ +pos = (209,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (613,0); +ref = dotaccentcomb.ss07; +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = _top; +pos = (533,1262); +}, +{ +name = top; +pos = (533,1676); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "DE17F4EB-A899-434E-932C-2478ABB59FC9"; +name = "Apr 10, 23, 08:57"; +shapes = ( +{ +closed = 1; +nodes = ( +(700,1279,o), +(721,1300,o), +(721,1326,cs), +(721,1352,o), +(700,1373,o), +(674,1373,cs), +(648,1373,o), +(627,1352,o), +(627,1326,cs), +(627,1300,o), +(648,1279,o), +(674,1279,cs) +); +}, +{ +closed = 1; +nodes = ( +(420,1279,o), +(441,1300,o), +(441,1326,cs), +(441,1352,o), +(420,1373,o), +(394,1373,cs), +(368,1373,o), +(347,1352,o), +(347,1326,cs), +(347,1300,o), +(368,1279,o), +(394,1279,cs) +); +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = _top; +pos = (581,1304); +}, +{ +name = top; +pos = (581,1676); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "E7A34F70-44F9-4122-AB2C-7BDC530E98B7"; +name = "Apr 10, 23, 09:05"; +shapes = ( +{ +closed = 1; +nodes = ( +(748,1320,o), +(769,1341,o), +(769,1367,cs), +(769,1393,o), +(748,1414,o), +(722,1414,cs), +(696,1414,o), +(675,1393,o), +(675,1367,cs), +(675,1341,o), +(696,1320,o), +(722,1320,cs) +); +}, +{ +closed = 1; +nodes = ( +(468,1320,o), +(489,1341,o), +(489,1367,cs), +(489,1393,o), +(468,1414,o), +(442,1414,cs), +(416,1414,o), +(395,1393,o), +(395,1367,cs), +(395,1341,o), +(416,1320,o), +(442,1320,cs) +); +} +); +width = 1164; +}, +{ +anchors = ( +{ +name = _top; +pos = (649,1056); +}, +{ +name = top; +pos = (649,1547); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "8AEE898C-BC2D-4675-9538-59F740834A87"; +name = "Apr 14, 23, 13:04"; +shapes = ( +{ +closed = 1; +nodes = ( +(978,1209,o), +(1057,1285,o), +(1057,1378,cs), +(1057,1471,o), +(978,1547,o), +(881,1547,cs), +(784,1547,o), +(705,1471,o), +(705,1378,cs), +(705,1285,o), +(784,1209,o), +(881,1209,cs) +); +}, +{ +closed = 1; +nodes = ( +(514,1209,o), +(593,1285,o), +(593,1378,cs), +(593,1471,o), +(514,1547,o), +(417,1547,cs), +(320,1547,o), +(241,1471,o), +(241,1378,cs), +(241,1285,o), +(320,1209,o), +(417,1209,cs) +); +} +); +width = 1298; +}, +{ +anchors = ( +{ +name = _top; +pos = (649,1056); +}, +{ +name = top; +pos = (649,1513); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "0C2ABB53-6760-4FDA-81C9-357BD214C6FE"; +name = "Apr 22, 23, 15:36"; +shapes = ( +{ +closed = 1; +nodes = ( +(978,1175,o), +(1057,1251,o), +(1057,1344,cs), +(1057,1437,o), +(978,1513,o), +(881,1513,cs), +(784,1513,o), +(705,1437,o), +(705,1344,cs), +(705,1251,o), +(784,1175,o), +(881,1175,cs) +); +}, +{ +closed = 1; +nodes = ( +(514,1175,o), +(593,1251,o), +(593,1344,cs), +(593,1437,o), +(514,1513,o), +(417,1513,cs), +(320,1513,o), +(241,1437,o), +(241,1344,cs), +(241,1251,o), +(320,1175,o), +(417,1175,cs) +); +} +); +width = 1298; +}, +{ +anchors = ( +{ +name = _top; +pos = (649,1056); +}, +{ +name = top; +pos = (649,1538); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(978,1175,o), +(1057,1251,o), +(1057,1344,cs), +(1057,1437,o), +(978,1513,o), +(881,1513,cs), +(784,1513,o), +(705,1437,o), +(705,1344,cs), +(705,1251,o), +(784,1175,o), +(881,1175,cs) +); +}, +{ +closed = 1; +nodes = ( +(514,1175,o), +(593,1251,o), +(593,1344,cs), +(593,1437,o), +(514,1513,o), +(417,1513,cs), +(320,1513,o), +(241,1437,o), +(241,1344,cs), +(241,1251,o), +(320,1175,o), +(417,1175,cs) +); +} +); +}; +layerId = "F4553DD0-E9DE-4EE8-AF3D-355D69FCE5AC"; +name = "Apr 22, 23, 15:40"; +shapes = ( +{ +closed = 1; +nodes = ( +(985,1184,o), +(1066,1262,o), +(1066,1361,cs), +(1066,1460,o), +(985,1538,o), +(881,1538,cs), +(777,1538,o), +(696,1460,o), +(696,1361,cs), +(696,1262,o), +(777,1184,o), +(881,1184,cs) +); +}, +{ +closed = 1; +nodes = ( +(521,1184,o), +(602,1262,o), +(602,1361,cs), +(602,1460,o), +(521,1538,o), +(417,1538,cs), +(313,1538,o), +(232,1460,o), +(232,1361,cs), +(232,1262,o), +(313,1184,o), +(417,1184,cs) +); +} +); +width = 1298; +}, +{ +anchors = ( +{ +name = _top; +pos = (633,1056); +}, +{ +name = top; +pos = (633,1534); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(974,1154,o), +(1063,1239,o), +(1063,1344,cs), +(1063,1449,o), +(974,1534,o), +(865,1534,cs), +(756,1534,o), +(667,1449,o), +(667,1344,cs), +(667,1239,o), +(756,1154,o), +(865,1154,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,1154,o), +(599,1239,o), +(599,1344,cs), +(599,1449,o), +(510,1534,o), +(401,1534,cs), +(292,1534,o), +(203,1449,o), +(203,1344,cs), +(203,1239,o), +(292,1154,o), +(401,1154,cs) +); +} +); +}; +layerId = "5CB67E6D-EB6D-4B9A-9934-D2441A97BBA7"; +name = "Sep 23, 23, 12:21"; +shapes = ( +{ +pos = (95,0); +ref = dotaccentcomb.ss07; +scale = (0.94,1); +}, +{ +alignment = -1; +pos = (569,0); +ref = dotaccentcomb.ss07; +scale = (0.94,1); +} +); +width = 1266; +}, +{ +anchors = ( +{ +name = _top; +pos = (633,1056); +}, +{ +name = top; +pos = (633,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(974,1154,o), +(1063,1239,o), +(1063,1344,cs), +(1063,1449,o), +(974,1534,o), +(865,1534,cs), +(756,1534,o), +(667,1449,o), +(667,1344,cs), +(667,1239,o), +(756,1154,o), +(865,1154,cs) +); +}, +{ +closed = 1; +nodes = ( +(510,1154,o), +(599,1239,o), +(599,1344,cs), +(599,1449,o), +(510,1534,o), +(401,1534,cs), +(292,1534,o), +(203,1449,o), +(203,1344,cs), +(203,1239,o), +(292,1154,o), +(401,1154,cs) +); +} +); +}; +layerId = m009; +name = "Display Black"; +shapes = ( +{ +pos = (112,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +}, +{ +alignment = -1; +pos = (578,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +} +); +width = 1266; +}, +{ +anchors = ( +{ +name = _top; +pos = (697,1118); +}, +{ +name = top; +pos = (759,1490); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(881,1301,o), +(934,1355,o), +(934,1420,cs), +(934,1485,o), +(881,1538,o), +(816,1538,cs), +(750,1538,o), +(697,1485,o), +(697,1420,cs), +(697,1355,o), +(750,1301,o), +(816,1301,cs) +); +}, +{ +closed = 1; +nodes = ( +(460,1301,o), +(513,1355,o), +(513,1420,cs), +(513,1485,o), +(460,1538,o), +(395,1538,cs), +(329,1538,o), +(276,1485,o), +(276,1420,cs), +(276,1355,o), +(329,1301,o), +(395,1301,cs) +); +} +); +}; +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +pos = (147,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (567,0); +ref = dotaccentcomb.ss07; +} +); +width = 1211; +}, +{ +anchors = ( +{ +name = _top; +pos = (647,1056); +}, +{ +name = top; +pos = (719,1490); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(833,1262,o), +(885,1314,o), +(885,1378,cs), +(885,1442,o), +(833,1494,o), +(769,1494,cs), +(705,1494,o), +(653,1442,o), +(653,1378,cs), +(653,1314,o), +(705,1262,o), +(769,1262,cs) +); +}, +{ +closed = 1; +nodes = ( +(415,1262,o), +(467,1314,o), +(467,1378,cs), +(467,1442,o), +(415,1494,o), +(351,1494,cs), +(287,1494,o), +(235,1442,o), +(235,1378,cs), +(235,1314,o), +(287,1262,o), +(351,1262,cs) +); +} +); +}; +layerId = m008; +name = ital_gen; +shapes = ( +{ +pos = (140,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (556,0); +ref = dotaccentcomb.ss07; +} +); +width = 1120; +}, +{ +anchors = ( +{ +name = _top; +pos = (736,1056); +}, +{ +name = top; +pos = (808,1490); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(990,1154,o), +(1079,1239,o), +(1079,1344,cs), +(1079,1449,o), +(990,1534,o), +(881,1534,cs), +(772,1534,o), +(683,1449,o), +(683,1344,cs), +(683,1239,o), +(772,1154,o), +(881,1154,cs) +); +}, +{ +closed = 1; +nodes = ( +(526,1154,o), +(615,1239,o), +(615,1344,cs), +(615,1449,o), +(526,1534,o), +(417,1534,cs), +(308,1534,o), +(219,1449,o), +(219,1344,cs), +(219,1239,o), +(308,1154,o), +(417,1154,cs) +); +} +); +}; +layerId = m010; +name = ital_gen; +shapes = ( +{ +pos = (128,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +}, +{ +alignment = -1; +pos = (594,0); +ref = dotaccentcomb.ss07; +scale = (0.9,1); +} +); +width = 1266; +}, +{ +anchors = ( +{ +name = _top; +pos = (791,1118); +}, +{ +name = top; +pos = (868,1585); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(1027,1247,o), +(1106,1323,o), +(1106,1416,cs), +(1106,1509,o), +(1027,1585,o), +(930,1585,cs), +(833,1585,o), +(754,1509,o), +(754,1416,cs), +(754,1323,o), +(833,1247,o), +(930,1247,cs) +); +}, +{ +closed = 1; +nodes = ( +(565,1247,o), +(644,1323,o), +(644,1416,cs), +(644,1509,o), +(565,1585,o), +(468,1585,cs), +(371,1585,o), +(292,1509,o), +(292,1416,cs), +(292,1323,o), +(371,1247,o), +(468,1247,cs) +); +} +); +}; +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +pos = (176,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +}, +{ +alignment = -1; +pos = (686,0); +ref = dotaccentcomb.ss07; +scale = (0.8,1); +} +); +width = 1330; +}, +{ +anchors = ( +{ +name = _top; +pos = (621,1056); +}, +{ +name = top; +pos = (672,1362); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(762,1331,o), +(783,1352,o), +(783,1378,cs), +(783,1404,o), +(762,1425,o), +(736,1425,cs), +(710,1425,o), +(689,1404,o), +(689,1378,cs), +(689,1352,o), +(710,1331,o), +(736,1331,cs) +); +}, +{ +closed = 1; +nodes = ( +(358,1331,o), +(379,1352,o), +(379,1378,cs), +(379,1404,o), +(358,1425,o), +(332,1425,cs), +(306,1425,o), +(285,1404,o), +(285,1378,cs), +(285,1352,o), +(306,1331,o), +(332,1331,cs) +); +} +); +}; +layerId = m012; +name = ital_gen; +shapes = ( +{ +pos = (209,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (613,0); +ref = dotaccentcomb.ss07; +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = _top; +pos = (690,1118); +}, +{ +name = top; +pos = (742,1434); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(826,1373,o), +(847,1394,o), +(847,1420,cs), +(847,1446,o), +(826,1467,o), +(800,1467,cs), +(774,1467,o), +(753,1446,o), +(753,1420,cs), +(753,1394,o), +(774,1373,o), +(800,1373,cs) +); +}, +{ +closed = 1; +nodes = ( +(422,1373,o), +(443,1394,o), +(443,1420,cs), +(443,1446,o), +(422,1467,o), +(396,1467,cs), +(370,1467,o), +(349,1446,o), +(349,1420,cs), +(349,1394,o), +(370,1373,o), +(396,1373,cs) +); +} +); +}; +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +pos = (210,0); +ref = dotaccentcomb.ss07; +}, +{ +alignment = -1; +pos = (614,0); +ref = dotaccentcomb.ss07; +} +); +width = 1197; +} +); +metricWidth = n; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/dotaccent.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/dotaccent.ss07.glyph new file mode 100644 index 000000000..ff2d9dd66 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/dotaccent.ss07.glyph @@ -0,0 +1,138 @@ +{ +color = 9; +glyphname = dotaccent.ss07; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 496; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 670; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 372; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 424; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 640; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 246; +}, +{ +layerId = m008; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 424; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 640; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 670; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 497; +}, +{ +layerId = m012; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 246; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = dotaccentcomb.ss07; +} +); +width = 372; +} +); +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/dotaccentcomb.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/dotaccentcomb.ss07.glyph new file mode 100644 index 000000000..1c4c83429 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/dotaccentcomb.ss07.glyph @@ -0,0 +1,890 @@ +{ +color = 9; +glyphname = dotaccentcomb.ss07; +layers = ( +{ +anchors = ( +{ +name = _top; +pos = (248,1118); +}, +{ +name = top; +pos = (248,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(317,1301,o), +(374,1354,o), +(374,1420,cs), +(374,1486,o), +(317,1539,o), +(248,1539,cs), +(180,1539,o), +(123,1486,o), +(123,1420,cs), +(123,1354,o), +(180,1301,o), +(248,1301,cs) +); +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +closed = 1; +nodes = ( +(346,1294,l), +(346,1490,l), +(150,1490,l), +(150,1294,l) +); +} +); +width = 496; +}, +{ +anchors = ( +{ +name = _top; +pos = (335,1118); +}, +{ +name = top; +pos = (335,1586); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(443,1232,o), +(532,1314,o), +(532,1416,cs), +(532,1518,o), +(443,1600,o), +(334,1600,cs), +(225,1600,o), +(136,1518,o), +(136,1416,cs), +(136,1314,o), +(225,1232,o), +(334,1232,cs) +); +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +closed = 1; +nodes = ( +(536,1256,l), +(536,1586,l), +(134,1586,l), +(134,1256,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = _top; +pos = (186,1118); +}, +{ +name = top; +pos = (186,1434); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(212,1373,o), +(233,1394,o), +(233,1420,cs), +(233,1446,o), +(212,1467,o), +(186,1467,cs), +(160,1467,o), +(139,1446,o), +(139,1420,cs), +(139,1394,o), +(160,1373,o), +(186,1373,cs) +); +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +closed = 1; +nodes = ( +(218,1319,l), +(218,1434,l), +(154,1434,l), +(154,1319,l) +); +} +); +width = 372; +}, +{ +anchors = ( +{ +name = _top; +pos = (212,1056); +}, +{ +name = top; +pos = (212,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(276,1262,o), +(328,1314,o), +(328,1378,cs), +(328,1442,o), +(276,1494,o), +(212,1494,cs), +(148,1494,o), +(96,1442,o), +(96,1378,cs), +(96,1314,o), +(148,1262,o), +(212,1262,cs) +); +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(303,1298,l), +(303,1490,l), +(121,1490,l), +(121,1298,l) +); +} +); +width = 424; +}, +{ +anchors = ( +{ +name = _top; +pos = (320,1056); +}, +{ +name = top; +pos = (320,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(520,1152,l), +(520,1490,l), +(120,1490,l), +(120,1152,l) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = _top; +pos = (318,1262); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +guides = ( +{ +orientation = center; +angle = 90; +pos = (-1171,1500); +}, +{ +pos = (560,1948); +}, +{ +angle = 90; +pos = (238,1364); +} +); +layerId = "90787414-06DF-48FD-9847-8A6F8510DFE7"; +name = "Jun 2, 22, 19:18"; +shapes = ( +{ +closed = 1; +nodes = ( +(427,1152,o), +(516,1234,o), +(516,1336,cs), +(516,1438,o), +(427,1520,o), +(318,1520,cs), +(209,1520,o), +(120,1438,o), +(120,1336,cs), +(120,1234,o), +(209,1152,o), +(318,1152,cs) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = _top; +pos = (318,1262); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +guides = ( +{ +orientation = center; +angle = 90; +pos = (-1171,1500); +}, +{ +pos = (560,1948); +}, +{ +angle = 90; +pos = (318,1336); +} +); +layerId = "9B184100-7F17-4023-8F71-0E86083FD6EF"; +name = "Apr 6, 23, 12:13"; +shapes = ( +{ +closed = 1; +nodes = ( +(434,1144,o), +(526,1229,o), +(526,1336,cs), +(526,1443,o), +(434,1528,o), +(318,1528,cs), +(202,1528,o), +(110,1443,o), +(110,1336,cs), +(110,1229,o), +(202,1144,o), +(318,1144,cs) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = _top; +pos = (122,1262); +}, +{ +name = top; +pos = (122,1676); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (-206,0); +ref = dieresiscomb; +} +); +}; +layerId = "45113A81-0032-4501-9499-C857C55D8055"; +name = "Apr 10, 23, 09:00"; +shapes = ( +{ +closed = 1; +nodes = ( +(148,1278,o), +(168,1300,o), +(168,1326,cs), +(168,1351,o), +(148,1372,o), +(122,1372,cs), +(97,1372,o), +(76,1351,o), +(76,1326,cs), +(76,1300,o), +(97,1278,o), +(122,1278,cs) +); +} +); +width = 244; +}, +{ +anchors = ( +{ +name = _top; +pos = (212,1262); +}, +{ +name = top; +pos = (212,1676); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "9D049C54-B4B8-415A-8C7A-0C0F47ABA28D"; +name = "Apr 10, 23, 10:17"; +shapes = ( +{ +closed = 1; +nodes = ( +(279,1262,o), +(334,1314,o), +(334,1378,cs), +(334,1442,o), +(279,1494,o), +(212,1494,cs), +(145,1494,o), +(90,1442,o), +(90,1378,cs), +(90,1314,o), +(145,1262,o), +(212,1262,cs) +); +} +); +width = 424; +}, +{ +anchors = ( +{ +name = _top; +pos = (320,1056); +}, +{ +name = top; +pos = (320,1513); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "48429E7D-F12D-41E7-8D62-C2C1EF26321A"; +name = "Apr 22, 23, 15:32"; +shapes = ( +{ +closed = 1; +nodes = ( +(417,1175,o), +(496,1251,o), +(496,1344,cs), +(496,1437,o), +(417,1513,o), +(320,1513,cs), +(223,1513,o), +(144,1437,o), +(144,1344,cs), +(144,1251,o), +(223,1175,o), +(320,1175,cs) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = _top; +pos = (320,1056); +}, +{ +name = top; +pos = (319,1549); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(417,1175,o), +(496,1251,o), +(496,1344,cs), +(496,1437,o), +(417,1513,o), +(320,1513,cs), +(223,1513,o), +(144,1437,o), +(144,1344,cs), +(144,1251,o), +(223,1175,o), +(320,1175,cs) +); +} +); +}; +layerId = "55545E5D-53A7-4CEF-818E-C669DDB1F00B"; +name = "Apr 22, 23, 15:43"; +shapes = ( +{ +closed = 1; +nodes = ( +(435,1139,o), +(529,1231,o), +(529,1344,cs), +(529,1457,o), +(435,1549,o), +(319,1549,cs), +(203,1549,o), +(109,1457,o), +(109,1344,cs), +(109,1231,o), +(203,1139,o), +(319,1139,cs) +); +} +); +width = 638; +}, +{ +anchors = ( +{ +name = _top; +pos = (122,1056); +}, +{ +name = top; +pos = (122,1425); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(148,1331,o), +(169,1352,o), +(169,1378,cs), +(169,1404,o), +(148,1425,o), +(122,1425,cs), +(96,1425,o), +(75,1404,o), +(75,1378,cs), +(75,1352,o), +(96,1331,o), +(122,1331,cs) +); +} +); +}; +layerId = "BAF5B147-5BC2-4942-A33E-BE3752DF97FC"; +name = "Sep 21, 23, 10:23"; +shapes = ( +{ +closed = 1; +nodes = ( +(152,1318,l), +(152,1442,l), +(92,1442,l), +(92,1318,l) +); +} +); +width = 244; +}, +{ +anchors = ( +{ +name = _top; +pos = (123,1056); +}, +{ +name = top; +pos = (123,1362); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(149,1331,o), +(170,1352,o), +(170,1378,cs), +(170,1404,o), +(149,1425,o), +(123,1425,cs), +(97,1425,o), +(76,1404,o), +(76,1378,cs), +(76,1352,o), +(97,1331,o), +(123,1331,cs) +); +} +); +}; +layerId = m011; +name = "Display Thin"; +shapes = ( +{ +closed = 1; +nodes = ( +(150,1289,l), +(150,1362,l), +(96,1362,l), +(96,1289,l) +); +} +); +width = 246; +}, +{ +anchors = ( +{ +name = _top; +pos = (123,1056); +}, +{ +name = top; +pos = (123,1490); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(149,1331,o), +(170,1352,o), +(170,1378,cs), +(170,1404,o), +(149,1425,o), +(123,1425,cs), +(97,1425,o), +(76,1404,o), +(76,1378,cs), +(76,1352,o), +(97,1331,o), +(123,1331,cs) +); +} +); +}; +layerId = "E351DAD7-C214-4DBF-BA92-0FCD354488EC"; +name = "Sep 23, 23, 12:10"; +shapes = ( +{ +closed = 1; +nodes = ( +(146,1326,l), +(146,1490,l), +(100,1490,l), +(100,1326,l) +); +} +); +width = 246; +}, +{ +anchors = ( +{ +name = _top; +pos = (341,1118); +}, +{ +name = top; +pos = (403,1490); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(318,1301,o), +(375,1354,o), +(375,1420,cs), +(375,1486,o), +(318,1539,o), +(249,1539,cs), +(181,1539,o), +(124,1486,o), +(124,1420,cs), +(124,1354,o), +(181,1301,o), +(249,1301,cs) +); +} +); +}; +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(468,1294,l), +(501,1490,l), +(305,1490,l), +(272,1294,l) +); +} +); +width = 497; +}, +{ +anchors = ( +{ +name = _top; +pos = (299,1056); +}, +{ +name = top; +pos = (371,1490); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(276,1262,o), +(328,1314,o), +(328,1378,cs), +(328,1442,o), +(276,1494,o), +(212,1494,cs), +(148,1494,o), +(96,1442,o), +(96,1378,cs), +(96,1314,o), +(148,1262,o), +(212,1262,cs) +); +} +); +}; +layerId = m008; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(430,1298,l), +(462,1490,l), +(280,1490,l), +(248,1298,l) +); +} +); +width = 424; +}, +{ +anchors = ( +{ +name = _top; +pos = (407,1056); +}, +{ +name = top; +pos = (479,1490); +} +); +layerId = m010; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(623,1152,l), +(679,1490,l), +(279,1490,l), +(223,1152,l) +); +} +); +width = 640; +}, +{ +anchors = ( +{ +name = _top; +pos = (427,1118); +}, +{ +name = top; +pos = (505,1586); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(443,1232,o), +(532,1314,o), +(532,1416,cs), +(532,1518,o), +(443,1600,o), +(334,1600,cs), +(225,1600,o), +(136,1518,o), +(136,1416,cs), +(136,1314,o), +(225,1232,o), +(334,1232,cs) +); +} +); +}; +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(651,1256,l), +(706,1586,l), +(304,1586,l), +(249,1256,l) +); +} +); +width = 670; +}, +{ +anchors = ( +{ +name = _top; +pos = (211,1056); +}, +{ +name = top; +pos = (262,1362); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(150,1331,o), +(171,1352,o), +(171,1378,cs), +(171,1404,o), +(150,1425,o), +(124,1425,cs), +(98,1425,o), +(77,1404,o), +(77,1378,cs), +(77,1352,o), +(98,1331,o), +(124,1331,cs) +); +} +); +}; +layerId = m012; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(276,1289,l), +(288,1362,l), +(234,1362,l), +(222,1289,l) +); +} +); +width = 246; +}, +{ +anchors = ( +{ +name = _top; +pos = (279,1118); +}, +{ +name = top; +pos = (331,1434); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(213,1373,o), +(234,1394,o), +(234,1420,cs), +(234,1446,o), +(213,1467,o), +(187,1467,cs), +(161,1467,o), +(140,1446,o), +(140,1420,cs), +(140,1394,o), +(161,1373,o), +(187,1373,cs) +); +} +); +}; +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(344,1319,l), +(363,1434,l), +(299,1434,l), +(280,1319,l) +); +} +); +width = 372; +} +); +userData = { +interface.gridadjust.original = "{'width': 696, 'leftMargin': 193, 'rightMargin': 186}"; +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/dotbelow.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/dotbelow.ss07.glyph new file mode 100644 index 000000000..0ceb62718 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/dotbelow.ss07.glyph @@ -0,0 +1,223 @@ +{ +case = minor; +color = 9; +glyphname = dotbelow.ss07; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (248,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +pos = (0,-1722); +ref = dotaccentcomb.ss07; +} +); +width = 496; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (335,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +pos = (0,-1714); +ref = dotaccentcomb.ss07; +} +); +width = 670; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (186,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +pos = (0,-1686); +ref = dotaccentcomb.ss07; +} +); +width = 372; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (212,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (0,-1700); +ref = dotaccentcomb.ss07; +} +); +width = 424; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (320,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (0,-1624); +ref = dotaccentcomb.ss07; +} +); +width = 640; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (123,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +alignment = 1; +pos = (0,-1700); +ref = dotaccentcomb.ss07; +} +); +width = 246; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-62,0); +} +); +layerId = m008; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (-281,-1700); +ref = dotaccentcomb.ss07; +} +); +width = 424; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (42,0); +} +); +layerId = m010; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (-269,-1624); +ref = dotaccentcomb.ss07; +} +); +width = 640; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (80,0); +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (-284,-1714); +ref = dotaccentcomb.ss07; +} +); +width = 670; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (27,0); +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (-285,-1722); +ref = dotaccentcomb.ss07; +} +); +width = 497; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-201,0); +} +); +layerId = m012; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (-281,-1700); +ref = dotaccentcomb.ss07; +} +); +width = 246; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (-27,0); +} +); +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (-279,-1686); +ref = dotaccentcomb.ss07; +} +); +width = 372; +} +); +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/dotdblsubcomb.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/dotdblsubcomb.ss07.glyph new file mode 100644 index 000000000..9323b9ef2 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/dotdblsubcomb.ss07.glyph @@ -0,0 +1,225 @@ +{ +category = Mark; +color = 9; +glyphname = dotdblsubcomb.ss07; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (605,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = -1; +pos = (0,-1722); +ref = dieresiscomb.ss07; +} +); +width = 1211; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (665,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = -1; +pos = (0,-1714); +ref = dieresiscomb.ss07; +} +); +width = 1330; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (598,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = -1; +pos = (0,-1686); +ref = dieresiscomb.ss07; +} +); +width = 1196; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (560,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (0,-1700); +ref = dieresiscomb.ss07; +} +); +width = 1120; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (633,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (0,-1624); +ref = dieresiscomb.ss07; +} +); +width = 1266; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (534,0); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +alignment = -1; +pos = (0,-1700); +ref = dieresiscomb.ss07; +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (473,0); +} +); +layerId = m008; +name = ital_gen; +shapes = ( +{ +alignment = -1; +pos = (-281,-1700); +ref = dieresiscomb.ss07; +} +); +width = 1120; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (545,0); +} +); +layerId = m010; +name = ital_gen; +shapes = ( +{ +alignment = -1; +pos = (-269,-1624); +ref = dieresiscomb.ss07; +} +); +width = 1266; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (572,0); +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +alignment = -1; +pos = (-284,-1714); +ref = dieresiscomb.ss07; +} +); +width = 1330; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (513,0); +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +alignment = -1; +pos = (-285,-1722); +ref = dieresiscomb.ss07; +} +); +width = 1211; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (447,0); +} +); +layerId = m012; +name = ital_gen; +shapes = ( +{ +alignment = -1; +pos = (-281,-1700); +ref = dieresiscomb.ss07; +} +); +width = 1068; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (506,0); +} +); +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +alignment = -1; +pos = (-279,-1686); +ref = dieresiscomb.ss07; +} +); +width = 1197; +} +); +metricLeft = dieresiscomb.ss07; +metricRight = dieresiscomb.ss07; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/i.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/i.ss07.glyph new file mode 100644 index 000000000..9660bcf2f --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/i.ss07.glyph @@ -0,0 +1,207 @@ +{ +color = 9; +glyphname = i.ss07; +kernLeft = idotless; +kernRight = idotless; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +guides = ( +{ +angle = 90; +pos = (322,2136); +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (1,0); +ref = dotaccentcomb.ss07; +} +); +width = 496; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-33,0); +ref = dotaccentcomb.ss07; +} +); +width = 606; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (34,0); +ref = dotaccentcomb.ss07; +} +); +width = 442; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = i; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-1,0); +ref = dotaccentcomb.ss07; +} +); +width = 422; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-34,0); +ref = dotaccentcomb.ss07; +} +); +width = 572; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (34,0); +ref = dotaccentcomb.ss07; +} +); +width = 314; +}, +{ +background = { +shapes = ( +{ +ref = i; +} +); +}; +layerId = m008; +name = ital_gen; +shapes = ( +{ +ref = idotless; +}, +{ +ref = dotaccentcomb.ss07; +} +); +width = 423; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-33,0); +ref = dotaccentcomb.ss07; +} +); +width = 573; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (-32,0); +ref = dotaccentcomb.ss07; +} +); +width = 607; +}, +{ +guides = ( +{ +angle = 80.6; +pos = (393,2136); +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (1,0); +ref = dotaccentcomb.ss07; +} +); +width = 497; +}, +{ +layerId = m012; +name = ital_gen; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (34,0); +ref = dotaccentcomb.ss07; +} +); +width = 315; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +ref = idotless; +}, +{ +pos = (34,0); +ref = dotaccentcomb.ss07; +} +); +width = 443; +} +); +userData = { +com.typemytype.robofont.guideline.magnetic.5MtFEmPLYm = 5; +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/iota.glyph b/src/Inter-Italic.glyphspackage/glyphs/iota.glyph index f7c0a4693..2c8154737 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/iota.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/iota.glyph @@ -35,7 +35,7 @@ nodes = ( ); } ); -width = 566; +width = 565; }, { anchors = ( diff --git a/src/Inter-Italic.glyphspackage/glyphs/iotadieresis.glyph b/src/Inter-Italic.glyphspackage/glyphs/iotadieresis.glyph index 24fb5988b..cc8c06c2b 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/iotadieresis.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/iotadieresis.glyph @@ -14,7 +14,7 @@ pos = (-356,0); ref = dieresiscomb; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/iotadieresistonos.glyph b/src/Inter-Italic.glyphspackage/glyphs/iotadieresistonos.glyph index ca0ccc27e..2da6187e4 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/iotadieresistonos.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/iotadieresistonos.glyph @@ -15,7 +15,7 @@ pos = (-279,0); ref = dieresistonos_narrow; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/iotatonos.glyph b/src/Inter-Italic.glyphspackage/glyphs/iotatonos.glyph index 106caa275..4df032c69 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/iotatonos.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/iotatonos.glyph @@ -14,7 +14,7 @@ pos = (25,0); ref = tonos.top; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/j.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/j.ss07.glyph new file mode 100644 index 000000000..505ba6d22 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/j.ss07.glyph @@ -0,0 +1,181 @@ +{ +color = 9; +glyphname = j.ss07; +kernLeft = jdotless; +kernRight = idotless; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (72,0); +ref = dotaccentcomb.ss07; +} +); +width = 448; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-32,0); +ref = dotaccentcomb.ss07; +} +); +width = 606; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (41,0); +ref = dotaccentcomb.ss07; +} +); +width = 448; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-1,0); +ref = dotaccentcomb.ss07; +} +); +width = 422; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-32,0); +ref = dotaccentcomb.ss07; +} +); +width = 574; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (40,0); +ref = dotaccentcomb.ss07; +} +); +width = 320; +}, +{ +layerId = m008; +name = ital_gen; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-1,0); +ref = dotaccentcomb.ss07; +} +); +width = 422; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-31,0); +ref = dotaccentcomb.ss07; +} +); +width = 575; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (-32,0); +ref = dotaccentcomb.ss07; +} +); +width = 606; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +ref = jdotless; +}, +{ +ref = dotaccentcomb.ss07; +} +); +width = 496; +}, +{ +layerId = m012; +name = ital_gen; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (40,0); +ref = dotaccentcomb.ss07; +} +); +width = 321; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +ref = jdotless; +}, +{ +pos = (41,0); +ref = dotaccentcomb.ss07; +} +); +width = 448; +} +); +userData = { +com.typemytype.robofont.guideline.magnetic.v9s2NJYLVO = 5; +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/khook.glyph b/src/Inter-Italic.glyphspackage/glyphs/khook.glyph index e4af4c921..f14fe40a0 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/khook.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/khook.glyph @@ -8,14 +8,15 @@ layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; name = ital_gen; shapes = ( { +pos = (1,0); ref = k.base; }, { -pos = (6,0); +pos = (7,0); ref = _part.top_r_hook; } ); -width = 1126; +width = 1127; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/lambda.glyph b/src/Inter-Italic.glyphspackage/glyphs/lambda.glyph index 5ed5ee823..a70b8c817 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/lambda.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/lambda.glyph @@ -54,7 +54,7 @@ nodes = ( ); } ); -width = 1314; +width = 1313; }, { anchors = ( diff --git a/src/Inter-Italic.glyphspackage/glyphs/lbar.ss02.glyph b/src/Inter-Italic.glyphspackage/glyphs/lbar.ss02.glyph index c13063729..08b59334f 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/lbar.ss02.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/lbar.ss02.glyph @@ -10,12 +10,12 @@ name = ital_gen; shapes = ( { alignment = -1; -pos = (93,0); +pos = (94,0); ref = l.ss02; }, { alignment = 1; -pos = (-118,24); +pos = (-117,24); ref = crossbar; } ); diff --git a/src/Inter-Italic.glyphspackage/glyphs/lbelt.ss02.glyph b/src/Inter-Italic.glyphspackage/glyphs/lbelt.ss02.glyph index 4eef55fd1..14c16fe5e 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/lbelt.ss02.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/lbelt.ss02.glyph @@ -42,7 +42,7 @@ pos = (270,0); ref = l.ss02; } ); -width = 852; +width = 851; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/ldot.ss02.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/ldot.ss02.ss07.glyph new file mode 100644 index 000000000..08fe5ad97 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/ldot.ss02.ss07.glyph @@ -0,0 +1,201 @@ +{ +color = 9; +glyphname = ldot.ss02.ss07; +kernLeft = B; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +metricRight = "=+240"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (306,41); +ref = periodcentered.ss07; +} +); +width = 804; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +metricRight = "=+470"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (456,41); +ref = periodcentered.ss07; +} +); +width = 1161; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +metricRight = "=+100"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (148,48); +ref = periodcentered.ss07; +} +); +width = 572; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +metricRight = "=+250"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (320,41); +ref = periodcentered.ss07; +} +); +width = 720; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +metricRight = "=+440"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (550,41); +ref = periodcentered.ss07; +} +); +width = 1074; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +metricRight = "=+100"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (156,52); +ref = periodcentered.ss07; +} +); +width = 460; +}, +{ +layerId = m008; +metricRight = "=+250"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (361,41); +ref = periodcentered.ss07; +} +); +width = 720; +}, +{ +layerId = m010; +metricRight = "=+440"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (575,41); +ref = periodcentered.ss07; +} +); +width = 1075; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +metricRight = "=+470"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (466,41); +ref = periodcentered.ss07; +} +); +width = 1161; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +metricRight = "=+240"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (350,41); +ref = periodcentered.ss07; +} +); +width = 804; +}, +{ +layerId = m012; +metricRight = "=+100"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (193,52); +ref = periodcentered.ss07; +} +); +width = 461; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +metricRight = "=+100"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +pos = (172,48); +ref = periodcentered.ss07; +} +); +width = 571; +} +); +metricLeft = n; +metricRight = t; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/ldot.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/ldot.ss07.glyph new file mode 100644 index 000000000..d5b91e0d4 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/ldot.ss07.glyph @@ -0,0 +1,188 @@ +{ +color = 9; +glyphname = ldot.ss07; +kernLeft = B; +kernRight = H; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +metricRight = "=+240"; +shapes = ( +{ +ref = l; +}, +{ +pos = (306,41); +ref = periodcentered.ss07; +} +); +width = 736; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +metricRight = "=+470"; +shapes = ( +{ +ref = l; +}, +{ +pos = (456,41); +ref = periodcentered.ss07; +} +); +width = 1076; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +metricRight = "=+100"; +shapes = ( +{ +ref = l; +}, +{ +pos = (148,48); +ref = periodcentered.ss07; +} +); +width = 542; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +metricRight = "=+250"; +shapes = ( +{ +ref = l; +}, +{ +pos = (320,41); +ref = periodcentered.ss07; +} +); +width = 672; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +metricRight = "=+470"; +shapes = ( +{ +ref = l; +}, +{ +pos = (550,41); +ref = periodcentered.ss07; +} +); +width = 1042; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +metricRight = "=+100"; +shapes = ( +{ +ref = l; +}, +{ +pos = (156,52); +ref = periodcentered.ss07; +} +); +width = 414; +}, +{ +layerId = m008; +metricRight = "=+250"; +name = ital_gen; +shapes = ( +{ +ref = l; +}, +{ +pos = (361,41); +ref = periodcentered.ss07; +} +); +width = 673; +}, +{ +layerId = m010; +metricRight = "=+470"; +name = ital_gen; +shapes = ( +{ +ref = l; +}, +{ +pos = (575,41); +ref = periodcentered.ss07; +} +); +width = 1043; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +metricRight = "=+470"; +name = ital_gen; +shapes = ( +{ +ref = l; +}, +{ +pos = (466,41); +ref = periodcentered.ss07; +} +); +width = 1076; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +metricRight = "=+240"; +name = ital_gen; +shapes = ( +{ +ref = l; +}, +{ +pos = (349,41); +ref = periodcentered.ss07; +} +); +width = 736; +}, +{ +layerId = m012; +metricRight = "=+100"; +name = ital_gen; +shapes = ( +{ +ref = l; +}, +{ +pos = (193,52); +ref = periodcentered.ss07; +} +); +width = 415; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +metricRight = "=+100"; +name = ital_gen; +shapes = ( +{ +ref = l; +}, +{ +pos = (172,48); +ref = periodcentered.ss07; +} +); +width = 542; +} +); +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/lmidtilde.ss02.glyph b/src/Inter-Italic.glyphspackage/glyphs/lmidtilde.ss02.glyph index 9ece88b91..7e0312ae8 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/lmidtilde.ss02.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/lmidtilde.ss02.glyph @@ -8,7 +8,7 @@ layers = ( guides = ( { angle = 80.6; -pos = (387,1392); +pos = (388,1392); } ); layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; @@ -16,11 +16,11 @@ name = ital_gen; shapes = ( { alignment = -1; -pos = (55,0); +pos = (56,0); ref = l.ss02; }, { -pos = (-53,1); +pos = (-52,1); ref = _tildecross.cn; } ); diff --git a/src/Inter-Italic.glyphspackage/glyphs/lslash.ss02.glyph b/src/Inter-Italic.glyphspackage/glyphs/lslash.ss02.glyph index 9b4914a4a..5dffc6276 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/lslash.ss02.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/lslash.ss02.glyph @@ -10,11 +10,11 @@ name = ital_gen; shapes = ( { alignment = -1; -pos = (29,0); +pos = (30,0); ref = l.ss02; }, { -pos = (17,1); +pos = (18,1); ref = slashshort.lc; } ); diff --git a/src/Inter-Italic.glyphspackage/glyphs/odieresis.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/odieresis.ss07.glyph new file mode 100644 index 000000000..31d3fad04 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/odieresis.ss07.glyph @@ -0,0 +1,195 @@ +{ +color = 9; +glyphname = odieresis.ss07; +kernLeft = o; +kernRight = o; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = o; +}, +{ +pos = (82,0); +ref = dieresiscomb.ss07; +} +); +width = 1186; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-25,0); +ref = dieresiscomb.ss07; +} +); +width = 1280; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = o; +}, +{ +pos = (-4,0); +ref = dieresiscomb.ss07; +} +); +width = 1186; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = odieresis; +} +); +}; +layerId = m007; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = dieresiscomb.ss07; +} +); +width = 1124; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +ref = o; +}, +{ +pos = (-11,0); +ref = dieresiscomb.ss07; +} +); +width = 1244; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +ref = o; +}, +{ +pos = (-4,0); +ref = dieresiscomb.ss07; +} +); +width = 1058; +}, +{ +background = { +shapes = ( +{ +ref = odieresis; +} +); +}; +layerId = m008; +name = ital_gen; +shapes = ( +{ +ref = o; +}, +{ +pos = (2,0); +ref = dieresiscomb.ss07; +} +); +width = 1123; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +ref = o; +}, +{ +pos = (-27,0); +ref = dieresiscomb.ss07; +} +); +width = 1244; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +ref = o; +}, +{ +pos = (-58,0); +ref = dieresiscomb.ss07; +} +); +width = 1280; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +ref = o; +}, +{ +pos = (9,0); +ref = dieresiscomb.ss07; +} +); +width = 1229; +}, +{ +layerId = m012; +name = ital_gen; +shapes = ( +{ +ref = o; +}, +{ +pos = (-4,0); +ref = dieresiscomb.ss07; +} +); +width = 1058; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +ref = o; +}, +{ +pos = (-3,0); +ref = dieresiscomb.ss07; +} +); +width = 1186; +} +); +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/period.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/period.ss07.glyph new file mode 100644 index 000000000..a848b67f9 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/period.ss07.glyph @@ -0,0 +1,544 @@ +{ +color = 9; +glyphname = period.ss07; +kernLeft = comma; +kernRight = comma; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(370,-13,o), +(431,47,o), +(431,122,cs), +(431,196,o), +(370,256,o), +(296,256,cs), +(223,256,o), +(162,196,o), +(162,122,cs), +(162,48,o), +(222,-13,o), +(296,-13,cs) +); +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +closed = 1; +nodes = ( +(412,0,l), +(412,232,l), +(178,232,l), +(178,0,l) +); +} +); +width = 590; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(499,-24,o), +(588,63,o), +(588,179,cs), +(588,295,o), +(499,382,o), +(382,382,cs), +(265,382,o), +(176,295,o), +(176,179,cs), +(176,63,o), +(265,-24,o), +(382,-24,cs) +); +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +closed = 1; +nodes = ( +(586,0,l), +(586,384,l), +(178,384,l), +(178,0,l) +); +} +); +width = 764; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(306,-9,o), +(330,15,o), +(330,44,cs), +(330,73,o), +(306,97,o), +(277,97,cs), +(248,97,o), +(224,73,o), +(224,44,cs), +(224,15,o), +(248,-9,o), +(277,-9,cs) +); +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +closed = 1; +nodes = ( +(322,0,l), +(322,90,l), +(232,90,l), +(232,0,l) +); +} +); +width = 554; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(295,-17,o), +(350,38,o), +(350,108,cs), +(350,178,o), +(295,233,o), +(225,233,cs), +(155,233,o), +(100,178,o), +(100,108,cs), +(100,38,o), +(155,-17,o), +(225,-17,cs) +); +} +); +}; +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(333,0,l), +(333,208,l), +(117,208,l), +(117,0,l) +); +} +); +width = 450; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = period; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(472,0,l), +(472,384,l), +(72,384,l), +(72,0,l) +); +} +); +width = 544; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(230,-12,o), +(254,12,o), +(254,42,cs), +(254,72,o), +(230,96,o), +(200,96,cs), +(170,96,o), +(146,72,o), +(146,42,cs), +(146,12,o), +(170,-12,o), +(200,-12,cs) +); +} +); +}; +layerId = m011; +shapes = ( +{ +closed = 1; +nodes = ( +(240,0,l), +(240,80,l), +(160,80,l), +(160,0,l) +); +} +); +width = 400; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "F41C5F3B-2377-4AB5-BC6F-FE71B11169A5"; +name = "May 26, 23, 15:54"; +shapes = ( +{ +closed = 1; +nodes = ( +(284,-12,o), +(336,40,o), +(336,104,cs), +(336,168,o), +(284,220,o), +(220,220,cs), +(156,220,o), +(104,168,o), +(104,104,cs), +(104,40,o), +(156,-12,o), +(220,-12,cs) +); +} +); +width = 440; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "CB02D222-6B90-4594-918E-CD19D0AE3657"; +name = "May 26, 23, 15:55"; +shapes = ( +{ +closed = 1; +nodes = ( +(287,-12,o), +(340,41,o), +(340,108,cs), +(340,175,o), +(287,228,o), +(220,228,cs), +(153,228,o), +(100,175,o), +(100,108,cs), +(100,41,o), +(153,-12,o), +(220,-12,cs) +); +} +); +width = 440; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "DE59FAA4-FD00-4E18-8CAC-2A573EB9D32D"; +name = "May 26, 23, 16:17"; +shapes = ( +{ +closed = 1; +nodes = ( +(227,-8,o), +(248,13,o), +(248,40,cs), +(248,67,o), +(227,88,o), +(200,88,cs), +(173,88,o), +(152,67,o), +(152,40,cs), +(152,13,o), +(173,-8,o), +(200,-8,cs) +); +} +); +width = 400; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(295,-17,o), +(350,38,o), +(350,108,cs), +(350,178,o), +(295,233,o), +(225,233,cs), +(155,233,o), +(100,178,o), +(100,108,cs), +(100,38,o), +(155,-17,o), +(225,-17,cs) +); +} +); +}; +layerId = "CDC6D7DA-3A7A-4D43-8E9A-D3EE80994115"; +name = "Sep 27, 23, 11:26"; +shapes = ( +{ +closed = 1; +nodes = ( +(319,0,l), +(319,188,l), +(131,188,l), +(131,0,l) +); +} +); +width = 450; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(296,-17,o), +(351,38,o), +(351,108,cs), +(351,178,o), +(296,233,o), +(226,233,cs), +(156,233,o), +(101,178,o), +(101,108,cs), +(101,38,o), +(156,-17,o), +(226,-17,cs) +); +} +); +}; +layerId = m008; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(246,0,l), +(280,208,l), +(64,208,l), +(30,0,l) +); +} +); +width = 450; +}, +{ +background = { +shapes = ( +{ +pos = (1,0); +ref = period; +} +); +}; +layerId = m010; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(385,0,l), +(449,384,l), +(49,384,l), +(-15,0,l) +); +} +); +width = 544; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(499,-24,o), +(588,63,o), +(588,179,cs), +(588,295,o), +(499,382,o), +(382,382,cs), +(265,382,o), +(176,295,o), +(176,179,cs), +(176,63,o), +(265,-24,o), +(382,-24,cs) +); +} +); +}; +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(493,0,l), +(557,384,l), +(149,384,l), +(85,0,l) +); +} +); +width = 764; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(371,-13,o), +(432,47,o), +(432,122,cs), +(432,196,o), +(371,256,o), +(297,256,cs), +(224,256,o), +(163,196,o), +(163,122,cs), +(163,48,o), +(223,-13,o), +(297,-13,cs) +); +} +); +}; +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(320,0,l), +(358,232,l), +(124,232,l), +(86,0,l) +); +} +); +width = 589; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(231,-12,o), +(255,12,o), +(255,42,cs), +(255,72,o), +(231,96,o), +(201,96,cs), +(171,96,o), +(147,72,o), +(147,42,cs), +(147,12,o), +(171,-12,o), +(201,-12,cs) +); +} +); +}; +layerId = m012; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(153,0,l), +(166,80,l), +(86,80,l), +(73,0,l) +); +} +); +width = 400; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(306,-9,o), +(330,15,o), +(330,44,cs), +(330,73,o), +(306,97,o), +(277,97,cs), +(248,97,o), +(224,73,o), +(224,44,cs), +(224,15,o), +(248,-9,o), +(277,-9,cs) +); +} +); +}; +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(229,0,l), +(244,90,l), +(154,90,l), +(139,0,l) +); +} +); +width = 554; +} +); +metricWidth = period; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/periodcentered.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/periodcentered.ss07.glyph new file mode 100644 index 000000000..630e6bd36 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/periodcentered.ss07.glyph @@ -0,0 +1,233 @@ +{ +case = minor; +color = 9; +glyphname = periodcentered.ss07; +kernLeft = hyphen; +kernRight = hyphen; +layers = ( +{ +anchors = ( +{ +name = _centerr; +pos = (32,704); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +pos = (97,588); +ref = period.ss07; +} +); +width = 590; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (48,704); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +pos = (0,512); +ref = period.ss07; +} +); +width = 764; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (96,697); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +pos = (0,652); +ref = period.ss07; +} +); +width = 554; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (-24,704); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (0,600); +ref = period.ss07; +} +); +width = 450; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (-64,704); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (0,512); +ref = period.ss07; +} +); +width = 544; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (24,693); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +alignment = 1; +pos = (0,653); +ref = period.ss07; +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (-29,704); +} +); +layerId = m008; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (99,600); +ref = period.ss07; +} +); +width = 450; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (-53,704); +} +); +layerId = m010; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (85,512); +ref = period.ss07; +} +); +width = 544; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (68,704); +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (85,512); +ref = period.ss07; +} +); +width = 764; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (19,704); +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (97,588); +ref = period.ss07; +} +); +width = 589; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (23,693); +} +); +layerId = m012; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (108,653); +ref = period.ss07; +} +); +width = 400; +}, +{ +anchors = ( +{ +name = _centerr; +pos = (102,697); +} +); +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +alignment = 1; +pos = (108,652); +ref = period.ss07; +} +); +width = 554; +} +); +metricLeft = period; +metricWidth = period; +note = "Sits right in between center of x-height and center of cap height"; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/semicolon.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/semicolon.ss07.glyph new file mode 100644 index 000000000..b884118f1 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/semicolon.ss07.glyph @@ -0,0 +1,276 @@ +{ +color = 9; +glyphname = semicolon.ss07; +kernLeft = colon; +kernRight = colon; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = colon.ss07; +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +pos = (0,823); +ref = period.ss07; +} +); +width = 590; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (-10,0); +ref = colon.ss07; +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +pos = (0,682); +ref = period.ss07; +} +); +width = 764; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (-8,0); +ref = colon.ss07; +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +alignment = -1; +pos = (0,963); +ref = period.ss07; +} +); +width = 554; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +pos = (-6,0); +ref = colon.ss07; +} +); +}; +layerId = m007; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +pos = (10,848); +ref = period.ss07; +} +); +width = 460; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +pos = (0,672); +ref = period.ss07; +} +); +width = 544; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +background = { +shapes = ( +{ +ref = colon.ss07; +} +); +}; +layerId = m011; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +alignment = -1; +pos = (0,976); +ref = period.ss07; +} +); +width = 400; +}, +{ +background = { +shapes = ( +{ +pos = (-6,0); +ref = colon.ss07; +} +); +}; +layerId = m008; +name = ital_gen; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +pos = (150,848); +ref = period.ss07; +} +); +width = 460; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +pos = (111,672); +ref = period.ss07; +} +); +width = 544; +}, +{ +background = { +shapes = ( +{ +pos = (-9,0); +ref = colon.ss07; +} +); +}; +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +alignment = -1; +pos = (1,0); +ref = comma.ss07; +}, +{ +pos = (113,682); +ref = period.ss07; +} +); +width = 766; +}, +{ +background = { +shapes = ( +{ +ref = colon.ss07; +} +); +}; +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +pos = (136,823); +ref = period.ss07; +} +); +width = 589; +}, +{ +background = { +shapes = ( +{ +ref = colon.ss07; +} +); +}; +layerId = m012; +name = ital_gen; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +alignment = -1; +pos = (161,976); +ref = period.ss07; +} +); +width = 400; +}, +{ +background = { +shapes = ( +{ +pos = (-8,0); +ref = colon.ss07; +} +); +}; +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +alignment = -1; +ref = comma.ss07; +}, +{ +alignment = -1; +pos = (159,963); +ref = period.ss07; +} +); +width = 555; +} +); +metricLeft = comma.ss07; +metricRight = period.ss07; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/tsecyrillic.glyph b/src/Inter-Italic.glyphspackage/glyphs/tsecyrillic.glyph index 497c09d9d..46f7de8f2 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/tsecyrillic.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/tsecyrillic.glyph @@ -15,7 +15,7 @@ pos = (881,0); ref = _part.cyrtic; } ); -width = 1235; +width = 1223; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; @@ -30,7 +30,7 @@ pos = (797,0); ref = _part.cyrtic; } ); -width = 1381; +width = 1447; }, { layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; @@ -45,7 +45,7 @@ pos = (883,0); ref = _part.cyrtic; } ); -width = 1187; +width = 1129; }, { layerId = m008; @@ -60,7 +60,7 @@ pos = (850,0); ref = _part.cyrtic; } ); -width = 1151; +width = 1170; }, { layerId = m010; @@ -75,7 +75,7 @@ pos = (778,0); ref = _part.cyrtic; } ); -width = 1345; +width = 1428; }, { layerId = m012; @@ -90,7 +90,7 @@ pos = (824,0); ref = _part.cyrtic; } ); -width = 1059; +width = 1065; } ); metricLeft = idotless; diff --git a/src/Inter-Italic.glyphspackage/glyphs/udieresis.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/udieresis.ss07.glyph new file mode 100644 index 000000000..d6213da90 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/udieresis.ss07.glyph @@ -0,0 +1,177 @@ +{ +color = 9; +glyphname = udieresis.ss07; +kernLeft = u; +kernRight = u; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = u; +}, +{ +pos = (86,0); +ref = dieresiscomb.ss07; +} +); +width = 1197; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = u; +}, +{ +pos = (1,0); +ref = dieresiscomb.ss07; +} +); +width = 1330; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = u; +}, +{ +ref = dieresiscomb.ss07; +} +); +width = 1196; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +ref = dieresiscomb.ss07; +} +); +width = 1120; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +ref = dieresiscomb.ss07; +} +); +width = 1266; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +ref = u; +}, +{ +ref = dieresiscomb.ss07; +} +); +width = 1068; +}, +{ +layerId = m008; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (1,0); +ref = dieresiscomb.ss07; +} +); +width = 1121; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (-16,0); +ref = dieresiscomb.ss07; +} +); +width = 1266; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (-32,0); +ref = dieresiscomb.ss07; +} +); +width = 1331; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (1,0); +ref = dieresiscomb.ss07; +} +); +width = 1212; +}, +{ +layerId = m012; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (1,0); +ref = dieresiscomb.ss07; +} +); +width = 1069; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (1,0); +ref = dieresiscomb.ss07; +} +); +width = 1197; +} +); +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/udieresisbelow.ss07.glyph b/src/Inter-Italic.glyphspackage/glyphs/udieresisbelow.ss07.glyph new file mode 100644 index 000000000..7acfb41da --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/udieresisbelow.ss07.glyph @@ -0,0 +1,186 @@ +{ +color = 9; +glyphname = udieresisbelow.ss07; +kernLeft = u; +kernRight = u; +layers = ( +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = u; +}, +{ +pos = (-99,0); +ref = dotdblsubcomb.ss07; +} +); +width = 1197; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +guides = ( +{ +orientation = center; +angle = 90; +pos = (928,-412); +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = u; +}, +{ +pos = (16,0); +ref = dotdblsubcomb.ss07; +} +); +width = 1330; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = u; +}, +{ +ref = dotdblsubcomb.ss07; +} +); +width = 1196; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m007; +shapes = ( +{ +ref = u; +}, +{ +pos = (8,0); +ref = dotdblsubcomb.ss07; +} +); +width = 1120; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m009; +shapes = ( +{ +ref = u; +}, +{ +pos = (24,0); +ref = dotdblsubcomb.ss07; +} +); +width = 1266; +}, +{ +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +layerId = m011; +shapes = ( +{ +ref = u; +}, +{ +ref = dotdblsubcomb.ss07; +} +); +width = 1068; +}, +{ +layerId = m008; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (8,0); +ref = dotdblsubcomb.ss07; +} +); +width = 1121; +}, +{ +layerId = m010; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (24,0); +ref = dotdblsubcomb.ss07; +} +); +width = 1266; +}, +{ +guides = ( +{ +orientation = center; +angle = 80.6; +pos = (279,-412); +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (17,0); +ref = dotdblsubcomb.ss07; +} +); +width = 1331; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +pos = (1,0); +ref = dotdblsubcomb.ss07; +} +); +width = 1212; +}, +{ +layerId = m012; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +ref = dotdblsubcomb.ss07; +} +); +width = 1069; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +name = ital_gen; +shapes = ( +{ +ref = u; +}, +{ +ref = dotdblsubcomb.ss07; +} +); +width = 1197; +} +); +} diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni02F_6.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni02F_6.glyph index 225ce433f..0290b9ec0 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni02F_6.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni02F_6.glyph @@ -5,55 +5,61 @@ layers = ( layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; shapes = ( { +pos = (1651,0); ref = acutedblcomb; } ); -width = 0; +width = 1059; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; shapes = ( { +pos = (1694,0); ref = acutedblcomb; } ); -width = 0; +width = 1303; }, { layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; shapes = ( { +pos = (1053,0); ref = acutedblcomb; } ); -width = 0; +width = 882; }, { layerId = m008; shapes = ( { +pos = (1617,0); ref = acutedblcomb; } ); -width = 0; +width = 984; }, { layerId = m010; shapes = ( { +pos = (1686,0); ref = acutedblcomb; } ); -width = 0; +width = 1278; }, { layerId = m012; shapes = ( { +pos = (1013,0); ref = acutedblcomb; } ); -width = 0; +width = 841; } ); metricLeft = quotedbl; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni04C_E_.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni04C_E_.glyph index 442e9ff66..e360fba9e 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni04C_E_.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni04C_E_.glyph @@ -15,7 +15,7 @@ pos = (1129,0); ref = _part.cyrtail; } ); -width = 1578; +width = 1655; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; @@ -29,7 +29,7 @@ pos = (1203,0); ref = _part.cyrtail; } ); -width = 1737; +width = 1854; }, { layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; @@ -43,7 +43,7 @@ pos = (1241,0); ref = _part.cyrtail; } ); -width = 1535; +width = 1538; }, { layerId = m008; @@ -57,7 +57,7 @@ pos = (1086,0); ref = _part.cyrtail; } ); -width = 1493; +width = 1610; }, { layerId = m010; @@ -71,7 +71,7 @@ pos = (1158,0); ref = _part.cyrtail; } ); -width = 1677; +width = 1817; }, { layerId = m012; @@ -85,7 +85,7 @@ pos = (1178,0); ref = _part.cyrtail; } ); -width = 1407; +width = 1460; } ); metricLeft = emcyrillic; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_30.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_30.glyph index 2e64f90da..3b1e2ae6d 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_30.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_30.glyph @@ -14,7 +14,7 @@ pos = (50,0); ref = koronis; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_31.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_31.glyph index eb2b0c761..ed976ace0 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_31.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_31.glyph @@ -14,7 +14,7 @@ pos = (33,0); ref = dasia; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_32.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_32.glyph index c650abc0e..16d41c37e 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_32.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_32.glyph @@ -14,7 +14,7 @@ pos = (-150,0); ref = psilivaria; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_33.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_33.glyph index 6f4c322ce..d60878bc7 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_33.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_33.glyph @@ -14,7 +14,7 @@ pos = (-166,0); ref = dasiavaria; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_34.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_34.glyph index dcc00c548..8365d6759 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_34.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_34.glyph @@ -14,7 +14,7 @@ pos = (-134,0); ref = psilioxia; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_35.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_35.glyph index d1b9a381e..eeea7d09f 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_35.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_35.glyph @@ -14,7 +14,7 @@ pos = (-166,0); ref = dasiaoxia; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_36.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_36.glyph index 0735afcd8..2358ac640 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_36.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_36.glyph @@ -14,7 +14,7 @@ pos = (-42,0); ref = psiliperispomeni; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_37.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_37.glyph index 3fb7bed9e..d5e6c90f8 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_37.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_37.glyph @@ -14,7 +14,7 @@ pos = (-41,0); ref = dasiaperispomeni; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_76.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_76.glyph index 50b112363..e291d39f0 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_76.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_76.glyph @@ -14,7 +14,7 @@ pos = (-79,0); ref = varia; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_77.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_77.glyph index 12ab8f0b9..f96b2e9d9 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_77.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_77.glyph @@ -12,7 +12,7 @@ pos = (25,0); ref = oxia; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_0.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_0.glyph index 773934640..bf13f3c2e 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_0.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_0.glyph @@ -14,7 +14,7 @@ pos = (-139,0); ref = brevecomb; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_1.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_1.glyph index 6db3b8285..334a110a5 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_1.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_1.glyph @@ -15,7 +15,7 @@ pos = (-239,0); ref = macroncomb; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_2.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_2.glyph index d3b1e4932..bf2c1afe2 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_2.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_2.glyph @@ -14,7 +14,7 @@ pos = (-168,0); ref = uni1FED; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_3.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_3.glyph index 7e52f1a55..4f011ef17 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_3.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_3.glyph @@ -13,7 +13,7 @@ pos = (-279,0); ref = dieresistonos_narrow; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_6.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_6.glyph index 88f4e0857..5414b6a7f 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_6.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_6.glyph @@ -14,7 +14,7 @@ pos = (-268,0); ref = uni1FC0; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_7.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_7.glyph index 41a118c06..608665841 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_7.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni1F_D_7.glyph @@ -14,7 +14,7 @@ pos = (-198,0); ref = dialytikaperispomeni; } ); -width = 566; +width = 565; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; diff --git a/src/Inter-Italic.glyphspackage/glyphs/uni214D_.glyph b/src/Inter-Italic.glyphspackage/glyphs/uni214D_.glyph index a0d32c33d..799e7aa49 100644 --- a/src/Inter-Italic.glyphspackage/glyphs/uni214D_.glyph +++ b/src/Inter-Italic.glyphspackage/glyphs/uni214D_.glyph @@ -37,7 +37,7 @@ pos = (1246,301); ref = s.subs; } ); -width = 2104; +width = 2103; }, { layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; @@ -98,7 +98,7 @@ shapes = ( ref = _part.A_frac; }, { -pos = (722,0); +pos = (692,0); ref = fraction; }, { @@ -149,7 +149,7 @@ shapes = ( ref = _part.A_frac; }, { -pos = (836,0); +pos = (796,0); ref = fraction; }, { @@ -168,7 +168,7 @@ shapes = ( ref = _part.A_frac; }, { -pos = (649,0); +pos = (629,0); ref = fraction; }, { diff --git a/src/Inter-Italic.glyphspackage/order.plist b/src/Inter-Italic.glyphspackage/order.plist index 8cc937bca..84b783d80 100644 --- a/src/Inter-Italic.glyphspackage/order.plist +++ b/src/Inter-Italic.glyphspackage/order.plist @@ -2103,6 +2103,14 @@ upsilonlatin, vscript, wynn, h.sc, +adieresis.ss07, +i.ss07, +j.ss07, +ldot.ss07, +odieresis.ss07, +udieresis.ss07, +udieresisbelow.ss07, +ldot.ss02.ss07, uni2094, Rturnsuper, finaltsadi, @@ -2284,6 +2292,11 @@ uni205C, uni205D, uni205E, verticalbardbl, +period.ss07, +comma.ss07, +colon.ss07, +semicolon.ss07, +periodcentered.ss07, hyphen__, hyphennobreak, underscoredbl, @@ -2485,11 +2498,17 @@ uni20E8, uni20F0, macronacutecomb.cn, macrongravecomb.cn, +dieresiscomb.ss07, +dotaccentcomb.ss07, firsttonechinese, secondtonechinese, fourthtonechinese, uni02EA, uni02EB, +dieresis.ss07, +dotaccent.ss07, +dieresis.three.ss07, +dotdblsubcomb.ss07, acutelowmod, colontriangularhalfmod, colontriangularmod, @@ -2631,6 +2650,7 @@ circumflexhookcomb.cn, circumflextildecomb.cn, commaaccentright.cn, commaaccentrotate.cn, +dotbelow.ss07, koronisaccentleft.cn, macrondieresiscomb.cn, tildemacroncomb.cn, diff --git a/src/Inter-Roman.glyphspackage/glyphs/I_.double.glyph b/src/Inter-Roman.glyphspackage/glyphs/I_.double.glyph index d7a93d8b4..fc31c2861 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/I_.double.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/I_.double.glyph @@ -92,11 +92,11 @@ shapes = ( ref = I; }, { -pos = (677,0); +pos = (596,0); ref = I; } ); -width = 1273; +width = 1192; }, { anchors = ( diff --git a/src/Inter-Roman.glyphspackage/glyphs/I_dieresis.double.glyph b/src/Inter-Roman.glyphspackage/glyphs/I_dieresis.double.glyph index 22cc3e698..771e3dd2b 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/I_dieresis.double.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/I_dieresis.double.glyph @@ -12,7 +12,7 @@ ref = I.double; }, { alignment = 1; -pos = (-39,372); +pos = (-275,372); ref = dieresis.three; } ); @@ -27,11 +27,11 @@ ref = I.double; }, { alignment = 1; -pos = (-97,372); +pos = (-300,372); ref = dieresis.three; } ); -width = 1273; +width = 1192; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; @@ -42,7 +42,7 @@ ref = I.double; }, { alignment = 1; -pos = (85,372); +pos = (-164,372); ref = dieresis.three; } ); @@ -72,7 +72,7 @@ ref = I.double; }, { alignment = 1; -pos = (-120,434); +pos = (-291,434); ref = dieresis.three; } ); @@ -87,7 +87,7 @@ ref = I.double; }, { alignment = 1; -pos = (-43,434); +pos = (-228,434); ref = dieresis.three; } ); diff --git a/src/Inter-Roman.glyphspackage/glyphs/adieresis.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/adieresis.ss07.glyph index 44671a119..ac6f7a58f 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/adieresis.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/adieresis.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = adieresis.ss07; kernLeft = a; kernRight = a; diff --git a/src/Inter-Roman.glyphspackage/glyphs/colon.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/colon.ss07.glyph index 5a613a4d9..092ce4177 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/colon.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/colon.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = colon.ss07; kernLeft = colon; kernRight = colon; diff --git a/src/Inter-Roman.glyphspackage/glyphs/comma.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/comma.ss07.glyph index 109c81ddc..27889dac8 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/comma.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/comma.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = comma.ss07; kernLeft = comma; kernRight = comma; diff --git a/src/Inter-Roman.glyphspackage/glyphs/dieresis.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/dieresis.ss07.glyph index 399db849a..b12558b17 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/dieresis.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/dieresis.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = dieresis.ss07; layers = ( { diff --git a/src/Inter-Roman.glyphspackage/glyphs/dieresis.three.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/dieresis.three.ss07.glyph index b1af5f92f..67eb10736 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/dieresis.three.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/dieresis.three.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = dieresis.three.ss07; layers = ( { diff --git a/src/Inter-Roman.glyphspackage/glyphs/dieresiscomb.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/dieresiscomb.ss07.glyph index 3a1c0fa4f..15f17a2c4 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/dieresiscomb.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/dieresiscomb.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = dieresiscomb.ss07; layers = ( { diff --git a/src/Inter-Roman.glyphspackage/glyphs/dotaccent.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/dotaccent.ss07.glyph index e75e1edb5..57370e6f4 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/dotaccent.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/dotaccent.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = dotaccent.ss07; layers = ( { diff --git a/src/Inter-Roman.glyphspackage/glyphs/dotaccentcomb.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/dotaccentcomb.ss07.glyph index 5aab640c7..b4badcfbb 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/dotaccentcomb.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/dotaccentcomb.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = dotaccentcomb.ss07; layers = ( { diff --git a/src/Inter-Roman.glyphspackage/glyphs/dotbelow.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/dotbelow.ss07.glyph index e40f7e595..655ddf15a 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/dotbelow.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/dotbelow.ss07.glyph @@ -1,5 +1,6 @@ { case = minor; +color = 9; glyphname = dotbelow.ss07; layers = ( { diff --git a/src/Inter-Roman.glyphspackage/glyphs/dotdblsubcomb.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/dotdblsubcomb.ss07.glyph index 348e27eb4..4125ca4ef 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/dotdblsubcomb.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/dotdblsubcomb.ss07.glyph @@ -1,5 +1,6 @@ { category = Mark; +color = 9; glyphname = dotdblsubcomb.ss07; layers = ( { diff --git a/src/Inter-Roman.glyphspackage/glyphs/i.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/i.ss07.glyph index 3836d3f59..3e63735c0 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/i.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/i.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = i.ss07; kernLeft = idotless; kernRight = idotless; diff --git a/src/Inter-Roman.glyphspackage/glyphs/idieresis.double.glyph b/src/Inter-Roman.glyphspackage/glyphs/idieresis.double.glyph index 4a3a7b904..275bbfa86 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/idieresis.double.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/idieresis.double.glyph @@ -91,7 +91,7 @@ pos = (-298,0); ref = dieresis.three; } ); -width = 721; +width = 628; }, { anchors = ( diff --git a/src/Inter-Roman.glyphspackage/glyphs/idotless.double.glyph b/src/Inter-Roman.glyphspackage/glyphs/idotless.double.glyph index 8956182f0..44852b7cf 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/idotless.double.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/idotless.double.glyph @@ -111,11 +111,11 @@ shapes = ( ref = idotless; }, { -pos = (407,0); +pos = (314,0); ref = idotless; } ); -width = 721; +width = 628; } ); unicode = 60948; diff --git a/src/Inter-Roman.glyphspackage/glyphs/j.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/j.ss07.glyph index 8d9e8aaa0..d0576cba6 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/j.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/j.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = j.ss07; kernLeft = jdotless; kernRight = idotless; diff --git a/src/Inter-Roman.glyphspackage/glyphs/ldot.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/ldot.ss07.glyph index f1e53a119..c4521fd10 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/ldot.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/ldot.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = ldot.ss07; kernLeft = B; kernRight = H; diff --git a/src/Inter-Roman.glyphspackage/glyphs/odieresis.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/odieresis.ss07.glyph index deab65130..611832a85 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/odieresis.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/odieresis.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = odieresis.ss07; kernLeft = o; kernRight = o; diff --git a/src/Inter-Roman.glyphspackage/glyphs/period.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/period.ss07.glyph index dbfbf152c..c77dcff7f 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/period.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/period.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = period.ss07; kernLeft = comma; kernRight = comma; diff --git a/src/Inter-Roman.glyphspackage/glyphs/periodcentered.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/periodcentered.ss07.glyph index 0cca1cb87..5d7569c5e 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/periodcentered.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/periodcentered.ss07.glyph @@ -1,5 +1,6 @@ { case = minor; +color = 9; glyphname = periodcentered.ss07; kernLeft = hyphen; kernRight = hyphen; diff --git a/src/Inter-Roman.glyphspackage/glyphs/romaneight.glyph b/src/Inter-Roman.glyphspackage/glyphs/romaneight.glyph index 5c11e0722..3be09c6ee 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/romaneight.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/romaneight.glyph @@ -35,15 +35,15 @@ pos = (1628,0); ref = I; }, { -pos = (2305,0); +pos = (2224,0); ref = I; }, { -pos = (2982,0); +pos = (2820,0); ref = I; } ); -width = 3578; +width = 3416; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; @@ -77,15 +77,15 @@ pos = (1338,0); ref = I; }, { -pos = (1883,0); +pos = (1814,0); ref = I; }, { -pos = (2428,0); +pos = (2290,0); ref = I; } ); -width = 2904; +width = 2766; }, { layerId = m009; @@ -119,15 +119,15 @@ pos = (1218,0); ref = I; }, { -pos = (1669,0); +pos = (1600,0); ref = I; }, { -pos = (2120,0); +pos = (1982,0); ref = I; } ); -width = 2502; +width = 2364; } ); metricLeft = V; diff --git a/src/Inter-Roman.glyphspackage/glyphs/romanseven.glyph b/src/Inter-Roman.glyphspackage/glyphs/romanseven.glyph index cd1e11548..5c91d4fc3 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/romanseven.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/romanseven.glyph @@ -31,11 +31,11 @@ pos = (1628,0); ref = I; }, { -pos = (2305,0); +pos = (2224,0); ref = I; } ); -width = 2901; +width = 2820; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; @@ -65,11 +65,11 @@ pos = (1338,0); ref = I; }, { -pos = (1883,0); +pos = (1814,0); ref = I; } ); -width = 2359; +width = 2290; }, { layerId = m009; @@ -99,11 +99,11 @@ pos = (1218,0); ref = I; }, { -pos = (1669,0); +pos = (1600,0); ref = I; } ); -width = 2051; +width = 1982; } ); unicode = 8550; diff --git a/src/Inter-Roman.glyphspackage/glyphs/romanthree.glyph b/src/Inter-Roman.glyphspackage/glyphs/romanthree.glyph index 4d9842112..70cc5b5ce 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/romanthree.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/romanthree.glyph @@ -27,15 +27,15 @@ shapes = ( ref = I; }, { -pos = (677,0); +pos = (596,0); ref = I; }, { -pos = (1354,0); +pos = (1192,0); ref = I; } ); -width = 1950; +width = 1788; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; @@ -61,15 +61,15 @@ shapes = ( ref = I; }, { -pos = (545,0); +pos = (476,0); ref = I; }, { -pos = (1090,0); +pos = (952,0); ref = I; } ); -width = 1566; +width = 1428; }, { layerId = m009; @@ -95,15 +95,15 @@ shapes = ( ref = I; }, { -pos = (451,0); +pos = (382,0); ref = I; }, { -pos = (902,0); +pos = (764,0); ref = I; } ); -width = 1284; +width = 1146; } ); unicode = 8546; diff --git a/src/Inter-Roman.glyphspackage/glyphs/romantwelve.glyph b/src/Inter-Roman.glyphspackage/glyphs/romantwelve.glyph index 7b496c173..80d9f3c41 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/romantwelve.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/romantwelve.glyph @@ -31,11 +31,11 @@ pos = (1610,0); ref = I; }, { -pos = (2287,0); +pos = (2206,0); ref = I; } ); -width = 2883; +width = 2802; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; @@ -65,11 +65,11 @@ pos = (1322,0); ref = I; }, { -pos = (1867,0); +pos = (1798,0); ref = I; } ); -width = 2343; +width = 2274; }, { layerId = m009; @@ -99,11 +99,11 @@ pos = (1188,0); ref = I; }, { -pos = (1639,0); +pos = (1570,0); ref = I; } ); -width = 2021; +width = 1952; } ); unicode = 8555; diff --git a/src/Inter-Roman.glyphspackage/glyphs/romantwo.glyph b/src/Inter-Roman.glyphspackage/glyphs/romantwo.glyph index 523cedced..796deb39a 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/romantwo.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/romantwo.glyph @@ -49,11 +49,11 @@ shapes = ( ref = I; }, { -pos = (545,0); +pos = (476,0); ref = I; } ); -width = 1021; +width = 952; }, { layerId = m009; @@ -75,11 +75,11 @@ shapes = ( ref = I; }, { -pos = (451,0); +pos = (382,0); ref = I; } ); -width = 833; +width = 764; } ); unicode = 8545; diff --git a/src/Inter-Roman.glyphspackage/glyphs/semicolon.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/semicolon.ss07.glyph index a7b1d1e50..e809894c1 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/semicolon.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/semicolon.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = semicolon.ss07; kernLeft = colon; kernRight = colon; diff --git a/src/Inter-Roman.glyphspackage/glyphs/udieresis.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/udieresis.ss07.glyph index ad7a1dc3b..e7cac6bca 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/udieresis.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/udieresis.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = udieresis.ss07; kernLeft = u; kernRight = u; diff --git a/src/Inter-Roman.glyphspackage/glyphs/udieresisbelow.ss07.glyph b/src/Inter-Roman.glyphspackage/glyphs/udieresisbelow.ss07.glyph index c0856ebba..7de929c96 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/udieresisbelow.ss07.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/udieresisbelow.ss07.glyph @@ -1,4 +1,5 @@ { +color = 9; glyphname = udieresisbelow.ss07; kernLeft = u; kernRight = u;