From a279fc13d19494cba3a28f8c2f48033af801238a Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 28 May 2022 12:41:25 -0700 Subject: opsz wip --- src/Inter.glyphspackage/glyphs/U_kcyrillic.glyph | 2 +- src/Inter.glyphspackage/glyphs/_part.f_base.glyph | 40 ++-- src/Inter.glyphspackage/glyphs/_part.t_base.glyph | 40 ++-- src/Inter.glyphspackage/glyphs/eightroman.glyph | 8 +- src/Inter.glyphspackage/glyphs/elevenroman.glyph | 4 +- src/Inter.glyphspackage/glyphs/fourroman.glyph | 2 +- .../glyphs/hadescendercyrillic.glyph | 4 +- src/Inter.glyphspackage/glyphs/j.glyph | 4 +- src/Inter.glyphspackage/glyphs/jcaron.glyph | 4 +- src/Inter.glyphspackage/glyphs/jcircumflex.glyph | 4 +- src/Inter.glyphspackage/glyphs/jdotless.glyph | 266 +++++++++------------ src/Inter.glyphspackage/glyphs/jdotlessbar.glyph | 2 +- src/Inter.glyphspackage/glyphs/khacyrillic.glyph | 2 +- src/Inter.glyphspackage/glyphs/nineroman.glyph | 2 +- src/Inter.glyphspackage/glyphs/r.glyph | 194 +++++++++------ src/Inter.glyphspackage/glyphs/rcommaaccent.glyph | 2 +- src/Inter.glyphspackage/glyphs/rdotbelow.glyph | 2 +- .../glyphs/rdotbelowmacron.glyph | 2 +- src/Inter.glyphspackage/glyphs/rlinebelow.glyph | 2 +- src/Inter.glyphspackage/glyphs/sevenroman.glyph | 6 +- src/Inter.glyphspackage/glyphs/sixroman.glyph | 4 +- src/Inter.glyphspackage/glyphs/tenroman.glyph | 2 +- src/Inter.glyphspackage/glyphs/twelveroman.glyph | 6 +- src/Inter.glyphspackage/glyphs/ucyrillic.glyph | 2 +- .../glyphs/udieresiscyrillic.glyph | 2 +- .../glyphs/uhungarumlautcyrillic.glyph | 4 +- src/Inter.glyphspackage/glyphs/ukcyrillic.glyph | 2 +- .../glyphs/umacroncyrillic.glyph | 4 +- src/Inter.glyphspackage/glyphs/uni0233.glyph | 4 +- src/Inter.glyphspackage/glyphs/uni0249.ccmp.glyph | 2 +- src/Inter.glyphspackage/glyphs/uni0249.glyph | 4 +- src/Inter.glyphspackage/glyphs/uni024D_.glyph | 2 +- src/Inter.glyphspackage/glyphs/uni04F_F_.glyph | 4 +- .../glyphs/ushortcyrillic.glyph | 4 +- src/Inter.glyphspackage/glyphs/v.glyph | 51 ++-- src/Inter.glyphspackage/glyphs/vdotbelow.glyph | 4 +- src/Inter.glyphspackage/glyphs/vtilde.glyph | 4 +- src/Inter.glyphspackage/glyphs/vturn.glyph | 4 +- src/Inter.glyphspackage/glyphs/w.glyph | 65 +++-- src/Inter.glyphspackage/glyphs/wacute.glyph | 4 +- src/Inter.glyphspackage/glyphs/wcircumflex.glyph | 4 +- src/Inter.glyphspackage/glyphs/wdieresis.glyph | 4 +- src/Inter.glyphspackage/glyphs/wdotaccent.glyph | 4 +- src/Inter.glyphspackage/glyphs/wdotbelow.glyph | 2 +- src/Inter.glyphspackage/glyphs/wgrave.glyph | 4 +- src/Inter.glyphspackage/glyphs/wring.glyph | 4 +- src/Inter.glyphspackage/glyphs/wturn.glyph | 4 +- src/Inter.glyphspackage/glyphs/x.glyph | 61 +++-- src/Inter.glyphspackage/glyphs/xdieresis.glyph | 4 +- src/Inter.glyphspackage/glyphs/xdotaccent.glyph | 4 +- src/Inter.glyphspackage/glyphs/y.glyph | 239 +++++++++++++----- src/Inter.glyphspackage/glyphs/yacute.glyph | 4 +- src/Inter.glyphspackage/glyphs/ycircumflex.glyph | 4 +- src/Inter.glyphspackage/glyphs/ydieresis.glyph | 4 +- src/Inter.glyphspackage/glyphs/ydotaccent.glyph | 4 +- src/Inter.glyphspackage/glyphs/ydotbelow.glyph | 4 +- src/Inter.glyphspackage/glyphs/ygrave.glyph | 3 +- src/Inter.glyphspackage/glyphs/yhookabove.glyph | 4 +- src/Inter.glyphspackage/glyphs/yring.glyph | 4 +- src/Inter.glyphspackage/glyphs/ytilde.glyph | 4 +- src/Inter.glyphspackage/glyphs/yturn.glyph | 4 +- 61 files changed, 673 insertions(+), 470 deletions(-) (limited to 'src') diff --git a/src/Inter.glyphspackage/glyphs/U_kcyrillic.glyph b/src/Inter.glyphspackage/glyphs/U_kcyrillic.glyph index b970f39b2..b88f45d1f 100644 --- a/src/Inter.glyphspackage/glyphs/U_kcyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/U_kcyrillic.glyph @@ -118,7 +118,7 @@ pos = (1630,0); ref = ucyrillic; } ); -width = 2870; +width = 2854; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/_part.f_base.glyph b/src/Inter.glyphspackage/glyphs/_part.f_base.glyph index ffa04c2b8..e7d52a003 100644 --- a/src/Inter.glyphspackage/glyphs/_part.f_base.glyph +++ b/src/Inter.glyphspackage/glyphs/_part.f_base.glyph @@ -248,20 +248,20 @@ shapes = ( closed = 1; nodes = ( (402,0,l), -(402,1230,ls), -(402,1341,o), -(451,1399,o), -(564,1400,cs), -(614,1399,o), -(643,1388,o), -(660,1382,c), -(710,1530,l), -(684,1542,o), -(631,1559,o), -(546,1560,cs), -(387,1559,o), -(232,1463,o), -(232,1272,cs), +(402,1226,ls), +(402,1317,o), +(430,1344,o), +(526,1344,cs), +(550,1344,o), +(604,1344,o), +(616,1344,c), +(616,1490,l), +(604,1490,o), +(556,1490,o), +(510,1490,cs), +(332,1490,o), +(232,1405,o), +(232,1252,cs), (232,0,l) ); } @@ -275,9 +275,9 @@ shapes = ( closed = 1; nodes = ( (402,0,l), -(402,1226,ls), -(402,1348,o), -(462,1344,o), +(402,1218,ls), +(402,1309,o), +(436,1344,o), (526,1344,cs), (550,1344,o), (604,1344,o), @@ -286,9 +286,9 @@ nodes = ( (604,1490,o), (556,1490,o), (510,1490,cs), -(374,1490,o), -(232,1434,o), -(232,1252,cs), +(339,1490,o), +(232,1395,o), +(232,1244,cs), (232,0,l) ); } diff --git a/src/Inter.glyphspackage/glyphs/_part.t_base.glyph b/src/Inter.glyphspackage/glyphs/_part.t_base.glyph index 3f559f62e..6206563b1 100644 --- a/src/Inter.glyphspackage/glyphs/_part.t_base.glyph +++ b/src/Inter.glyphspackage/glyphs/_part.t_base.glyph @@ -277,20 +277,20 @@ shapes = ( { closed = 1; nodes = ( -(232,274,ls), -(232,79,o), -(390,-15,o), -(536,-14,cs), -(599,-15,o), -(640,-3,o), -(664,6,c), -(628,160,l), -(614,157,o), -(591,151,o), -(552,152,cs), -(477,151,o), -(402,175,o), -(402,320,cs), +(232,238,ls), +(232,92,o), +(339,0,o), +(510,0,cs), +(556,0,o), +(604,0,o), +(616,0,c), +(616,160,l), +(604,160,o), +(526,160,o), +(526,160,cs), +(433,160,o), +(402,190,o), +(402,278,cs), (402,1384,l), (232,1384,l) ); @@ -302,9 +302,9 @@ shapes = ( { closed = 1; nodes = ( -(232,238,ls), -(232,56,o), -(374,0,o), +(232,246,ls), +(232,95,o), +(339,0,o), (510,0,cs), (556,0,o), (604,0,o), @@ -313,9 +313,9 @@ nodes = ( (604,146,o), (550,146,o), (526,146,cs), -(462,146,o), -(402,142,o), -(402,264,cs), +(436,146,o), +(402,181,o), +(402,272,cs), (402,1384,l), (232,1384,l) ); diff --git a/src/Inter.glyphspackage/glyphs/eightroman.glyph b/src/Inter.glyphspackage/glyphs/eightroman.glyph index 10397d50c..f58078d83 100644 --- a/src/Inter.glyphspackage/glyphs/eightroman.glyph +++ b/src/Inter.glyphspackage/glyphs/eightroman.glyph @@ -177,19 +177,19 @@ shapes = ( ref = v; }, { -pos = (1240,0); +pos = (1224,0); ref = i; }, { -pos = (1844,0); +pos = (1828,0); ref = i; }, { -pos = (2448,0); +pos = (2432,0); ref = i; } ); -width = 3052; +width = 3036; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/elevenroman.glyph b/src/Inter.glyphspackage/glyphs/elevenroman.glyph index b473d63d4..2dd95453a 100644 --- a/src/Inter.glyphspackage/glyphs/elevenroman.glyph +++ b/src/Inter.glyphspackage/glyphs/elevenroman.glyph @@ -113,11 +113,11 @@ shapes = ( ref = x; }, { -pos = (1222,0); +pos = (1208,0); ref = i; } ); -width = 1826; +width = 1812; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/fourroman.glyph b/src/Inter.glyphspackage/glyphs/fourroman.glyph index e3e7cc014..622daacff 100644 --- a/src/Inter.glyphspackage/glyphs/fourroman.glyph +++ b/src/Inter.glyphspackage/glyphs/fourroman.glyph @@ -117,7 +117,7 @@ pos = (604,0); ref = v; } ); -width = 1844; +width = 1828; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/hadescendercyrillic.glyph b/src/Inter.glyphspackage/glyphs/hadescendercyrillic.glyph index dc41ba302..00496fd68 100644 --- a/src/Inter.glyphspackage/glyphs/hadescendercyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/hadescendercyrillic.glyph @@ -114,11 +114,11 @@ shapes = ( ref = x; }, { -pos = (790,0); +pos = (783,0); ref = cyrillictic.cn; } ); -width = 1222; +width = 1208; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/j.glyph b/src/Inter.glyphspackage/glyphs/j.glyph index c1755dd36..94d34bf1b 100644 --- a/src/Inter.glyphspackage/glyphs/j.glyph +++ b/src/Inter.glyphspackage/glyphs/j.glyph @@ -86,7 +86,7 @@ shapes = ( ref = jdotless; }, { -pos = (-34,0); +pos = (-33,0); ref = dotaccent; } ); @@ -175,7 +175,7 @@ shapes = ( ref = jdotless; }, { -pos = (-32,42); +pos = (-31,0); ref = dotaccent; } ); diff --git a/src/Inter.glyphspackage/glyphs/jcaron.glyph b/src/Inter.glyphspackage/glyphs/jcaron.glyph index 127756c53..25373d4aa 100644 --- a/src/Inter.glyphspackage/glyphs/jcaron.glyph +++ b/src/Inter.glyphspackage/glyphs/jcaron.glyph @@ -49,7 +49,7 @@ shapes = ( ref = jdotless; }, { -pos = (-346,0); +pos = (-345,0); ref = caron; } ); @@ -114,7 +114,7 @@ shapes = ( ref = jdotless; }, { -pos = (-344,0); +pos = (-343,-42); ref = caron; } ); diff --git a/src/Inter.glyphspackage/glyphs/jcircumflex.glyph b/src/Inter.glyphspackage/glyphs/jcircumflex.glyph index 1b90b889c..610cc66c5 100644 --- a/src/Inter.glyphspackage/glyphs/jcircumflex.glyph +++ b/src/Inter.glyphspackage/glyphs/jcircumflex.glyph @@ -49,7 +49,7 @@ shapes = ( ref = jdotless; }, { -pos = (-346,0); +pos = (-345,0); ref = circumflex; } ); @@ -114,7 +114,7 @@ shapes = ( ref = jdotless; }, { -pos = (-344,0); +pos = (-343,-42); ref = circumflex; } ); diff --git a/src/Inter.glyphspackage/glyphs/jdotless.glyph b/src/Inter.glyphspackage/glyphs/jdotless.glyph index 41562b519..437842e58 100644 --- a/src/Inter.glyphspackage/glyphs/jdotless.glyph +++ b/src/Inter.glyphspackage/glyphs/jdotless.glyph @@ -29,16 +29,12 @@ closed = 1; nodes = ( (158,-82,l), (157,-195,o), -(111,-259,o), +(111,-258,o), (6,-258,cs), -(-6,-259,o), -(-15,-259,o), -(-26,-258,c), +(-26,-258,l), (-26,-418,l), -(-15,-419,o), -(-3,-419,o), -(8,-418,cs), -(224,-419,o), +(8,-418,ls), +(224,-418,o), (329,-288,o), (328,-82,c), (328,1118,l), @@ -67,12 +63,6 @@ name = top; pos = (302,1304); } ); -guides = ( -{ -angle = 90; -pos = (416,1416); -} -); layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; shapes = ( { @@ -82,15 +72,11 @@ nodes = ( (102,-94,o), (73,-122,o), (-24,-122,cs), -(-38,-122,o), -(-51,-121,o), -(-70,-120,c), -(-70,-416,l), -(-40,-418,o), -(-17,-419,o), -(12,-418,cs), -(306,-419,o), -(503,-332,o), +(-70,-122,l), +(-70,-418,l), +(12,-418,ls), +(306,-418,o), +(504,-332,o), (504,-38,cs), (504,1118,l), (102,1118,l) @@ -156,16 +142,12 @@ closed = 1; nodes = ( (52,-82,l), (32,-195,o), -(-26,-259,o), +(-26,-258,o), (-130,-258,cs), -(-143,-259,o), -(-151,-259,o), -(-162,-258,c), +(-162,-258,l), (-190,-418,l), -(-177,-419,o), -(-166,-419,o), -(-154,-418,cs), -(61,-419,o), +(-154,-418,ls), +(61,-418,o), (189,-288,o), (224,-82,c), (422,1118,l), @@ -179,19 +161,19 @@ width = 486; anchors = ( { name = _right; -pos = (354,0); +pos = (355,0); }, { name = bottom; -pos = (88,-398); +pos = (86,-398); }, { name = cross; -pos = (322,686); +pos = (323,686); }, { name = top; -pos = (424,1304); +pos = (425,1304); } ); background = { @@ -231,21 +213,17 @@ shapes = ( closed = 1; nodes = ( (4,-30,ls), -(-7,-93,o), -(-39,-122,o), -(-136,-122,cs), -(-150,-122,o), -(-165,-121,o), -(-182,-120,c), -(-232,-416,l), -(-202,-418,o), -(-179,-419,o), -(-154,-418,cs), -(141,-419,o), -(353,-331,o), -(402,-38,cs), -(596,1118,l), -(194,1118,l) +(-6,-94,o), +(-40,-122,o), +(-137,-122,cs), +(-183,-122,l), +(-232,-418,l), +(-150,-418,ls), +(144,-418,o), +(356,-332,o), +(405,-38,cs), +(597,1118,l), +(195,1118,l) ); } ); @@ -279,14 +257,10 @@ nodes = ( (204,-293,o), (105,-372,o), (-6,-372,cs), -(-12,-372,o), -(-17,-372,o), -(-24,-372,c), -(-30,-416,l), -(-17,-419,o), -(-12,-419,o), -(-6,-418,cs), -(131,-419,o), +(-24,-372,l), +(-24,-418,l), +(-6,-418,ls), +(131,-418,o), (250,-320,o), (250,-162,cs), (250,1118,l), @@ -346,18 +320,14 @@ shapes = ( closed = 1; nodes = ( (84,-162,ls), -(63,-294,o), +(62,-294,o), (-49,-372,o), (-160,-372,cs), -(-166,-372,o), -(-172,-372,o), -(-178,-372,c), -(-190,-416,l), -(-180,-419,o), -(-175,-419,o), -(-168,-418,cs), -(-32,-419,o), -(105,-320,o), +(-178,-372,l), +(-190,-418,l), +(-168,-418,ls), +(-32,-418,o), +(104,-320,o), (130,-162,cs), (344,1118,l), (296,1118,l) @@ -385,6 +355,31 @@ name = top; pos = (243,1262); } ); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(158,-82,l), +(157,-195,o), +(111,-258,o), +(6,-258,cs), +(-6,-258,o), +(-37,-258,o), +(-48,-258,c), +(-48,-418,l), +(-36,-418,o), +(-3,-418,o), +(8,-418,cs), +(226,-418,o), +(329,-288,o), +(328,-82,c), +(328,1056,l), +(158,1056,l) +); +} +); +}; guides = ( { angle = 90; @@ -396,20 +391,16 @@ shapes = ( { closed = 1; nodes = ( -(158,-82,l), -(157,-195,o), -(111,-259,o), -(6,-258,cs), -(-6,-259,o), -(-15,-259,o), -(-26,-258,c), -(-26,-418,l), -(-15,-419,o), -(-3,-419,o), -(8,-418,cs), -(224,-419,o), -(329,-288,o), -(328,-82,c), +(158,-122,ls), +(158,-224,o), +(120,-268,o), +(34,-268,cs), +(-24,-268,l), +(-24,-418,l), +(50,-418,ls), +(228,-418,o), +(328,-301,o), +(328,-148,cs), (328,1056,l), (158,1056,l) ); @@ -474,16 +465,12 @@ closed = 1; nodes = ( (52,-82,l), (32,-195,o), -(-26,-259,o), +(-26,-258,o), (-130,-258,cs), -(-143,-259,o), -(-151,-259,o), -(-162,-258,c), +(-162,-258,l), (-190,-418,l), -(-177,-419,o), -(-166,-419,o), -(-154,-418,cs), -(61,-419,o), +(-154,-418,ls), +(61,-418,o), (189,-288,o), (224,-82,c), (422,1118,l), @@ -509,13 +496,13 @@ pos = (302,686); }, { name = top; -pos = (302,1304); +pos = (303,1262); } ); guides = ( { angle = 90; -pos = (416,1416); +pos = (303,1088); } ); layerId = m009; @@ -523,22 +510,18 @@ shapes = ( { closed = 1; nodes = ( -(102,-30,ls), -(102,-94,o), -(73,-122,o), -(-24,-122,cs), -(-38,-122,o), -(-51,-121,o), -(-70,-120,c), -(-70,-416,l), -(-40,-418,o), -(-17,-419,o), -(12,-418,cs), -(306,-419,o), -(503,-332,o), +(102,0,ls), +(102,-82,o), +(75,-114,o), +(4,-114,cs), +(-70,-114,l), +(-70,-418,l), +(84,-418,ls), +(365,-418,o), +(504,-292,o), (504,-38,cs), -(504,1118,l), -(102,1118,l) +(504,1056,l), +(102,1056,l) ); } ); @@ -548,46 +531,21 @@ width = 606; anchors = ( { name = _right; -pos = (354,0); +pos = (361,0); }, { name = bottom; -pos = (88,-398); +pos = (91,-398); }, { name = cross; -pos = (322,686); +pos = (328,686); }, { name = top; -pos = (424,1304); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(6,-24,ls), -(-6,-87,o), -(-38,-116,o), -(-134,-116,cs), -(-148,-116,o), -(-163,-116,o), -(-180,-114,c), -(-230,-410,l), -(-198,-413,o), -(-177,-413,o), -(-158,-414,cs), -(143,-425,o), -(358,-326,o), -(404,-32,cs), -(596,1118,l), -(194,1118,l) -); +pos = (425,1262); } ); -}; guides = ( { angle = 90; @@ -599,26 +557,22 @@ shapes = ( { closed = 1; nodes = ( -(4,-30,ls), -(-7,-93,o), -(-39,-122,o), -(-136,-122,cs), -(-150,-122,o), -(-165,-121,o), -(-182,-120,c), -(-232,-416,l), -(-202,-418,o), -(-179,-419,o), -(-154,-418,cs), -(141,-419,o), -(353,-331,o), -(402,-38,cs), -(596,1118,l), -(194,1118,l) -); -} -); -width = 606; +(10,-30,ls), +(-1,-94,o), +(-35,-122,o), +(-132,-122,cs), +(-178,-122,l), +(-227,-418,l), +(-145,-418,ls), +(149,-418,o), +(362,-332,o), +(410,-38,cs), +(591,1056,l), +(189,1056,l) +); +} +); +width = 612; } ); metricRight = idotless; diff --git a/src/Inter.glyphspackage/glyphs/jdotlessbar.glyph b/src/Inter.glyphspackage/glyphs/jdotlessbar.glyph index 254fa0790..670e54c6f 100644 --- a/src/Inter.glyphspackage/glyphs/jdotlessbar.glyph +++ b/src/Inter.glyphspackage/glyphs/jdotlessbar.glyph @@ -49,7 +49,7 @@ shapes = ( ref = jdotless; }, { -pos = (-240,-120); +pos = (-239,-120); ref = crossbar; } ); diff --git a/src/Inter.glyphspackage/glyphs/khacyrillic.glyph b/src/Inter.glyphspackage/glyphs/khacyrillic.glyph index 7a03aa423..6a570b86a 100644 --- a/src/Inter.glyphspackage/glyphs/khacyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/khacyrillic.glyph @@ -82,7 +82,7 @@ shapes = ( ref = x; } ); -width = 1222; +width = 1208; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/nineroman.glyph b/src/Inter.glyphspackage/glyphs/nineroman.glyph index 99296dd9f..92214df0c 100644 --- a/src/Inter.glyphspackage/glyphs/nineroman.glyph +++ b/src/Inter.glyphspackage/glyphs/nineroman.glyph @@ -117,7 +117,7 @@ pos = (604,0); ref = x; } ); -width = 1826; +width = 1812; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/r.glyph b/src/Inter.glyphspackage/glyphs/r.glyph index 59aed7244..86530bd86 100644 --- a/src/Inter.glyphspackage/glyphs/r.glyph +++ b/src/Inter.glyphspackage/glyphs/r.glyph @@ -401,77 +401,6 @@ width = 766; anchors = ( { name = bottom; -pos = (306,0); -}, -{ -name = cross; -pos = (302,536); -}, -{ -name = top; -pos = (482,1304); -} -); -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(852,1056,l), -(831,1062,o), -(799,1066,o), -(767,1066,cs), -(683,1066,o), -(549,1032,o), -(493,914,c), -(493,1056,l), -(181,1056,l), -(181,0,l), -(505,0,l), -(505,460,ls), -(505,671,o), -(621,748,o), -(750,748,cs), -(783,748,o), -(817,746,o), -(852,737,c) -); -} -); -}; -layerId = m009; -shapes = ( -{ -closed = 1; -nodes = ( -(502,0,l), -(502,506,ls), -(502,642,o), -(580,752,o), -(706,752,cs), -(756,752,o), -(824,752,o), -(852,752,c), -(852,1056,l), -(820,1056,o), -(790,1056,o), -(752,1056,cs), -(607,1056,o), -(530,1006,o), -(492,864,c), -(490,864,l), -(490,1056,l), -(102,1056,l), -(102,0,l) -); -} -); -width = 884; -}, -{ -anchors = ( -{ -name = bottom; pos = (212,0); }, { @@ -630,6 +559,129 @@ nodes = ( } ); width = 884; +}, +{ +anchors = ( +{ +name = bottom; +pos = (306,0); +}, +{ +name = cross; +pos = (302,536); +}, +{ +name = top; +pos = (482,1304); +} +); +associatedMasterId = m009; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(851,1057,l), +(799,1057,ls), +(726,1057,o), +(666,1044,o), +(619,1018,cs), +(573,992,o), +(534,953,o), +(502,901,c), +(474,1057,l), +(148,1057,l), +(148,0,l), +(502,0,l), +(502,508,ls), +(502,665,o), +(574,743,o), +(718,743,cs), +(851,743,l) +); +} +); +}; +layerId = "09C92F58-57A6-4C99-94E2-09BD7547E420"; +name = "May 28, 22, 12:38"; +shapes = ( +{ +closed = 1; +nodes = ( +(502,0,l), +(502,506,ls), +(502,642,o), +(580,752,o), +(706,752,cs), +(756,752,o), +(824,752,o), +(852,752,c), +(852,1056,l), +(820,1056,o), +(790,1056,o), +(752,1056,cs), +(659,1056,o), +(552,990,o), +(492,896,c), +(490,896,l), +(490,1056,l), +(102,1056,l), +(102,0,l) +); +} +); +width = 884; +}, +{ +anchors = ( +{ +name = bottom; +pos = (302,0); +}, +{ +name = cross; +pos = (302,528); +}, +{ +name = top; +pos = (482,1304); +} +); +guides = ( +{ +angle = 90; +pos = (302,1165); +} +); +layerId = m009; +name = "Black Display"; +shapes = ( +{ +closed = 1; +nodes = ( +(502,0,l), +(502,506,ls), +(502,647,o), +(581,736,o), +(706,736,cs), +(756,736,o), +(824,736,o), +(852,736,c), +(852,1056,l), +(820,1056,o), +(790,1056,o), +(752,1056,cs), +(607,1056,o), +(530,1006,o), +(492,864,c), +(490,864,l), +(490,1056,l), +(102,1056,l), +(102,0,l) +); +} +); +width = 884; } ); metricLeft = r; diff --git a/src/Inter.glyphspackage/glyphs/rcommaaccent.glyph b/src/Inter.glyphspackage/glyphs/rcommaaccent.glyph index ee3aae931..30ad9d4c1 100644 --- a/src/Inter.glyphspackage/glyphs/rcommaaccent.glyph +++ b/src/Inter.glyphspackage/glyphs/rcommaaccent.glyph @@ -114,7 +114,7 @@ shapes = ( ref = r; }, { -pos = (26,0); +pos = (22,0); ref = commaaccent; } ); diff --git a/src/Inter.glyphspackage/glyphs/rdotbelow.glyph b/src/Inter.glyphspackage/glyphs/rdotbelow.glyph index dc420ceee..b4f2678c5 100644 --- a/src/Inter.glyphspackage/glyphs/rdotbelow.glyph +++ b/src/Inter.glyphspackage/glyphs/rdotbelow.glyph @@ -114,7 +114,7 @@ shapes = ( ref = r; }, { -pos = (842,0); +pos = (838,0); ref = dotbelow; } ); diff --git a/src/Inter.glyphspackage/glyphs/rdotbelowmacron.glyph b/src/Inter.glyphspackage/glyphs/rdotbelowmacron.glyph index 7d1581d59..870a05d3b 100644 --- a/src/Inter.glyphspackage/glyphs/rdotbelowmacron.glyph +++ b/src/Inter.glyphspackage/glyphs/rdotbelowmacron.glyph @@ -146,7 +146,7 @@ shapes = ( ref = r; }, { -pos = (842,0); +pos = (838,0); ref = dotbelow; }, { diff --git a/src/Inter.glyphspackage/glyphs/rlinebelow.glyph b/src/Inter.glyphspackage/glyphs/rlinebelow.glyph index ce0613904..5c7e5d49b 100644 --- a/src/Inter.glyphspackage/glyphs/rlinebelow.glyph +++ b/src/Inter.glyphspackage/glyphs/rlinebelow.glyph @@ -114,7 +114,7 @@ shapes = ( ref = r; }, { -pos = (934,0); +pos = (930,0); ref = macronsubnosp; } ); diff --git a/src/Inter.glyphspackage/glyphs/sevenroman.glyph b/src/Inter.glyphspackage/glyphs/sevenroman.glyph index b339d89bb..2ab0abf4d 100644 --- a/src/Inter.glyphspackage/glyphs/sevenroman.glyph +++ b/src/Inter.glyphspackage/glyphs/sevenroman.glyph @@ -145,15 +145,15 @@ shapes = ( ref = v; }, { -pos = (1240,0); +pos = (1224,0); ref = i; }, { -pos = (1844,0); +pos = (1828,0); ref = i; } ); -width = 2448; +width = 2432; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/sixroman.glyph b/src/Inter.glyphspackage/glyphs/sixroman.glyph index 90bdd50f3..ae91ceda2 100644 --- a/src/Inter.glyphspackage/glyphs/sixroman.glyph +++ b/src/Inter.glyphspackage/glyphs/sixroman.glyph @@ -131,11 +131,11 @@ shapes = ( ref = v; }, { -pos = (1240,0); +pos = (1224,0); ref = i; } ); -width = 1844; +width = 1828; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/tenroman.glyph b/src/Inter.glyphspackage/glyphs/tenroman.glyph index edac4951a..1d5c68b42 100644 --- a/src/Inter.glyphspackage/glyphs/tenroman.glyph +++ b/src/Inter.glyphspackage/glyphs/tenroman.glyph @@ -93,7 +93,7 @@ shapes = ( ref = x; } ); -width = 1222; +width = 1208; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/twelveroman.glyph b/src/Inter.glyphspackage/glyphs/twelveroman.glyph index 7601bbbf6..9233b06fb 100644 --- a/src/Inter.glyphspackage/glyphs/twelveroman.glyph +++ b/src/Inter.glyphspackage/glyphs/twelveroman.glyph @@ -145,15 +145,15 @@ shapes = ( ref = x; }, { -pos = (1222,0); +pos = (1208,0); ref = i; }, { -pos = (1826,0); +pos = (1812,0); ref = i; } ); -width = 2430; +width = 2416; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ucyrillic.glyph b/src/Inter.glyphspackage/glyphs/ucyrillic.glyph index c2e020c7e..899ea5235 100644 --- a/src/Inter.glyphspackage/glyphs/ucyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/ucyrillic.glyph @@ -82,7 +82,7 @@ shapes = ( ref = y; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/udieresiscyrillic.glyph b/src/Inter.glyphspackage/glyphs/udieresiscyrillic.glyph index 62a6c638c..495bbfd16 100644 --- a/src/Inter.glyphspackage/glyphs/udieresiscyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/udieresiscyrillic.glyph @@ -82,7 +82,7 @@ shapes = ( ref = ydieresis; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/uhungarumlautcyrillic.glyph b/src/Inter.glyphspackage/glyphs/uhungarumlautcyrillic.glyph index dd709ac63..162be75ec 100644 --- a/src/Inter.glyphspackage/glyphs/uhungarumlautcyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/uhungarumlautcyrillic.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (226,12); +pos = (218,12); ref = hungarumlaut; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ukcyrillic.glyph b/src/Inter.glyphspackage/glyphs/ukcyrillic.glyph index 1285743f0..a24c14c77 100644 --- a/src/Inter.glyphspackage/glyphs/ukcyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/ukcyrillic.glyph @@ -118,7 +118,7 @@ pos = (1193,0); ref = ucyrillic; } ); -width = 2433; +width = 2417; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/umacroncyrillic.glyph b/src/Inter.glyphspackage/glyphs/umacroncyrillic.glyph index 54c7dd37c..413e93ab1 100644 --- a/src/Inter.glyphspackage/glyphs/umacroncyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/umacroncyrillic.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (-42,0); +pos = (-50,0); ref = macron; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/uni0233.glyph b/src/Inter.glyphspackage/glyphs/uni0233.glyph index 7ea3bfc50..48efb6b22 100644 --- a/src/Inter.glyphspackage/glyphs/uni0233.glyph +++ b/src/Inter.glyphspackage/glyphs/uni0233.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (-42,0); +pos = (-50,0); ref = macron; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/uni0249.ccmp.glyph b/src/Inter.glyphspackage/glyphs/uni0249.ccmp.glyph index 50c84076c..152fbd05e 100644 --- a/src/Inter.glyphspackage/glyphs/uni0249.ccmp.glyph +++ b/src/Inter.glyphspackage/glyphs/uni0249.ccmp.glyph @@ -49,7 +49,7 @@ shapes = ( ref = jdotless; }, { -pos = (-240,-120); +pos = (-239,-120); ref = crossbar; } ); diff --git a/src/Inter.glyphspackage/glyphs/uni0249.glyph b/src/Inter.glyphspackage/glyphs/uni0249.glyph index a6598305b..229277a54 100644 --- a/src/Inter.glyphspackage/glyphs/uni0249.glyph +++ b/src/Inter.glyphspackage/glyphs/uni0249.glyph @@ -49,7 +49,7 @@ shapes = ( ref = uni0249.ccmp; }, { -pos = (-34,0); +pos = (-33,0); ref = dotaccent; } ); @@ -114,7 +114,7 @@ shapes = ( ref = uni0249.ccmp; }, { -pos = (-32,42); +pos = (-31,0); ref = dotaccent; } ); diff --git a/src/Inter.glyphspackage/glyphs/uni024D_.glyph b/src/Inter.glyphspackage/glyphs/uni024D_.glyph index 0f79898da..94435c9b1 100644 --- a/src/Inter.glyphspackage/glyphs/uni024D_.glyph +++ b/src/Inter.glyphspackage/glyphs/uni024D_.glyph @@ -114,7 +114,7 @@ shapes = ( ref = r; }, { -pos = (-217,8); +pos = (-217,0); ref = crossbar; } ); diff --git a/src/Inter.glyphspackage/glyphs/uni04F_F_.glyph b/src/Inter.glyphspackage/glyphs/uni04F_F_.glyph index ee962fec5..cbc6eaccc 100644 --- a/src/Inter.glyphspackage/glyphs/uni04F_F_.glyph +++ b/src/Inter.glyphspackage/glyphs/uni04F_F_.glyph @@ -114,11 +114,11 @@ shapes = ( ref = x; }, { -pos = (91,30); +pos = (85,0); ref = crossbar; } ); -width = 1222; +width = 1208; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ushortcyrillic.glyph b/src/Inter.glyphspackage/glyphs/ushortcyrillic.glyph index 19eb3375b..498735099 100644 --- a/src/Inter.glyphspackage/glyphs/ushortcyrillic.glyph +++ b/src/Inter.glyphspackage/glyphs/ushortcyrillic.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (100,0); +pos = (92,0); ref = breve; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/v.glyph b/src/Inter.glyphspackage/glyphs/v.glyph index 79e984fd7..9527aff1e 100644 --- a/src/Inter.glyphspackage/glyphs/v.glyph +++ b/src/Inter.glyphspackage/glyphs/v.glyph @@ -56,9 +56,9 @@ shapes = ( { closed = 1; nodes = ( -(806,1118,l), -(626,378,l), -(614,378,l), +(812,1118,l), +(632,378,l), +(620,378,l), (434,1118,l), (12,1118,l), (386,0,l), @@ -294,11 +294,34 @@ width = 1140; anchors = ( { name = bottom; -pos = (620,0); +pos = (612,0); }, { name = top; -pos = (620,1304); +pos = (612,1262); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(798,1118,l), +(618,378,l), +(606,378,l), +(426,1118,l), +(4,1118,l), +(378,0,l), +(844,0,l), +(1220,1118,l) +); +} +); +}; +guides = ( +{ +angle = 90; +pos = (612,1088); } ); layerId = m009; @@ -306,18 +329,18 @@ shapes = ( { closed = 1; nodes = ( -(806,1118,l), -(626,378,l), -(614,378,l), -(434,1118,l), -(12,1118,l), -(386,0,l), -(852,0,l), -(1228,1118,l) +(802,1056,l), +(620,374,l), +(616,374,l), +(428,1056,l), +(12,1056,l), +(382,0,l), +(842,0,l), +(1212,1056,l) ); } ); -width = 1240; +width = 1224; }, { anchors = ( diff --git a/src/Inter.glyphspackage/glyphs/vdotbelow.glyph b/src/Inter.glyphspackage/glyphs/vdotbelow.glyph index d082a9549..e04dcba95 100644 --- a/src/Inter.glyphspackage/glyphs/vdotbelow.glyph +++ b/src/Inter.glyphspackage/glyphs/vdotbelow.glyph @@ -114,11 +114,11 @@ shapes = ( ref = v; }, { -pos = (1156,0); +pos = (1148,0); ref = dotbelow; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/vtilde.glyph b/src/Inter.glyphspackage/glyphs/vtilde.glyph index a006c16e7..296ca8e2d 100644 --- a/src/Inter.glyphspackage/glyphs/vtilde.glyph +++ b/src/Inter.glyphspackage/glyphs/vtilde.glyph @@ -114,11 +114,11 @@ shapes = ( ref = v; }, { -pos = (108,0); +pos = (100,-42); ref = tilde; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/vturn.glyph b/src/Inter.glyphspackage/glyphs/vturn.glyph index a713ae3fe..abfe1e32e 100644 --- a/src/Inter.glyphspackage/glyphs/vturn.glyph +++ b/src/Inter.glyphspackage/glyphs/vturn.glyph @@ -184,11 +184,11 @@ layerId = m009; shapes = ( { angle = 180; -pos = (1240,1056); +pos = (1224,1056); ref = v; } ); -width = 1240; +width = 1224; }, { anchors = ( diff --git a/src/Inter.glyphspackage/glyphs/w.glyph b/src/Inter.glyphspackage/glyphs/w.glyph index b4ed4fe19..4392b53f3 100644 --- a/src/Inter.glyphspackage/glyphs/w.glyph +++ b/src/Inter.glyphspackage/glyphs/w.glyph @@ -415,34 +415,65 @@ pos = (888,0); }, { name = top; -pos = (896,1304); +pos = (888,1262); } ); -layerId = m009; +background = { shapes = ( { closed = 1; nodes = ( -(734,0,l), -(890,600,l), -(902,600,l), -(1058,0,l), -(1492,0,l), -(1772,1118,l), -(1370,1118,l), -(1248,442,l), +(726,0,l), +(882,600,l), +(894,600,l), +(1050,0,l), +(1484,0,l), +(1764,1118,l), +(1362,1118,l), (1240,442,l), -(1090,1118,l), -(702,1118,l), -(558,436,l), +(1232,442,l), +(1082,1118,l), +(694,1118,l), (550,436,l), -(422,1118,l), -(20,1118,l), -(300,0,l) +(542,436,l), +(414,1118,l), +(12,1118,l), +(292,0,l) ); } ); -width = 1792; +}; +guides = ( +{ +angle = 90; +pos = (888,1088); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(724,0,l), +(886,546,l), +(890,546,l), +(1052,0,l), +(1480,0,l), +(1756,1056,l), +(1360,1056,l), +(1230,430,l), +(1226,430,l), +(1084,1056,l), +(692,1056,l), +(550,430,l), +(546,430,l), +(416,1056,l), +(20,1056,l), +(296,0,l) +); +} +); +width = 1776; }, { anchors = ( diff --git a/src/Inter.glyphspackage/glyphs/wacute.glyph b/src/Inter.glyphspackage/glyphs/wacute.glyph index 7b9ad1848..e8b1cf9a0 100644 --- a/src/Inter.glyphspackage/glyphs/wacute.glyph +++ b/src/Inter.glyphspackage/glyphs/wacute.glyph @@ -114,11 +114,11 @@ shapes = ( ref = w; }, { -pos = (386,42); +pos = (378,0); ref = acute; } ); -width = 1792; +width = 1776; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/wcircumflex.glyph b/src/Inter.glyphspackage/glyphs/wcircumflex.glyph index dea099554..e2101196e 100644 --- a/src/Inter.glyphspackage/glyphs/wcircumflex.glyph +++ b/src/Inter.glyphspackage/glyphs/wcircumflex.glyph @@ -114,11 +114,11 @@ shapes = ( ref = w; }, { -pos = (250,0); +pos = (242,-42); ref = circumflex; } ); -width = 1792; +width = 1776; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/wdieresis.glyph b/src/Inter.glyphspackage/glyphs/wdieresis.glyph index 003600d23..ee84196bd 100644 --- a/src/Inter.glyphspackage/glyphs/wdieresis.glyph +++ b/src/Inter.glyphspackage/glyphs/wdieresis.glyph @@ -119,11 +119,11 @@ ref = w; }, { alignment = 1; -pos = (386,42); +pos = (378,0); ref = dieresis; } ); -width = 1792; +width = 1776; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/wdotaccent.glyph b/src/Inter.glyphspackage/glyphs/wdotaccent.glyph index db63cfe9e..c3e0b3f13 100644 --- a/src/Inter.glyphspackage/glyphs/wdotaccent.glyph +++ b/src/Inter.glyphspackage/glyphs/wdotaccent.glyph @@ -114,11 +114,11 @@ shapes = ( ref = w; }, { -pos = (562,42); +pos = (554,0); ref = dotaccent; } ); -width = 1792; +width = 1776; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/wdotbelow.glyph b/src/Inter.glyphspackage/glyphs/wdotbelow.glyph index 8452e82c1..bf4d96d7f 100644 --- a/src/Inter.glyphspackage/glyphs/wdotbelow.glyph +++ b/src/Inter.glyphspackage/glyphs/wdotbelow.glyph @@ -118,7 +118,7 @@ pos = (1424,0); ref = dotbelow; } ); -width = 1792; +width = 1776; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/wgrave.glyph b/src/Inter.glyphspackage/glyphs/wgrave.glyph index e54ac66b0..c42cd6ca4 100644 --- a/src/Inter.glyphspackage/glyphs/wgrave.glyph +++ b/src/Inter.glyphspackage/glyphs/wgrave.glyph @@ -114,11 +114,11 @@ shapes = ( ref = w; }, { -pos = (280,0); +pos = (272,-42); ref = grave; } ); -width = 1792; +width = 1776; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/wring.glyph b/src/Inter.glyphspackage/glyphs/wring.glyph index 74845631b..eb2652358 100644 --- a/src/Inter.glyphspackage/glyphs/wring.glyph +++ b/src/Inter.glyphspackage/glyphs/wring.glyph @@ -114,11 +114,11 @@ shapes = ( ref = w; }, { -pos = (454,42); +pos = (446,0); ref = ring; } ); -width = 1792; +width = 1776; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/wturn.glyph b/src/Inter.glyphspackage/glyphs/wturn.glyph index 869bc4459..7afa1b7da 100644 --- a/src/Inter.glyphspackage/glyphs/wturn.glyph +++ b/src/Inter.glyphspackage/glyphs/wturn.glyph @@ -208,11 +208,11 @@ layerId = m009; shapes = ( { angle = 180; -pos = (1792,1056); +pos = (1776,1056); ref = w; } ); -width = 1792; +width = 1776; }, { anchors = ( diff --git a/src/Inter.glyphspackage/glyphs/x.glyph b/src/Inter.glyphspackage/glyphs/x.glyph index dd55536c1..e64719473 100644 --- a/src/Inter.glyphspackage/glyphs/x.glyph +++ b/src/Inter.glyphspackage/glyphs/x.glyph @@ -577,23 +577,50 @@ width = 1106; anchors = ( { name = bottom; -pos = (610,0); +pos = (604,0); }, { name = cross; -pos = (610,558); +pos = (604,528); }, { name = cyrtic; -pos = (1144,162); +pos = (1137,162); }, { name = right; -pos = (978,0); +pos = (971,0); }, { name = top; -pos = (610,1304); +pos = (604,1262); +} +); +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(39,1118,l), +(337,558,l), +(19,0,l), +(421,0,l), +(603,354,l), +(793,0,l), +(1189,0,l), +(875,558,l), +(1175,1118,l), +(775,1118,l), +(603,770,l), +(441,1118,l) +); +} +); +}; +guides = ( +{ +angle = 90; +pos = (604,1088); } ); layerId = m009; @@ -601,22 +628,22 @@ shapes = ( { closed = 1; nodes = ( -(46,1118,l), -(344,558,l), +(46,1056,l), +(340,528,l), (26,0,l), -(428,0,l), -(610,354,l), -(800,0,l), -(1196,0,l), -(882,558,l), -(1182,1118,l), -(782,1118,l), -(610,770,l), -(448,1118,l) +(422,0,l), +(604,328,l), +(790,0,l), +(1182,0,l), +(872,528,l), +(1168,1056,l), +(774,1056,l), +(604,738,l), +(442,1056,l) ); } ); -width = 1222; +width = 1208; }, { anchors = ( diff --git a/src/Inter.glyphspackage/glyphs/xdieresis.glyph b/src/Inter.glyphspackage/glyphs/xdieresis.glyph index aa9ec13b0..33b465bfe 100644 --- a/src/Inter.glyphspackage/glyphs/xdieresis.glyph +++ b/src/Inter.glyphspackage/glyphs/xdieresis.glyph @@ -114,11 +114,11 @@ shapes = ( ref = x; }, { -pos = (100,42); +pos = (94,0); ref = dieresis; } ); -width = 1222; +width = 1208; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/xdotaccent.glyph b/src/Inter.glyphspackage/glyphs/xdotaccent.glyph index ec1229566..f6d9d1d09 100644 --- a/src/Inter.glyphspackage/glyphs/xdotaccent.glyph +++ b/src/Inter.glyphspackage/glyphs/xdotaccent.glyph @@ -114,11 +114,11 @@ shapes = ( ref = x; }, { -pos = (276,42); +pos = (270,0); ref = dotaccent; } ); -width = 1222; +width = 1208; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/y.glyph b/src/Inter.glyphspackage/glyphs/y.glyph index a65cd4e5d..0170cbf10 100644 --- a/src/Inter.glyphspackage/glyphs/y.glyph +++ b/src/Inter.glyphspackage/glyphs/y.glyph @@ -38,6 +38,9 @@ shapes = ( { closed = 1; nodes = ( +(160,-407,o), +(209,-419,o), +(268,-418,cs), (423,-419,o), (532,-337,o), (596,-162,cs), @@ -53,10 +56,7 @@ nodes = ( (318,-279,o), (203,-252,cs), (186,-248,l), -(142,-398,l), -(160,-407,o), -(209,-419,o), -(268,-418,cs) +(142,-398,l) ); } ); @@ -89,6 +89,9 @@ shapes = ( { closed = 1; nodes = ( +(167,-404,o), +(254,-419,o), +(346,-418,cs), (627,-419,o), (759,-278,o), (820,-94,cs), @@ -104,10 +107,7 @@ nodes = ( (294,-128,o), (198,-96,c), (192,-94,l), -(104,-380,l), -(167,-404,o), -(254,-419,o), -(346,-418,cs) +(104,-380,l) ); } ); @@ -146,6 +146,9 @@ shapes = ( { closed = 1; nodes = ( +(0,-407,o), +(48,-419,o), +(106,-418,cs), (257,-419,o), (383,-340,o), (478,-162,cs), @@ -161,10 +164,7 @@ nodes = ( (175,-283,o), (61,-250,cs), (54,-248,l), -(-16,-398,l), -(0,-407,o), -(48,-419,o), -(106,-418,cs) +(-16,-398,l) ); } ); @@ -227,6 +227,9 @@ shapes = ( { closed = 1; nodes = ( +(9,-404,o), +(92,-419,o), +(184,-418,cs), (465,-419,o), (620,-278,o), (712,-94,cs), @@ -242,10 +245,7 @@ nodes = ( (180,-129,o), (89,-96,c), (84,-94,l), -(-50,-380,l), -(9,-404,o), -(92,-419,o), -(184,-418,cs) +(-50,-380,l) ); } ); @@ -271,6 +271,9 @@ shapes = ( { closed = 1; nodes = ( +(167,-409,o), +(211,-419,o), +(248,-418,cs), (358,-419,o), (446,-344,o), (496,-204,cs), @@ -286,10 +289,7 @@ nodes = ( (290,-409,o), (152,-354,cs), (142,-350,l), -(124,-390,l), -(167,-409,o), -(211,-419,o), -(248,-418,cs) +(124,-390,l) ); } ); @@ -315,6 +315,9 @@ shapes = ( { closed = 1; nodes = ( +(7,-409,o), +(48,-419,o), +(86,-418,cs), (191,-419,o), (294,-345,o), (368,-204,cs), @@ -330,10 +333,7 @@ nodes = ( (119,-411,o), (-8,-351,c), (-10,-350,l), -(-34,-390,l), -(7,-409,o), -(48,-419,o), -(86,-418,cs) +(-34,-390,l) ); } ); @@ -370,6 +370,9 @@ shapes = ( { closed = 1; nodes = ( +(213,-418,o), +(247,-418,o), +(282,-418,cs), (410,-418,o), (522,-333,o), (575,-196,cs), @@ -385,10 +388,7 @@ nodes = ( (356,-258,o), (282,-258,cs), (178,-258,l), -(178,-418,l), -(213,-418,o), -(247,-418,o), -(282,-418,cs) +(178,-418,l) ); } ); @@ -427,6 +427,9 @@ shapes = ( { closed = 1; nodes = ( +(0,-407,o), +(48,-419,o), +(106,-418,cs), (257,-419,o), (383,-340,o), (478,-162,cs), @@ -442,10 +445,7 @@ nodes = ( (175,-283,o), (61,-250,cs), (54,-248,l), -(-16,-398,l), -(0,-407,o), -(48,-419,o), -(106,-418,cs) +(-16,-398,l) ); } ); @@ -455,21 +455,30 @@ width = 1140; anchors = ( { name = bottom; -pos = (1010,0); +pos = (1002,0); }, { name = ogonek; -pos = (810,-418); +pos = (802,-418); }, { name = top; -pos = (616,1304); +pos = (608,1304); } ); background = { shapes = ( { ref = v; +}, +{ +closed = 0; +nodes = ( +(772,-92,ls), +(772,-328,o), +(650,-432,o), +(374,-432,cs) +); } ); }; @@ -478,29 +487,29 @@ shapes = ( { closed = 1; nodes = ( -(627,-419,o), -(759,-278,o), -(820,-94,cs), -(1228,1118,l), -(806,1118,l), -(622,344,l), -(610,344,l), -(430,1118,l), -(12,1118,l), -(404,-50,l), -(396,-70,ls), -(370,-131,o), -(294,-128,o), -(198,-96,c), -(192,-94,l), -(104,-380,l), -(167,-404,o), -(254,-419,o), -(346,-418,cs) -); -} -); -width = 1240; +(246,-432,o), +(334,-432,o), +(422,-432,cs), +(612,-432,o), +(713,-354,o), +(786,-148,cs), +(1212,1056,l), +(802,1056,l), +(620,364,l), +(616,364,l), +(428,1056,l), +(12,1056,l), +(390,0,l), +(398,-27,ls), +(415,-85,o), +(378,-128,o), +(312,-128,cs), +(158,-128,l), +(158,-432,l) +); +} +); +width = 1224; }, { anchors = ( @@ -559,6 +568,9 @@ shapes = ( { closed = 1; nodes = ( +(9,-404,o), +(92,-419,o), +(184,-418,cs), (465,-419,o), (620,-278,o), (712,-94,cs), @@ -574,14 +586,117 @@ nodes = ( (180,-129,o), (89,-96,c), (84,-94,l), -(-50,-380,l), -(9,-404,o), -(92,-419,o), -(184,-418,cs) +(-50,-380,l) ); } ); width = 1240; +}, +{ +anchors = ( +{ +name = bottom; +pos = (738,-86); +}, +{ +name = ogonek; +pos = (560,-418); +}, +{ +name = top; +pos = (536,1304); +} +); +associatedMasterId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +attr = { +coordinates = ( +100, +0, +72 +); +}; +layerId = "56531405-724E-41D9-AD3A-107782FBF63C"; +name = opsz; +shapes = ( +{ +closed = 1; +nodes = ( +(167,-409,o), +(211,-419,o), +(248,-418,cs), +(358,-419,o), +(446,-344,o), +(496,-204,cs), +(966,1118,l), +(916,1118,l), +(538,58,l), +(532,58,l), +(154,1118,l), +(104,1118,l), +(512,-20,l), +(452,-186,ls), +(393,-349,o), +(290,-409,o), +(152,-354,cs), +(142,-350,l), +(124,-390,l) +); +} +); +width = 1070; +}, +{ +anchors = ( +{ +name = bottom; +pos = (632,-86); +}, +{ +name = ogonek; +pos = (414,-418); +}, +{ +name = top; +pos = (658,1304); +} +); +associatedMasterId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +attr = { +coordinates = ( +100, +-10, +72 +); +}; +layerId = "C038FC8C-0BA7-42F1-8A42-C3272C09980B"; +name = opsz; +shapes = ( +{ +closed = 1; +nodes = ( +(7,-409,o), +(48,-419,o), +(86,-418,cs), +(191,-419,o), +(294,-345,o), +(368,-204,cs), +(1058,1118,l), +(1006,1118,l), +(452,58,l), +(446,58,l), +(244,1118,l), +(198,1118,l), +(414,-18,l), +(326,-184,ls), +(239,-347,o), +(119,-411,o), +(-8,-351,c), +(-10,-350,l), +(-34,-390,l) +); +} +); +width = 1070; } ); metricLeft = v; diff --git a/src/Inter.glyphspackage/glyphs/yacute.glyph b/src/Inter.glyphspackage/glyphs/yacute.glyph index 2003f5d97..7a62145d5 100644 --- a/src/Inter.glyphspackage/glyphs/yacute.glyph +++ b/src/Inter.glyphspackage/glyphs/yacute.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (106,42); +pos = (98,42); ref = acute; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ycircumflex.glyph b/src/Inter.glyphspackage/glyphs/ycircumflex.glyph index 4a9cc89e5..915af2e77 100644 --- a/src/Inter.glyphspackage/glyphs/ycircumflex.glyph +++ b/src/Inter.glyphspackage/glyphs/ycircumflex.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (-30,0); +pos = (-38,0); ref = circumflex; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ydieresis.glyph b/src/Inter.glyphspackage/glyphs/ydieresis.glyph index b2351618a..a12cbb827 100644 --- a/src/Inter.glyphspackage/glyphs/ydieresis.glyph +++ b/src/Inter.glyphspackage/glyphs/ydieresis.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (106,42); +pos = (98,42); ref = dieresis; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ydotaccent.glyph b/src/Inter.glyphspackage/glyphs/ydotaccent.glyph index ad287e0a9..1322b1c1b 100644 --- a/src/Inter.glyphspackage/glyphs/ydotaccent.glyph +++ b/src/Inter.glyphspackage/glyphs/ydotaccent.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (282,42); +pos = (274,42); ref = dotaccent; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ydotbelow.glyph b/src/Inter.glyphspackage/glyphs/ydotbelow.glyph index d45651a9a..ea99f0d5c 100644 --- a/src/Inter.glyphspackage/glyphs/ydotbelow.glyph +++ b/src/Inter.glyphspackage/glyphs/ydotbelow.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (1546,0); +pos = (1538,0); ref = dotbelow; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ygrave.glyph b/src/Inter.glyphspackage/glyphs/ygrave.glyph index 06b426399..422d3ec5f 100644 --- a/src/Inter.glyphspackage/glyphs/ygrave.glyph +++ b/src/Inter.glyphspackage/glyphs/ygrave.glyph @@ -113,10 +113,11 @@ shapes = ( ref = y; }, { +pos = (-8,0); ref = grave; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/yhookabove.glyph b/src/Inter.glyphspackage/glyphs/yhookabove.glyph index 9f4efebe8..656f44a36 100644 --- a/src/Inter.glyphspackage/glyphs/yhookabove.glyph +++ b/src/Inter.glyphspackage/glyphs/yhookabove.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (1354,-6); +pos = (1346,-6); ref = hook; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/yring.glyph b/src/Inter.glyphspackage/glyphs/yring.glyph index 4f8f5efe1..95b92fd37 100644 --- a/src/Inter.glyphspackage/glyphs/yring.glyph +++ b/src/Inter.glyphspackage/glyphs/yring.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (174,42); +pos = (166,42); ref = ring; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/ytilde.glyph b/src/Inter.glyphspackage/glyphs/ytilde.glyph index 6b22086ee..92decc23a 100644 --- a/src/Inter.glyphspackage/glyphs/ytilde.glyph +++ b/src/Inter.glyphspackage/glyphs/ytilde.glyph @@ -114,11 +114,11 @@ shapes = ( ref = y; }, { -pos = (104,0); +pos = (96,0); ref = tilde; } ); -width = 1240; +width = 1224; }, { layerId = m010; diff --git a/src/Inter.glyphspackage/glyphs/yturn.glyph b/src/Inter.glyphspackage/glyphs/yturn.glyph index b70695a8d..a551b2232 100644 --- a/src/Inter.glyphspackage/glyphs/yturn.glyph +++ b/src/Inter.glyphspackage/glyphs/yturn.glyph @@ -186,11 +186,11 @@ layerId = m009; shapes = ( { angle = 180; -pos = (1240,1056); +pos = (1224,1056); ref = y; } ); -width = 1240; +width = 1224; }, { anchors = ( -- cgit v1.2.3