From 438af9f29b607b8717bda892a4fa2e36cea56057 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Fri, 26 May 2023 17:01:30 -0700 Subject: adds "round" quotes & commas as ss03 (also removes unused ss05) Related to #570 --- .../glyphs/G_commaaccent.1.ss03.glyph | 96 ++ .../glyphs/G_commaaccent.ss03.glyph | 85 ++ .../glyphs/K_commaaccent.ss03.glyph | 85 ++ .../glyphs/L_commaaccent.ss03.glyph | 85 ++ .../glyphs/N_commaaccent.ss03.glyph | 85 ++ .../glyphs/R_commaaccent.ss03.glyph | 85 ++ .../glyphs/S_commaaccent.ss03.glyph | 85 ++ .../glyphs/anoteleia.glyph | 2 +- .../glyphs/colon.case.glyph | 2 +- src/Inter-Roman.glyphspackage/glyphs/colon.glyph | 2 +- src/Inter-Roman.glyphspackage/glyphs/comma.glyph | 52 +- .../glyphs/comma.ss03.glyph | 247 ++++ .../glyphs/commaaccent.ss03.glyph | 119 ++ src/Inter-Roman.glyphspackage/glyphs/dcaron.glyph | 18 +- .../glyphs/ellipsis.glyph | 6 +- .../glyphs/hyphendot.glyph | 2 +- .../glyphs/kcommaaccent.ss03.glyph | 85 ++ src/Inter-Roman.glyphspackage/glyphs/lcaron.glyph | 18 +- .../glyphs/lcaron.ss02.glyph | 28 +- .../glyphs/lcommaaccent.ss02.ss03.glyph | 98 ++ .../glyphs/lcommaaccent.ss03.glyph | 85 ++ .../glyphs/ncommaaccent.ss03.glyph | 91 ++ src/Inter-Roman.glyphspackage/glyphs/period.glyph | 101 +- .../glyphs/periodcentered.glyph | 2 +- .../glyphs/punctuationspace.glyph | 2 +- .../glyphs/questiongreek.glyph | 2 +- .../glyphs/quotedblleft.ss03.glyph | 132 +++ .../glyphs/quotedblreversed.ss03.glyph | 130 +++ .../glyphs/quotedblright.ss03.glyph | 97 ++ .../glyphs/quoteleft.1.glyph | 201 ---- .../glyphs/quoteleft.ss03.glyph | 109 ++ .../glyphs/quotereversed.ss03.glyph | 85 ++ .../glyphs/quoteright.1.glyph | 253 ---- .../glyphs/quoteright.ss03.glyph | 1210 ++++++++++++++++++++ src/Inter-Roman.glyphspackage/glyphs/ratio.glyph | 2 +- .../glyphs/rcommaaccent.ss03.glyph | 85 ++ .../glyphs/reversedsemicolon.glyph | 4 +- .../glyphs/reversedsemicolon.ss03.glyph | 86 ++ .../glyphs/scommaaccent.ss03.glyph | 85 ++ .../glyphs/semicolon.glyph | 2 +- .../glyphs/semicolon.ss03.glyph | 106 ++ .../glyphs/tcaron.1.glyph | 12 +- src/Inter-Roman.glyphspackage/glyphs/tcaron.glyph | 12 +- .../glyphs/tcommaaccent.1.ss03.glyph | 98 ++ .../glyphs/tcommaaccent.ss03.glyph | 85 ++ .../glyphs/twodotleader.glyph | 4 +- .../glyphs/uni03F_E_.glyph | 2 +- 47 files changed, 3844 insertions(+), 524 deletions(-) create mode 100644 src/Inter-Roman.glyphspackage/glyphs/G_commaaccent.1.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/G_commaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/K_commaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/L_commaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/N_commaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/R_commaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/S_commaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/comma.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/commaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/kcommaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/lcommaaccent.ss02.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/lcommaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/ncommaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/quotedblleft.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/quotedblreversed.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/quotedblright.ss03.glyph delete mode 100644 src/Inter-Roman.glyphspackage/glyphs/quoteleft.1.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/quoteleft.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/quotereversed.ss03.glyph delete mode 100644 src/Inter-Roman.glyphspackage/glyphs/quoteright.1.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/quoteright.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/rcommaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/reversedsemicolon.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/scommaaccent.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/semicolon.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/tcommaaccent.1.ss03.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/tcommaaccent.ss03.glyph (limited to 'src/Inter-Roman.glyphspackage/glyphs') diff --git a/src/Inter-Roman.glyphspackage/glyphs/G_commaaccent.1.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/G_commaaccent.1.ss03.glyph new file mode 100644 index 000000000..fd7e4b2b1 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/G_commaaccent.1.ss03.glyph @@ -0,0 +1,96 @@ +{ +color = 9; +glyphname = Gcommaaccent.1.ss03; +layers = ( +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +ref = G.1; +}, +{ +alignment = 1; +pos = (476,0); +ref = commaaccent.ss03; +} +); +width = 1536; +}, +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +ref = G.1; +}, +{ +alignment = 1; +pos = (490,0); +ref = commaaccent.ss03; +} +); +width = 1544; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +ref = G.1; +}, +{ +alignment = 1; +pos = (522,0); +ref = commaaccent.ss03; +} +); +width = 1582; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = G.1; +}, +{ +alignment = 1; +pos = (512,0); +ref = commaaccent.ss03; +} +); +width = 1521; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = G.1; +}, +{ +alignment = 1; +pos = (488,0); +ref = commaaccent.ss03; +} +); +width = 1520; +}, +{ +layerId = m011; +shapes = ( +{ +alignment = 1; +ref = G.1; +}, +{ +alignment = 1; +pos = (476,0); +ref = commaaccent.ss03; +} +); +width = 1422; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/G_commaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/G_commaaccent.ss03.glyph new file mode 100644 index 000000000..f6ebec8da --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/G_commaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = Gcommaaccent.ss03; +kernLeft = C; +kernRight = G; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = G; +}, +{ +pos = (490,0); +ref = commaaccent.ss03; +} +); +width = 1522; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = G; +}, +{ +pos = (522,0); +ref = commaaccent.ss03; +} +); +width = 1582; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = G; +}, +{ +pos = (476,0); +ref = commaaccent.ss03; +} +); +width = 1512; +}, +{ +layerId = m007; +shapes = ( +{ +ref = G; +}, +{ +pos = (510,0); +ref = commaaccent.ss03; +} +); +width = 1496; +}, +{ +layerId = m009; +shapes = ( +{ +ref = G; +}, +{ +pos = (488,0); +ref = commaaccent.ss03; +} +); +width = 1516; +}, +{ +layerId = m011; +shapes = ( +{ +ref = G; +}, +{ +pos = (476,0); +ref = commaaccent.ss03; +} +); +width = 1384; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/K_commaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/K_commaaccent.ss03.glyph new file mode 100644 index 000000000..28da6465b --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/K_commaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = Kcommaaccent.ss03; +kernLeft = B; +kernRight = K; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = K; +}, +{ +pos = (418,0); +ref = commaaccent.ss03; +} +); +width = 1363; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = K; +}, +{ +pos = (470,0); +ref = commaaccent.ss03; +} +); +width = 1555; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = K; +}, +{ +pos = (382,0); +ref = commaaccent.ss03; +} +); +width = 1224; +}, +{ +layerId = m007; +shapes = ( +{ +ref = K; +}, +{ +pos = (416,0); +ref = commaaccent.ss03; +} +); +width = 1299; +}, +{ +layerId = m009; +shapes = ( +{ +ref = K; +}, +{ +pos = (470,0); +ref = commaaccent.ss03; +} +); +width = 1493; +}, +{ +layerId = m011; +shapes = ( +{ +ref = K; +}, +{ +pos = (382,0); +ref = commaaccent.ss03; +} +); +width = 1119; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/L_commaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/L_commaaccent.ss03.glyph new file mode 100644 index 000000000..e87fe3067 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/L_commaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = Lcommaaccent.ss03; +kernLeft = B; +kernRight = L; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = L; +}, +{ +pos = (336,0); +ref = commaaccent.ss03; +} +); +width = 1152; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = L; +}, +{ +pos = (320,0); +ref = commaaccent.ss03; +} +); +width = 1158; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = L; +}, +{ +pos = (348,0); +ref = commaaccent.ss03; +} +); +width = 1152; +}, +{ +layerId = m007; +shapes = ( +{ +ref = L; +}, +{ +pos = (336,0); +ref = commaaccent.ss03; +} +); +width = 1096; +}, +{ +layerId = m009; +shapes = ( +{ +ref = L; +}, +{ +pos = (324,0); +ref = commaaccent.ss03; +} +); +width = 1178; +}, +{ +layerId = m011; +shapes = ( +{ +ref = L; +}, +{ +pos = (348,0); +ref = commaaccent.ss03; +} +); +width = 1044; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/N_commaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/N_commaaccent.ss03.glyph new file mode 100644 index 000000000..90309922a --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/N_commaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = Ncommaaccent.ss03; +kernLeft = B; +kernRight = H; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = N; +}, +{ +pos = (487,0); +ref = commaaccent.ss03; +} +); +width = 1534; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = N; +}, +{ +pos = (508,0); +ref = commaaccent.ss03; +} +); +width = 1576; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = N; +}, +{ +pos = (510,0); +ref = commaaccent.ss03; +} +); +width = 1580; +}, +{ +layerId = m007; +shapes = ( +{ +ref = N; +}, +{ +pos = (479,0); +ref = commaaccent.ss03; +} +); +width = 1454; +}, +{ +layerId = m009; +shapes = ( +{ +ref = N; +}, +{ +pos = (494,0); +ref = commaaccent.ss03; +} +); +width = 1512; +}, +{ +layerId = m011; +shapes = ( +{ +ref = N; +}, +{ +pos = (510,0); +ref = commaaccent.ss03; +} +); +width = 1452; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/R_commaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/R_commaaccent.ss03.glyph new file mode 100644 index 000000000..d680a6b2f --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/R_commaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = Rcommaaccent.ss03; +kernLeft = B; +kernRight = R; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = R; +}, +{ +pos = (392,0); +ref = commaaccent.ss03; +} +); +width = 1310; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = R; +}, +{ +pos = (418,0); +ref = commaaccent.ss03; +} +); +width = 1368; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = R; +}, +{ +pos = (366,0); +ref = commaaccent.ss03; +} +); +width = 1260; +}, +{ +layerId = m007; +shapes = ( +{ +ref = R; +}, +{ +pos = (403,0); +ref = commaaccent.ss03; +} +); +width = 1295; +}, +{ +layerId = m009; +shapes = ( +{ +ref = R; +}, +{ +pos = (424,0); +ref = commaaccent.ss03; +} +); +width = 1363; +}, +{ +layerId = m011; +shapes = ( +{ +ref = R; +}, +{ +pos = (380,0); +ref = commaaccent.ss03; +} +); +width = 1184; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/S_commaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/S_commaaccent.ss03.glyph new file mode 100644 index 000000000..c92c0d3d3 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/S_commaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = Scommaaccent.ss03; +kernLeft = S; +kernRight = S; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = S; +}, +{ +pos = (374,0); +ref = commaaccent.ss03; +} +); +width = 1306; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = S; +}, +{ +pos = (410,0); +ref = commaaccent.ss03; +} +); +width = 1364; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = S; +}, +{ +pos = (348,0); +ref = commaaccent.ss03; +} +); +width = 1254; +}, +{ +layerId = m007; +shapes = ( +{ +ref = S; +}, +{ +pos = (385,0); +ref = commaaccent.ss03; +} +); +width = 1258; +}, +{ +layerId = m009; +shapes = ( +{ +ref = S; +}, +{ +pos = (440,0); +ref = commaaccent.ss03; +} +); +width = 1403; +}, +{ +layerId = m011; +shapes = ( +{ +ref = S; +}, +{ +pos = (348,0); +ref = commaaccent.ss03; +} +); +width = 1126; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/anoteleia.glyph b/src/Inter-Roman.glyphspackage/glyphs/anoteleia.glyph index 2fbeaa336..1f1046259 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/anoteleia.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/anoteleia.glyph @@ -41,7 +41,7 @@ alignment = 1; ref = period; } ); -width = 440; +width = 450; }, { layerId = m009; diff --git a/src/Inter-Roman.glyphspackage/glyphs/colon.case.glyph b/src/Inter-Roman.glyphspackage/glyphs/colon.case.glyph index 853fc0278..e4c51b83b 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/colon.case.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/colon.case.glyph @@ -65,7 +65,7 @@ pos = (0,249); ref = colon; } ); -width = 440; +width = 450; }, { layerId = m009; diff --git a/src/Inter-Roman.glyphspackage/glyphs/colon.glyph b/src/Inter-Roman.glyphspackage/glyphs/colon.glyph index 91e2c23f4..690213573 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/colon.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/colon.glyph @@ -81,7 +81,7 @@ pos = (0,784); ref = period; } ); -width = 440; +width = 450; }, { guides = ( diff --git a/src/Inter-Roman.glyphspackage/glyphs/comma.glyph b/src/Inter-Roman.glyphspackage/glyphs/comma.glyph index 3cf0589a8..599ae60ba 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/comma.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/comma.glyph @@ -4,26 +4,47 @@ kernLeft = comma; kernRight = comma; layers = ( { +background = { +shapes = ( +{ +ref = period; +} +); +}; layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; shapes = ( { -pos = (-20,-1338); +pos = (-12,-1338); ref = quoteright; } ); width = 554; }, { +background = { +shapes = ( +{ +ref = period; +} +); +}; layerId = m007; shapes = ( { -pos = (-32,-1282); +pos = (-24,-1282); ref = quoteright; } ); -width = 446; +width = 450; }, { +background = { +shapes = ( +{ +ref = period; +} +); +}; layerId = m009; shapes = ( { @@ -31,17 +52,24 @@ pos = (-24,-1218); ref = quoteright; } ); -width = 567; +width = 544; }, { +background = { +shapes = ( +{ +ref = period; +} +); +}; layerId = m011; shapes = ( { -pos = (-32,-1330); +pos = (12,-1330); ref = quoteright; } ); -width = 392; +width = 400; }, { associatedMasterId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; @@ -75,7 +103,7 @@ pos = (-32,-1282); ref = quoteright; } ); -width = 610; +width = 582; }, { associatedMasterId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; @@ -132,6 +160,13 @@ nodes = ( width = 652; }, { +background = { +shapes = ( +{ +ref = period; +} +); +}; layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; name = Black; shapes = ( @@ -140,9 +175,10 @@ pos = (-58,-1250); ref = quoteright; } ); -width = 798; +width = 764; } ); +metricWidth = period; unicode = 44; userData = { "interface.width-adjustments" = ( diff --git a/src/Inter-Roman.glyphspackage/glyphs/comma.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/comma.ss03.glyph new file mode 100644 index 000000000..54ff99885 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/comma.ss03.glyph @@ -0,0 +1,247 @@ +{ +glyphname = comma.ss03; +kernLeft = comma; +kernRight = comma; +layers = ( +{ +background = { +shapes = ( +{ +ref = period; +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +pos = (-23,-1406); +ref = quoteright.ss03; +} +); +width = 554; +}, +{ +background = { +shapes = ( +{ +ref = period; +} +); +}; +layerId = m007; +shapes = ( +{ +pos = (-5,-1278); +ref = quoteright.ss03; +} +); +width = 450; +}, +{ +background = { +shapes = ( +{ +ref = period; +} +); +}; +layerId = m009; +shapes = ( +{ +pos = (-6,-1109); +ref = quoteright.ss03; +} +); +width = 544; +}, +{ +background = { +shapes = ( +{ +ref = period; +} +); +}; +layerId = m011; +shapes = ( +{ +pos = (-11,-1408); +ref = quoteright.ss03; +} +); +width = 400; +}, +{ +associatedMasterId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +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; +}, +{ +background = { +shapes = ( +{ +ref = period; +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +name = Regular; +shapes = ( +{ +pos = (-2,-1256); +ref = quoteright.ss03; +} +); +width = 582; +}, +{ +associatedMasterId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +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 = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +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; +}, +{ +background = { +shapes = ( +{ +ref = period; +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +name = Black; +shapes = ( +{ +pos = (-6,-1134); +ref = quoteright.ss03; +} +); +width = 764; +}, +{ +associatedMasterId = m007; +layerId = "D38EB533-F23C-4445-A977-CDBA46E684BB"; +name = "May 26, 23, 14:21"; +shapes = ( +{ +pos = (-32,-1282); +ref = quoteright.ss03; +} +); +width = 446; +}, +{ +associatedMasterId = m007; +layerId = "9F94D046-76C4-4E68-A123-06B857C0B881"; +name = "May 26, 23, 14:24"; +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) +); +}, +{ +attr = { +strokePos = 1; +strokeWidth = 100; +}; +closed = 0; +nodes = ( +(75,-347,l), +(264,-292,o), +(351,-135,o), +(351,26,cs), +(351,154,o), +(297,220,o), +(220,220,cs) +); +} +); +width = 446; +} +); +metricWidth = period; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/commaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/commaaccent.ss03.glyph new file mode 100644 index 000000000..3cab04a56 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/commaaccent.ss03.glyph @@ -0,0 +1,119 @@ +{ +glyphname = commaaccent.ss03; +layers = ( +{ +anchors = ( +{ +name = _bottom; +pos = (280,0); +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = -1; +pos = (10,-368); +ref = comma.ss03; +scale = (0.9,0.9); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (280,0); +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = -1; +pos = (8,-376); +ref = comma.ss03; +scale = (0.7,0.7); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (280,0); +} +); +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = -1; +pos = (45,-255); +ref = comma.ss03; +scale = (0.9,0.9); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (248,0); +} +); +layerId = m007; +shapes = ( +{ +alignment = -1; +pos = (39,-328); +ref = comma.ss03; +scale = (0.9,0.9); +} +); +width = 494; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (264,0); +} +); +layerId = m009; +shapes = ( +{ +alignment = -1; +pos = (72,-392); +ref = comma.ss03; +scale = (0.7,0.7); +} +); +width = 526; +}, +{ +anchors = ( +{ +name = _bottom; +pos = (216,0); +} +); +layerId = m011; +shapes = ( +{ +alignment = -1; +pos = (41,-244); +ref = comma.ss03; +scale = (0.9,0.9); +} +); +width = 430; +} +); +userData = { +interface.gridadjust.original = "{'width': 718, 'leftMargin': 118, 'rightMargin': 235}"; +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/dcaron.glyph b/src/Inter-Roman.glyphspackage/glyphs/dcaron.glyph index 9d3e3daa2..d7ad3ffcf 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/dcaron.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/dcaron.glyph @@ -5,6 +5,7 @@ kernRight = dcaron; layers = ( { layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +metricRight = "=+200"; shapes = ( { ref = d; @@ -14,10 +15,11 @@ pos = (1034,0); ref = commaaccentright.cn; } ); -width = 1246; +width = 1446; }, { layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +metricRight = "=+300"; shapes = ( { ref = d; @@ -27,10 +29,11 @@ pos = (1212,0); ref = commaaccentright.cn; } ); -width = 1322; +width = 1622; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +metricRight = "=+100"; shapes = ( { ref = d; @@ -40,10 +43,11 @@ pos = (862,0); ref = commaaccentright.cn; } ); -width = 1190; +width = 1290; }, { layerId = m007; +metricRight = "=+200"; shapes = ( { ref = d; @@ -53,10 +57,11 @@ pos = (1010,0); ref = commaaccentright.cn; } ); -width = 1158; +width = 1358; }, { layerId = m009; +metricRight = "=+300"; shapes = ( { ref = d; @@ -66,10 +71,11 @@ pos = (1202,0); ref = commaaccentright.cn; } ); -width = 1280; +width = 1580; }, { layerId = m011; +metricRight = "=+100"; shapes = ( { ref = d; @@ -79,7 +85,7 @@ pos = (896,0); ref = commaaccentright.cn; } ); -width = 1118; +width = 1218; } ); metricLeft = d; diff --git a/src/Inter-Roman.glyphspackage/glyphs/ellipsis.glyph b/src/Inter-Roman.glyphspackage/glyphs/ellipsis.glyph index d97000b78..4f356d455 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/ellipsis.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/ellipsis.glyph @@ -90,16 +90,16 @@ ref = period; }, { alignment = 1; -pos = (440,0); +pos = (450,0); ref = period; }, { alignment = 1; -pos = (880,0); +pos = (900,0); ref = period; } ); -width = 1320; +width = 1350; }, { guides = ( diff --git a/src/Inter-Roman.glyphspackage/glyphs/hyphendot.glyph b/src/Inter-Roman.glyphspackage/glyphs/hyphendot.glyph index a3b32928c..bf5b7229e 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/hyphendot.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/hyphendot.glyph @@ -35,7 +35,7 @@ shapes = ( ref = periodcentered; } ); -width = 440; +width = 450; }, { layerId = m009; diff --git a/src/Inter-Roman.glyphspackage/glyphs/kcommaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/kcommaaccent.ss03.glyph new file mode 100644 index 000000000..8a064828a --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/kcommaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = kcommaaccent.ss03; +kernLeft = B; +kernRight = k; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = k; +}, +{ +pos = (296,0); +ref = commaaccent.ss03; +} +); +width = 1114; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = k; +}, +{ +pos = (348,0); +ref = commaaccent.ss03; +} +); +width = 1242; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = k; +}, +{ +pos = (258,0); +ref = commaaccent.ss03; +} +); +width = 998; +}, +{ +layerId = m007; +shapes = ( +{ +ref = k; +}, +{ +pos = (296,0); +ref = commaaccent.ss03; +} +); +width = 1039; +}, +{ +layerId = m009; +shapes = ( +{ +ref = k; +}, +{ +pos = (348,0); +ref = commaaccent.ss03; +} +); +width = 1202; +}, +{ +layerId = m011; +shapes = ( +{ +ref = k; +}, +{ +pos = (258,0); +ref = commaaccent.ss03; +} +); +width = 848; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/lcaron.glyph b/src/Inter-Roman.glyphspackage/glyphs/lcaron.glyph index f683a17fe..03f7a085a 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/lcaron.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/lcaron.glyph @@ -5,6 +5,7 @@ kernRight = H; layers = ( { layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +metricRight = "=+200"; shapes = ( { ref = l; @@ -14,10 +15,11 @@ pos = (274,0); ref = commaaccentright.cn; } ); -width = 486; +width = 686; }, { layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +metricRight = "=+300"; shapes = ( { ref = l; @@ -27,10 +29,11 @@ pos = (494,0); ref = commaaccentright.cn; } ); -width = 606; +width = 906; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +metricRight = "=+100"; shapes = ( { ref = l; @@ -40,10 +43,11 @@ pos = (122,0); ref = commaaccentright.cn; } ); -width = 442; +width = 542; }, { layerId = m007; +metricRight = "=+200"; shapes = ( { ref = l; @@ -53,10 +57,11 @@ pos = (274,0); ref = commaaccentright.cn; } ); -width = 422; +width = 622; }, { layerId = m009; +metricRight = "=+300"; shapes = ( { ref = l; @@ -66,10 +71,11 @@ pos = (492,0); ref = commaaccentright.cn; } ); -width = 572; +width = 872; }, { layerId = m011; +metricRight = "=+100"; shapes = ( { ref = l; @@ -79,7 +85,7 @@ pos = (122,0); ref = commaaccentright.cn; } ); -width = 314; +width = 414; } ); metricLeft = l; diff --git a/src/Inter-Roman.glyphspackage/glyphs/lcaron.ss02.glyph b/src/Inter-Roman.glyphspackage/glyphs/lcaron.ss02.glyph index 7fe87e919..795857d17 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/lcaron.ss02.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/lcaron.ss02.glyph @@ -6,9 +6,10 @@ kernRight = H; layers = ( { layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +metricRight = "=+100"; shapes = ( { -alignment = -1; +alignment = 1; ref = l.ss02; }, { @@ -16,13 +17,14 @@ pos = (274,0); ref = commaaccentright.cn; } ); -width = 698; +width = 655; }, { layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +metricRight = "=+200"; shapes = ( { -alignment = -1; +alignment = 1; ref = l.ss02; }, { @@ -30,13 +32,13 @@ pos = (494,0); ref = commaaccentright.cn; } ); -width = 924; +width = 891; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; shapes = ( { -alignment = -1; +alignment = 1; ref = l.ss02; }, { @@ -44,13 +46,14 @@ pos = (122,0); ref = commaaccentright.cn; } ); -width = 482; +width = 472; }, { layerId = m007; +metricRight = "=+180"; shapes = ( { -alignment = -1; +alignment = 1; ref = l.ss02; }, { @@ -58,13 +61,14 @@ pos = (276,0); ref = commaaccentright.cn; } ); -width = 668; +width = 650; }, { layerId = m009; +metricRight = "=+200"; shapes = ( { -alignment = -1; +alignment = 1; ref = l.ss02; }, { @@ -72,13 +76,13 @@ pos = (494,0); ref = commaaccentright.cn; } ); -width = 916; +width = 834; }, { layerId = m011; shapes = ( { -alignment = -1; +alignment = 1; ref = l.ss02; }, { @@ -86,7 +90,7 @@ pos = (122,0); ref = commaaccentright.cn; } ); -width = 400; +width = 360; } ); metricLeft = n; diff --git a/src/Inter-Roman.glyphspackage/glyphs/lcommaaccent.ss02.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/lcommaaccent.ss02.ss03.glyph new file mode 100644 index 000000000..b757dc1a7 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/lcommaaccent.ss02.ss03.glyph @@ -0,0 +1,98 @@ +{ +color = 9; +glyphname = lcommaaccent.ss02.ss03; +kernLeft = B; +kernRight = H; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +alignment = 1; +pos = (26,0); +ref = commaaccent.ss03; +} +); +width = 555; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +alignment = 1; +pos = (78,0); +ref = commaaccent.ss03; +} +); +width = 691; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +alignment = 1; +pos = (14,0); +ref = commaaccent.ss03; +} +); +width = 472; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +alignment = 1; +pos = (28,0); +ref = commaaccent.ss03; +} +); +width = 470; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +alignment = 1; +pos = (78,0); +ref = commaaccent.ss03; +} +); +width = 634; +}, +{ +layerId = m011; +shapes = ( +{ +alignment = 1; +ref = l.ss02; +}, +{ +alignment = 1; +pos = (14,0); +ref = commaaccent.ss03; +} +); +width = 360; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/lcommaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/lcommaaccent.ss03.glyph new file mode 100644 index 000000000..9d91b1354 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/lcommaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = lcommaaccent.ss03; +kernLeft = B; +kernRight = H; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-38,0); +ref = commaaccent.ss03; +} +); +width = 486; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = l; +}, +{ +pos = (22,0); +ref = commaaccent.ss03; +} +); +width = 606; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = l; +}, +{ +pos = (-58,0); +ref = commaaccent.ss03; +} +); +width = 442; +}, +{ +layerId = m007; +shapes = ( +{ +ref = l; +}, +{ +pos = (-38,0); +ref = commaaccent.ss03; +} +); +width = 422; +}, +{ +layerId = m009; +shapes = ( +{ +ref = l; +}, +{ +pos = (21,0); +ref = commaaccent.ss03; +} +); +width = 572; +}, +{ +layerId = m011; +shapes = ( +{ +ref = l; +}, +{ +pos = (-58,0); +ref = commaaccent.ss03; +} +); +width = 314; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/ncommaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/ncommaaccent.ss03.glyph new file mode 100644 index 000000000..b49802c94 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/ncommaaccent.ss03.glyph @@ -0,0 +1,91 @@ +{ +glyphname = ncommaaccent.ss03; +kernLeft = m; +kernRight = a; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = n; +}, +{ +alignment = 1; +pos = (320,0); +ref = commaaccent.ss03; +} +); +width = 1200; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = n; +}, +{ +alignment = 1; +pos = (384,0); +ref = commaaccent.ss03; +} +); +width = 1330; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = n; +}, +{ +alignment = 1; +pos = (318,0); +ref = commaaccent.ss03; +} +); +width = 1196; +}, +{ +layerId = m007; +shapes = ( +{ +ref = n; +}, +{ +alignment = 1; +pos = (312,0); +ref = commaaccent.ss03; +} +); +width = 1120; +}, +{ +layerId = m009; +shapes = ( +{ +ref = n; +}, +{ +alignment = 1; +pos = (368,0); +ref = commaaccent.ss03; +} +); +width = 1266; +}, +{ +layerId = m011; +shapes = ( +{ +ref = n; +}, +{ +alignment = 1; +pos = (318,0); +ref = commaaccent.ss03; +} +); +width = 1068; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/period.glyph b/src/Inter-Roman.glyphspackage/glyphs/period.glyph index cf1291fe4..5ef9850c8 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/period.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/period.glyph @@ -86,22 +86,22 @@ 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) +(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) ); } ); -width = 440; +width = 450; }, { guides = ( @@ -140,6 +140,81 @@ 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) +); +} +); +width = 400; +}, +{ +associatedMasterId = m007; +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 = m007; +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 = m011; +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), diff --git a/src/Inter-Roman.glyphspackage/glyphs/periodcentered.glyph b/src/Inter-Roman.glyphspackage/glyphs/periodcentered.glyph index b373babf5..a8015b6a6 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/periodcentered.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/periodcentered.glyph @@ -70,7 +70,7 @@ pos = (0,601); ref = period; } ); -width = 440; +width = 450; }, { anchors = ( diff --git a/src/Inter-Roman.glyphspackage/glyphs/punctuationspace.glyph b/src/Inter-Roman.glyphspackage/glyphs/punctuationspace.glyph index bb25b339c..6e996c9ce 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/punctuationspace.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/punctuationspace.glyph @@ -15,7 +15,7 @@ width = 554; }, { layerId = m007; -width = 440; +width = 450; }, { layerId = m009; diff --git a/src/Inter-Roman.glyphspackage/glyphs/questiongreek.glyph b/src/Inter-Roman.glyphspackage/glyphs/questiongreek.glyph index fa73ed36b..f562f2d3d 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/questiongreek.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/questiongreek.glyph @@ -39,7 +39,7 @@ alignment = 1; ref = semicolon; } ); -width = 446; +width = 456; }, { layerId = m009; diff --git a/src/Inter-Roman.glyphspackage/glyphs/quotedblleft.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/quotedblleft.ss03.glyph new file mode 100644 index 000000000..5356fce14 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/quotedblleft.ss03.glyph @@ -0,0 +1,132 @@ +{ +glyphname = quotedblleft.ss03; +kernLeft = quotedblleft; +kernRight = quotedblleft; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = quoteleft.ss03; +}, +{ +pos = (435,0); +ref = quoteleft.ss03; +} +); +width = 1040; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = quoteleft.ss03; +}, +{ +pos = (593,0); +ref = quoteleft.ss03; +} +); +width = 1270; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = -1; +ref = quoteleft.ss03; +}, +{ +alignment = -1; +pos = (266,0); +ref = quoteleft.ss03; +} +); +width = 834; +}, +{ +layerId = m007; +shapes = ( +{ +ref = quoteleft.ss03; +}, +{ +pos = (366,0); +ref = quoteleft.ss03; +} +); +width = 843; +}, +{ +layerId = m009; +shapes = ( +{ +ref = quoteleft.ss03; +}, +{ +pos = (545,0); +ref = quoteleft.ss03; +} +); +width = 1110; +}, +{ +layerId = m011; +shapes = ( +{ +alignment = -1; +ref = quoteleft.ss03; +}, +{ +alignment = -1; +pos = (224,0); +ref = quoteleft.ss03; +} +); +width = 636; +}, +{ +associatedMasterId = m011; +layerId = "907610DC-8550-4991-B565-D890B7C74D29"; +name = "May 26, 23, 16:15"; +shapes = ( +{ +alignment = -1; +pos = (-52,0); +ref = quoteleft.ss03; +}, +{ +alignment = -1; +pos = (204,0); +ref = quoteleft.ss03; +} +); +width = 620; +}, +{ +associatedMasterId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +layerId = "7C60ADED-250B-471F-8C6B-3EA7D521EA7B"; +name = "May 26, 23, 16:16"; +shapes = ( +{ +alignment = -1; +pos = (-44,0); +ref = quoteleft.ss03; +}, +{ +alignment = -1; +pos = (302,0); +ref = quoteleft.ss03; +} +); +width = 870; +} +); +metricLeft = "=|quoteright.ss03"; +metricRight = "=|quoteright.ss03"; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/quotedblreversed.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/quotedblreversed.ss03.glyph new file mode 100644 index 000000000..0f161bdd2 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/quotedblreversed.ss03.glyph @@ -0,0 +1,130 @@ +{ +glyphname = quotedblreversed.ss03; +layers = ( +{ +background = { +shapes = ( +{ +pos = (974,0); +ref = quotedblright; +scale = (-1,1); +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +pos = (1040,0); +ref = quotedblright.ss03; +scale = (-1,1); +} +); +width = 1040; +}, +{ +background = { +shapes = ( +{ +pos = (1334,0); +ref = quotedblright; +scale = (-1,1); +} +); +}; +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +pos = (1270,0); +ref = quotedblright.ss03; +scale = (-1,1); +} +); +width = 1270; +}, +{ +background = { +shapes = ( +{ +pos = (790,0); +ref = quotedblright; +scale = (-1,1); +} +); +}; +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +pos = (834,0); +ref = quotedblright.ss03; +scale = (-1,1); +} +); +width = 834; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (843,0); +ref = quotedblright.ss03; +scale = (-1,1); +} +); +width = 843; +}, +{ +background = { +shapes = ( +{ +pos = (1053,0); +ref = quotedblright; +scale = (-1,1); +} +); +}; +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (1110,0); +ref = quotedblright.ss03; +scale = (-1,1); +} +); +width = 1110; +}, +{ +background = { +shapes = ( +{ +pos = (568,0); +ref = quotedblright; +scale = (-1,1); +} +); +}; +layerId = m011; +shapes = ( +{ +alignment = 1; +pos = (636,0); +ref = quotedblright.ss03; +scale = (-1,1); +} +); +width = 636; +} +); +metricLeft = "=|quoteleft"; +metricRight = "=|quoteleft"; +userData = { +interface.gridadjust.original = "{'width': 1095, 'leftMargin': 110, 'rightMargin': 110}"; +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/quotedblright.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/quotedblright.ss03.glyph new file mode 100644 index 000000000..cd3f6b78b --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/quotedblright.ss03.glyph @@ -0,0 +1,97 @@ +{ +glyphname = quotedblright.ss03; +kernLeft = quotedblright; +kernRight = quotedblright; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = quoteright.ss03; +}, +{ +pos = (435,0); +ref = quoteright.ss03; +} +); +width = 1040; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = quoteright.ss03; +}, +{ +pos = (593,0); +ref = quoteright.ss03; +} +); +width = 1270; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = -1; +ref = quoteright.ss03; +}, +{ +alignment = -1; +pos = (266,0); +ref = quoteright.ss03; +} +); +width = 834; +}, +{ +layerId = m007; +shapes = ( +{ +ref = quoteright.ss03; +}, +{ +pos = (366,0); +ref = quoteright.ss03; +} +); +width = 843; +}, +{ +layerId = m009; +shapes = ( +{ +ref = quoteright.ss03; +}, +{ +pos = (545,0); +ref = quoteright.ss03; +} +); +width = 1110; +}, +{ +layerId = m011; +shapes = ( +{ +alignment = -1; +ref = quoteright.ss03; +}, +{ +alignment = -1; +pos = (224,0); +ref = quoteright.ss03; +} +); +width = 636; +} +); +metricLeft = quoteright.ss03; +metricRight = quoteright.ss03; +userData = { +interface.gridadjust.original = "{'width': 1041, 'leftMargin': 142, 'rightMargin': 78}"; +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/quoteleft.1.glyph b/src/Inter-Roman.glyphspackage/glyphs/quoteleft.1.glyph deleted file mode 100644 index 311c54fdb..000000000 --- a/src/Inter-Roman.glyphspackage/glyphs/quoteleft.1.glyph +++ /dev/null @@ -1,201 +0,0 @@ -{ -glyphname = quoteleft.1; -kernLeft = quotedbl; -kernRight = quotedbl; -layers = ( -{ -layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; -shapes = ( -{ -closed = 1; -nodes = ( -(264,1454,o), -(160,1303,o), -(160,1097,cs), -(160,986,o), -(229,927,o), -(316,927,cs), -(396,927,o), -(459,989,o), -(459,1068,cs), -(459,1141,o), -(405,1188,o), -(324,1188,cs), -(251,1188,o), -(180,1150,o), -(180,1052,c), -(206,1052,l), -(206,1097,ls), -(206,1280,o), -(292,1414,o), -(458,1464,c), -(443,1506,l) -); -} -); -width = 619; -}, -{ -layerId = m011; -shapes = ( -{ -closed = 1; -nodes = ( -(204,1454,o), -(100,1303,o), -(100,1097,cs), -(100,986,o), -(169,927,o), -(256,927,cs), -(336,927,o), -(399,989,o), -(399,1068,cs), -(399,1141,o), -(345,1188,o), -(264,1188,cs), -(191,1188,o), -(120,1150,o), -(120,1052,c), -(146,1052,l), -(146,1097,ls), -(146,1280,o), -(232,1414,o), -(398,1464,c), -(383,1506,l) -); -} -); -width = 499; -}, -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -shapes = ( -{ -closed = 1; -nodes = ( -(234,1459,o), -(140,1335,o), -(140,1141,cs), -(140,1013,o), -(207,935,o), -(312,935,cs), -(397,935,o), -(460,996,o), -(460,1076,cs), -(460,1157,o), -(410,1217,o), -(337,1217,cs), -(259,1217,o), -(185,1149,o), -(185,1060,c), -(245,1060,l), -(245,1141,ls), -(245,1295,o), -(301,1371,o), -(456,1422,c), -(423,1514,l) -); -} -); -width = 600; -}, -{ -layerId = m007; -shapes = ( -{ -closed = 1; -nodes = ( -(174,1459,o), -(80,1335,o), -(80,1141,cs), -(80,1013,o), -(147,935,o), -(252,935,cs), -(337,935,o), -(400,996,o), -(400,1076,cs), -(400,1157,o), -(350,1217,o), -(277,1217,cs), -(199,1217,o), -(125,1149,o), -(125,1060,c), -(185,1060,l), -(185,1141,ls), -(185,1295,o), -(241,1371,o), -(396,1422,c), -(363,1514,l) -); -} -); -width = 480; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -shapes = ( -{ -closed = 1; -nodes = ( -(224,1421,o), -(140,1248,o), -(140,1024,cs), -(140,861,o), -(242,785,o), -(364,785,cs), -(492,785,o), -(577,868,o), -(577,985,cs), -(577,1102,o), -(492,1181,o), -(380,1181,cs), -(266,1181,o), -(235,1099,o), -(235,985,c), -(292,985,l), -(292,1096,ls), -(292,1205,o), -(343,1310,o), -(549,1377,c), -(505,1514,l) -); -} -); -width = 717; -}, -{ -layerId = m009; -shapes = ( -{ -closed = 1; -nodes = ( -(149,1421,o), -(65,1248,o), -(65,1024,cs), -(65,861,o), -(167,785,o), -(289,785,cs), -(417,785,o), -(502,868,o), -(502,985,cs), -(502,1102,o), -(417,1181,o), -(305,1181,cs), -(191,1181,o), -(160,1099,o), -(160,985,c), -(217,985,l), -(217,1096,ls), -(217,1205,o), -(268,1310,o), -(474,1377,c), -(430,1514,l) -); -} -); -width = 567; -} -); -metricLeft = "=|quoteright.1"; -metricRight = "=|quoteleft.1"; -} diff --git a/src/Inter-Roman.glyphspackage/glyphs/quoteleft.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/quoteleft.ss03.glyph new file mode 100644 index 000000000..909b5ea2a --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/quoteleft.ss03.glyph @@ -0,0 +1,109 @@ +{ +glyphname = quoteleft.ss03; +kernLeft = quotedbl; +kernRight = quotedbl; +layers = ( +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +angle = 180; +pos = (568,2550); +ref = quoteright.ss03; +} +); +width = 568; +}, +{ +layerId = m011; +shapes = ( +{ +angle = 180; +pos = (412,2550); +ref = quoteright.ss03; +} +); +width = 412; +}, +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +angle = 180; +pos = (605,2484); +ref = quoteright.ss03; +} +); +width = 605; +}, +{ +layerId = m007; +shapes = ( +{ +angle = 180; +pos = (477,2484); +ref = quoteright.ss03; +} +); +width = 477; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +angle = 180; +pos = (677,2292); +ref = quoteright.ss03; +} +); +width = 677; +}, +{ +layerId = m009; +shapes = ( +{ +angle = 180; +pos = (565,2292); +ref = quoteright.ss03; +} +); +width = 565; +}, +{ +associatedMasterId = m007; +layerId = "8FA92E11-F4A8-48D3-AD9A-8365FA274A89"; +name = "May 26, 23, 14:48"; +shapes = ( +{ +closed = 1; +nodes = ( +(174,1459,o), +(80,1335,o), +(80,1141,cs), +(80,1013,o), +(147,935,o), +(252,935,cs), +(337,935,o), +(400,996,o), +(400,1076,cs), +(400,1157,o), +(350,1217,o), +(277,1217,cs), +(199,1217,o), +(125,1149,o), +(125,1060,c), +(185,1060,l), +(185,1141,ls), +(185,1295,o), +(241,1371,o), +(396,1422,c), +(363,1514,l) +); +} +); +width = 480; +} +); +metricLeft = "=|quoteright.ss03"; +metricRight = "=|quoteleft.ss03"; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/quotereversed.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/quotereversed.ss03.glyph new file mode 100644 index 000000000..321b8d8bd --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/quotereversed.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = quotereversed.ss03; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +pos = (605,0); +ref = quoteright.ss03; +scale = (-1,1); +} +); +width = 605; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +pos = (677,0); +ref = quoteright.ss03; +scale = (-1,1); +} +); +width = 677; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +pos = (568,0); +ref = quoteright.ss03; +scale = (-1,1); +} +); +width = 568; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (477,0); +ref = quoteright.ss03; +scale = (-1,1); +} +); +width = 477; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (565,0); +ref = quoteright.ss03; +scale = (-1,1); +} +); +width = 565; +}, +{ +layerId = m011; +shapes = ( +{ +alignment = 1; +pos = (412,0); +ref = quoteright.ss03; +scale = (-1,1); +} +); +width = 412; +} +); +metricLeft = "=|quoteleft"; +metricRight = "=|quoteleft"; +userData = { +interface.gridadjust.original = "{'width': 578, 'leftMargin': 106, 'rightMargin': 66}"; +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/quoteright.1.glyph b/src/Inter-Roman.glyphspackage/glyphs/quoteright.1.glyph deleted file mode 100644 index 5196da5f7..000000000 --- a/src/Inter-Roman.glyphspackage/glyphs/quoteright.1.glyph +++ /dev/null @@ -1,253 +0,0 @@ -{ -glyphname = quoteright.1; -layers = ( -{ -layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; -shapes = ( -{ -closed = 1; -nodes = ( -(355,979,o), -(459,1130,o), -(459,1336,cs), -(459,1447,o), -(390,1506,o), -(303,1506,cs), -(223,1506,o), -(160,1444,o), -(160,1365,cs), -(160,1292,o), -(214,1245,o), -(295,1245,cs), -(368,1245,o), -(439,1283,o), -(439,1381,c), -(413,1381,l), -(413,1336,ls), -(413,1153,o), -(327,1019,o), -(161,969,c), -(176,927,l) -); -} -); -width = 619; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(142,1510,o), -(79,1449,o), -(79,1369,cs), -(79,1288,o), -(129,1228,o), -(202,1228,cs), -(236,1228,o), -(265,1240,o), -(288,1263,c), -(285,1147,o), -(217,1067,o), -(83,1023,c), -(116,931,l), -(305,986,o), -(399,1110,o), -(399,1304,cs), -(399,1432,o), -(332,1510,o), -(227,1510,cs) -); -} -); -}; -layerId = m011; -shapes = ( -{ -closed = 1; -nodes = ( -(295,979,o), -(399,1130,o), -(399,1336,cs), -(399,1447,o), -(330,1506,o), -(243,1506,cs), -(163,1506,o), -(100,1444,o), -(100,1365,cs), -(100,1292,o), -(154,1245,o), -(235,1245,cs), -(308,1245,o), -(379,1283,o), -(379,1381,c), -(353,1381,l), -(353,1336,ls), -(353,1153,o), -(267,1019,o), -(101,969,c), -(116,927,l) -); -} -); -width = 499; -}, -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -shapes = ( -{ -closed = 1; -nodes = ( -(346,990,o), -(440,1114,o), -(440,1308,cs), -(440,1436,o), -(373,1514,o), -(268,1514,cs), -(183,1514,o), -(120,1453,o), -(120,1373,cs), -(120,1292,o), -(170,1232,o), -(243,1232,cs), -(321,1232,o), -(395,1300,o), -(395,1389,c), -(335,1389,l), -(335,1308,ls), -(335,1154,o), -(279,1078,o), -(124,1027,c), -(157,935,l) -); -} -); -width = 580; -}, -{ -background = { -shapes = ( -{ -closed = 1; -nodes = ( -(133,1514,o), -(70,1453,o), -(70,1373,cs), -(70,1292,o), -(120,1232,o), -(193,1232,cs), -(227,1232,o), -(256,1244,o), -(279,1267,c), -(276,1151,o), -(208,1071,o), -(74,1027,c), -(107,935,l), -(296,990,o), -(390,1114,o), -(390,1308,cs), -(390,1436,o), -(323,1514,o), -(218,1514,cs) -); -} -); -}; -layerId = m007; -shapes = ( -{ -closed = 1; -nodes = ( -(296,990,o), -(390,1114,o), -(390,1308,cs), -(390,1436,o), -(323,1514,o), -(218,1514,cs), -(133,1514,o), -(70,1453,o), -(70,1373,cs), -(70,1292,o), -(120,1232,o), -(193,1232,cs), -(271,1232,o), -(345,1300,o), -(345,1389,c), -(285,1389,l), -(285,1308,ls), -(285,1154,o), -(229,1078,o), -(74,1027,c), -(107,935,l) -); -} -); -width = 470; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -shapes = ( -{ -closed = 1; -nodes = ( -(493,878,o), -(577,1051,o), -(577,1275,cs), -(577,1438,o), -(475,1514,o), -(353,1514,cs), -(225,1514,o), -(140,1431,o), -(140,1314,cs), -(140,1197,o), -(225,1118,o), -(337,1118,cs), -(451,1118,o), -(482,1200,o), -(482,1314,c), -(425,1314,l), -(425,1203,ls), -(425,1094,o), -(374,989,o), -(168,922,c), -(212,785,l) -); -} -); -width = 717; -}, -{ -layerId = m009; -shapes = ( -{ -closed = 1; -nodes = ( -(403,878,o), -(487,1051,o), -(487,1275,cs), -(487,1438,o), -(385,1514,o), -(263,1514,cs), -(135,1514,o), -(50,1431,o), -(50,1314,cs), -(50,1197,o), -(135,1118,o), -(247,1118,cs), -(361,1118,o), -(392,1200,o), -(392,1314,c), -(335,1314,l), -(335,1203,ls), -(335,1094,o), -(284,989,o), -(78,922,c), -(122,785,l) -); -} -); -width = 552; -} -); -} diff --git a/src/Inter-Roman.glyphspackage/glyphs/quoteright.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/quoteright.ss03.glyph new file mode 100644 index 000000000..3eb043197 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/quoteright.ss03.glyph @@ -0,0 +1,1210 @@ +{ +glyphname = quoteright.ss03; +layers = ( +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,1172,o), +(318,1292,o), +(341,1411,cs), +(353,1471,o), +(324,1504,o), +(282,1504,cs), +(248,1504,o), +(224,1482,o), +(224,1450,cs), +(224,1420,o), +(248,1396,o), +(278,1396,cs), +(308,1396,o), +(324,1420,o), +(324,1450,c), +(297,1450,l), +(297,1440,o), +(297,1429,o), +(297,1419,c), +(274,1300,o), +(251,1180,o), +(228,1061,c), +(271,1053,l) +); +} +); +width = 568; +}, +{ +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(245,1136,o), +(292,1246,o), +(292,1355,cs), +(292,1478,o), +(244,1506,o), +(204,1506,cs), +(166,1506,o), +(139,1481,o), +(139,1446,cs), +(139,1415,o), +(163,1394,o), +(196,1394,cs), +(227,1394,o), +(249,1415,o), +(249,1446,c), +(230,1446,l), +(241,1416,o), +(246,1385,o), +(246,1355,cs), +(246,1253,o), +(204,1154,o), +(128,1075,c), +(160,1044,l) +); +} +); +}; +layerId = m011; +shapes = ( +{ +closed = 1; +nodes = ( +(216,1172,o), +(240,1292,o), +(263,1411,cs), +(275,1471,o), +(246,1504,o), +(204,1504,cs), +(170,1504,o), +(146,1482,o), +(146,1450,cs), +(146,1420,o), +(170,1396,o), +(200,1396,cs), +(230,1396,o), +(246,1420,o), +(246,1450,c), +(219,1450,l), +(219,1440,o), +(219,1429,o), +(219,1419,c), +(196,1300,o), +(173,1180,o), +(150,1061,c), +(193,1053,l) +); +} +); +width = 412; +}, +{ +background = { +shapes = ( +{ +pos = (0,1257); +ref = period; +} +); +}; +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,1016,o), +(445,1129,o), +(445,1319,cs), +(445,1435,o), +(387,1506,o), +(296,1506,cs), +(216,1506,o), +(160,1452,o), +(160,1374,cs), +(160,1297,o), +(214,1245,o), +(280,1245,cs), +(325,1245,o), +(356,1294,o), +(356,1336,c), +(339,1336,l), +(339,1333,o), +(339,1331,o), +(339,1328,cs), +(339,1165,o), +(286,1109,o), +(176,1049,c), +(221,959,l) +); +} +); +width = 605; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +metricLeft = "=120"; +metricRight = "=120"; +shapes = ( +{ +closed = 1; +nodes = ( +(473,878,o), +(557,1051,o), +(557,1275,cs), +(557,1438,o), +(455,1514,o), +(333,1514,cs), +(208,1514,o), +(120,1431,o), +(120,1314,cs), +(120,1199,o), +(201,1118,o), +(317,1118,cs), +(431,1118,o), +(462,1200,o), +(462,1314,c), +(405,1314,l), +(405,1277,o), +(405,1240,o), +(405,1203,cs), +(405,1094,o), +(354,989,o), +(148,922,c), +(192,785,l) +); +} +); +width = 677; +}, +{ +background = { +shapes = ( +{ +pos = (0,1107); +ref = period; +} +); +}; +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(417,878,o), +(501,1033,o), +(501,1257,cs), +(501,1420,o), +(399,1504,o), +(277,1504,cs), +(158,1504,o), +(64,1416,o), +(64,1304,cs), +(64,1184,o), +(150,1108,o), +(253,1108,cs), +(361,1108,o), +(406,1200,o), +(406,1314,c), +(349,1314,l), +(349,1277,o), +(349,1240,o), +(349,1203,cs), +(349,1086,o), +(298,989,o), +(92,922,c), +(136,785,l) +); +} +); +width = 565; +}, +{ +associatedMasterId = m007; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(133,1514,o), +(70,1453,o), +(70,1373,cs), +(70,1292,o), +(120,1232,o), +(193,1232,cs), +(227,1232,o), +(256,1244,o), +(279,1267,c), +(276,1151,o), +(208,1071,o), +(74,1027,c), +(107,935,l), +(296,990,o), +(390,1114,o), +(390,1308,cs), +(390,1436,o), +(323,1514,o), +(218,1514,cs) +); +} +); +}; +layerId = "35426010-90FE-4EA0-94F3-6AB8A9FCBAA4"; +name = "May 26, 23, 14:31"; +shapes = ( +{ +closed = 1; +nodes = ( +(296,990,o), +(390,1114,o), +(390,1308,cs), +(390,1436,o), +(323,1514,o), +(218,1514,cs), +(133,1514,o), +(70,1453,o), +(70,1373,cs), +(70,1292,o), +(120,1232,o), +(193,1232,cs), +(271,1232,o), +(345,1300,o), +(345,1389,c), +(285,1389,l), +(285,1308,ls), +(285,1154,o), +(229,1078,o), +(74,1027,c), +(107,935,l) +); +} +); +width = 470; +}, +{ +background = { +shapes = ( +{ +pos = (4,1277); +ref = period; +} +); +}; +layerId = m007; +name = Display; +shapes = ( +{ +closed = 1; +nodes = ( +(273,1016,o), +(377,1129,o), +(377,1319,cs), +(377,1443,o), +(314,1510,o), +(232,1510,cs), +(155,1510,o), +(100,1457,o), +(100,1386,cs), +(100,1317,o), +(151,1265,o), +(212,1265,cs), +(262,1265,o), +(295,1294,o), +(295,1336,c), +(271,1336,l), +(271,1333,o), +(271,1331,o), +(271,1328,cs), +(271,1165,o), +(218,1109,o), +(108,1049,c), +(153,959,l) +); +} +); +width = 477; +}, +{ +associatedMasterId = m007; +layerId = "D8C8AD06-2B8E-4FCE-99FE-21A97DCD126F"; +name = "May 26, 23, 14:33"; +shapes = ( +{ +closed = 1; +nodes = ( +(301,1282,o), +(353,1334,o), +(353,1398,cs), +(353,1462,o), +(301,1514,o), +(237,1514,cs), +(173,1514,o), +(121,1462,o), +(121,1398,cs), +(121,1334,o), +(173,1282,o), +(237,1282,cs) +); +}, +{ +attr = { +strokePos = "1"; +strokeWidth = 120; +}; +closed = 0; +nodes = ( +(122,970,l), +(330,970,o), +(376,1151,o), +(376,1320,cs), +(376,1456,o), +(314,1514,o), +(237,1514,cs) +); +} +); +width = 470; +}, +{ +associatedMasterId = m007; +layerId = "140DF71F-2588-4F61-B952-07BEE282FB53"; +name = "May 26, 23, 14:41"; +shapes = ( +{ +attr = { +strokePos = "1"; +strokeWidth = 120; +}; +closed = 0; +nodes = ( +(170,970,l), +(300,1051,o), +(379,1172,o), +(379,1336,cs), +(379,1445,o), +(327,1506,o), +(234,1506,c) +); +}, +{ +closed = 1; +nodes = ( +(300,1266,o), +(354,1320,o), +(354,1386,cs), +(354,1452,o), +(300,1506,o), +(234,1506,cs), +(168,1506,o), +(114,1452,o), +(114,1386,cs), +(114,1320,o), +(168,1266,o), +(234,1266,cs) +); +} +); +width = 470; +}, +{ +associatedMasterId = m007; +layerId = "AE88F699-C3EC-4C36-8A43-EF3F45E4D08A"; +name = "May 26, 23, 14:42"; +shapes = ( +{ +attr = { +strokePos = "1"; +strokeWidth = 110; +}; +closed = 0; +nodes = ( +(170,970,l), +(300,1051,o), +(379,1172,o), +(379,1336,cs), +(379,1445,o), +(327,1506,o), +(234,1506,c) +); +}, +{ +closed = 1; +nodes = ( +(300,1266,o), +(354,1320,o), +(354,1386,cs), +(354,1452,o), +(300,1506,o), +(234,1506,cs), +(168,1506,o), +(114,1452,o), +(114,1386,cs), +(114,1320,o), +(168,1266,o), +(234,1266,cs) +); +} +); +width = 470; +}, +{ +associatedMasterId = m007; +layerId = "3BB0FA4C-5FB5-4D5C-A98F-2E1EC118161C"; +name = "May 26, 23, 14:43"; +shapes = ( +{ +closed = 1; +nodes = ( +(168,1506,o), +(114,1452,o), +(114,1386,cs), +(114,1320,o), +(168,1266,o), +(234,1266,cs), +(300,1266,o), +(354,1320,o), +(354,1386,c), +(269,1336,l), +(269,1204.73,o), +(221.188,1131.5,o), +(111.829,1063.36,c), +(170,970,l), +(300,1051,o), +(379,1172,o), +(379,1336,cs), +(379,1445,o), +(327,1506,o), +(234,1506,cs) +); +} +); +width = 470; +}, +{ +associatedMasterId = m007; +background = { +shapes = ( +{ +pos = (15,1284); +ref = period; +} +); +}; +layerId = "1137E248-7494-4313-8E49-61E5A068BF55"; +name = "May 26, 23, 14:51"; +shapes = ( +{ +closed = 1; +nodes = ( +(298,1049,o), +(379,1176,o), +(379,1336,cs), +(379,1444,o), +(326,1506,o), +(234,1506,cs), +(164,1506,o), +(114,1456,o), +(114,1386,cs), +(114,1319,o), +(158,1269,o), +(218,1269,cs), +(263,1269,o), +(280,1296,o), +(280,1336,c), +(265,1336,l), +(265,1201,o), +(226,1134,o), +(111.829,1063.36,c), +(170,970,l) +); +} +); +width = 470; +}, +{ +associatedMasterId = m007; +layerId = "12B60C13-DAF7-435A-AB4E-94B2D56680CB"; +name = "May 26, 23, 14:59"; +shapes = ( +{ +closed = 1; +nodes = ( +(294,1017,o), +(383,1129,o), +(383,1319,cs), +(383,1435,o), +(325,1506,o), +(234,1506,cs), +(164,1506,o), +(114,1456,o), +(114,1386,cs), +(114,1316,o), +(157,1269,o), +(218,1269,cs), +(263,1269,o), +(296,1294,o), +(296,1336,c), +(281,1336,l), +(281,1181,o), +(243,1106,o), +(114,1052,c), +(158,962,l) +); +} +); +width = 483; +}, +{ +associatedMasterId = m007; +layerId = "77A4105C-26B2-4601-8FD7-E930C35B80CE"; +name = "May 26, 23, 15:01"; +shapes = ( +{ +closed = 1; +nodes = ( +(280,1021,o), +(383,1129,o), +(383,1319,cs), +(383,1435,o), +(325,1506,o), +(234,1506,cs), +(164,1506,o), +(114,1456,o), +(114,1386,cs), +(114,1316,o), +(157,1269,o), +(218,1269,cs), +(263,1269,o), +(296,1294,o), +(296,1336,c), +(281,1336,l), +(281,1181,o), +(227,1102,o), +(114,1049,c), +(160,964,l) +); +} +); +width = 483; +}, +{ +associatedMasterId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +layerId = "8CA338D9-8105-4CD5-A840-277DC8851F74"; +name = "May 26, 23, 15:06"; +shapes = ( +{ +closed = 1; +nodes = ( +(381,1016,o), +(485,1129,o), +(485,1319,cs), +(485,1435,o), +(435,1506,o), +(344,1506,cs), +(274,1506,o), +(224,1456,o), +(224,1386,cs), +(224,1316,o), +(275,1269,o), +(336,1269,cs), +(397,1269,o), +(455,1316,o), +(455,1386,c), +(439,1386,l), +(439,1319,ls), +(439,1147,o), +(353,1054,o), +(241,1001,c), +(261,959,l) +); +} +); +width = 709; +}, +{ +associatedMasterId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +background = { +shapes = ( +{ +pos = (59,1409); +ref = period; +}, +{ +closed = 1; +nodes = ( +(381,1016,o), +(485,1129,o), +(485,1319,cs), +(485,1435,o), +(435,1506,o), +(344,1506,cs), +(274,1506,o), +(224,1456,o), +(224,1386,cs), +(224,1316,o), +(275,1269,o), +(336,1269,cs), +(397,1269,o), +(455,1316,o), +(455,1386,c), +(439,1386,l), +(439,1319,ls), +(439,1147,o), +(353,1054,o), +(241,1001,c), +(261,959,l) +); +} +); +}; +layerId = "706FE661-19A6-42C1-BE5C-388EB897F48C"; +name = "May 26, 23, 15:07"; +shapes = ( +{ +closed = 0; +nodes = ( +(344,1506,l), +(311,1506,o), +(284,1479,o), +(284,1446,cs), +(284,1413,o), +(311,1386,o), +(344,1386,cs), +(377,1386,o), +(404,1413,o), +(404,1446,c) +); +}, +{ +attr = { +strokePos = 1; +strokeWidth = 46; +}; +closed = 0; +nodes = ( +(261,959,l), +(381,1016,o), +(485,1129,o), +(485,1319,cs), +(485,1435,o), +(435,1506,o), +(344,1506,cs) +); +} +); +width = 709; +}, +{ +associatedMasterId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +background = { +shapes = ( +{ +pos = (59,1409); +ref = period; +}, +{ +closed = 1; +nodes = ( +(381,1016,o), +(485,1129,o), +(485,1319,cs), +(485,1435,o), +(435,1506,o), +(344,1506,cs), +(274,1506,o), +(224,1456,o), +(224,1386,cs), +(224,1316,o), +(275,1269,o), +(336,1269,cs), +(397,1269,o), +(455,1316,o), +(455,1386,c), +(439,1386,l), +(439,1319,ls), +(439,1147,o), +(353,1054,o), +(241,1001,c), +(261,959,l) +); +} +); +}; +layerId = "849D6985-9398-4F31-A383-9A8AD98854A3"; +name = "May 26, 23, 15:11"; +shapes = ( +{ +closed = 0; +nodes = ( +(344,1506,l), +(311,1506,o), +(284,1479,o), +(284,1446,cs), +(284,1413,o), +(311,1386,o), +(344,1386,cs), +(377,1386,o), +(404,1413,o), +(404,1446,c) +); +}, +{ +attr = { +strokePos = 1; +strokeWidth = 46; +}; +closed = 0; +nodes = ( +(309,975,l), +(420,1100,o), +(421,1282,o), +(421,1412,cs), +(421,1475,o), +(392,1506,o), +(344,1506,cs) +); +} +); +width = 709; +}, +{ +associatedMasterId = m011; +layerId = "644019E8-31F3-470E-9B58-BEA99860C601"; +name = "May 26, 23, 15:14"; +shapes = ( +{ +closed = 1; +nodes = ( +(309,1016,o), +(413,1129,o), +(413,1319,cs), +(413,1435,o), +(363,1506,o), +(272,1506,cs), +(202,1506,o), +(152,1456,o), +(152,1386,cs), +(152,1316,o), +(203,1269,o), +(264,1269,cs), +(325,1269,o), +(383,1316,o), +(383,1386,c), +(367,1386,l), +(367,1319,ls), +(367,1147,o), +(281,1054,o), +(169,1001,c), +(189,959,l) +); +} +); +width = 565; +}, +{ +associatedMasterId = m011; +layerId = "81F019AC-FC21-4F7C-8140-F2897083434A"; +name = "May 26, 23, 15:14"; +shapes = ( +{ +closed = 1; +nodes = ( +(184,1023,l), +(280,1125,o), +(289,1284,o), +(289,1396,cs), +(289,1480,o), +(257,1506,o), +(217,1506,cs), +(176,1506,o), +(152,1479,o), +(152,1446,cs), +(152,1413,o), +(179,1386,o), +(212,1386,cs), +(245,1386,o), +(272,1413,o), +(272,1446,c), +(243,1446,l), +(243,1412,ls), +(243,1300,o), +(239,1143,o), +(152,1054,c) +); +} +); +width = 441; +}, +{ +associatedMasterId = m011; +layerId = "84C6285E-4CDC-40E8-985A-3AE4444145DB"; +name = "May 26, 23, 15:17"; +shapes = ( +{ +closed = 1; +nodes = ( +(160,1023,l), +(258,1118,o), +(313,1237,o), +(313,1355,cs), +(313,1478,o), +(257,1506,o), +(217,1506,cs), +(176,1506,o), +(152,1479,o), +(152,1446,cs), +(152,1413,o), +(179,1386,o), +(212,1386,cs), +(245,1386,o), +(272,1413,o), +(272,1446,c), +(251,1446,l), +(262,1416,o), +(267,1385,o), +(267,1355,cs), +(267,1244,o), +(217,1136,o), +(128,1054,c) +); +} +); +width = 441; +}, +{ +associatedMasterId = m011; +layerId = "C7C57274-B64E-4926-91B9-E0B3D812E8E4"; +name = "May 26, 23, 15:20"; +shapes = ( +{ +closed = 1; +nodes = ( +(282,1118,o), +(337,1237,o), +(337,1355,cs), +(337,1478,o), +(289,1506,o), +(249,1506,cs), +(211,1506,o), +(184,1481,o), +(184,1446,cs), +(184,1415,o), +(208,1394,o), +(241,1394,cs), +(272,1394,o), +(294,1415,o), +(294,1446,c), +(275,1446,l), +(286,1416,o), +(291,1385,o), +(291,1355,cs), +(291,1244,o), +(241,1136,o), +(152,1054,c), +(184,1023,l) +); +} +); +width = 489; +}, +{ +associatedMasterId = m009; +layerId = "F902C078-8800-4ABF-B970-BF43D05F6D77"; +name = "May 26, 23, 15:21"; +shapes = ( +{ +closed = 1; +nodes = ( +(417,878,o), +(501,1051,o), +(501,1275,cs), +(501,1438,o), +(399,1514,o), +(277,1514,cs), +(149,1514,o), +(64,1431,o), +(64,1314,cs), +(64,1197,o), +(149,1118,o), +(261,1118,cs), +(375,1118,o), +(406,1200,o), +(406,1314,c), +(349,1314,l), +(349,1277,o), +(349,1240,o), +(349,1203,cs), +(349,1094,o), +(298,989,o), +(92,922,c), +(136,785,l) +); +} +); +width = 565; +}, +{ +associatedMasterId = m007; +layerId = "523DA622-A9F5-40FE-9C07-E466D25769BC"; +name = "May 26, 23, 15:27"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,1016,o), +(373,1129,o), +(373,1319,cs), +(373,1435,o), +(315,1506,o), +(224,1506,cs), +(154,1506,o), +(104,1456,o), +(104,1386,cs), +(104,1316,o), +(147,1269,o), +(208,1269,cs), +(253,1269,o), +(286,1294,o), +(286,1336,c), +(267,1336,l), +(267,1333,o), +(267,1331,o), +(267,1328,cs), +(267,1165,o), +(214,1109,o), +(104,1049,c), +(149,959,l) +); +} +); +width = 477; +}, +{ +associatedMasterId = m009; +layerId = "15739D09-9F25-4C9E-9CB4-9CC7C92D4BAC"; +name = "May 26, 23, 15:29"; +shapes = ( +{ +closed = 1; +nodes = ( +(417,878,o), +(501,1051,o), +(501,1275,cs), +(501,1438,o), +(399,1514,o), +(277,1514,cs), +(152,1514,o), +(64,1431,o), +(64,1314,cs), +(64,1199,o), +(145,1118,o), +(261,1118,cs), +(375,1118,o), +(406,1200,o), +(406,1314,c), +(349,1314,l), +(349,1277,o), +(349,1240,o), +(349,1203,cs), +(349,1094,o), +(298,989,o), +(92,922,c), +(136,785,l) +); +} +); +width = 565; +}, +{ +associatedMasterId = m007; +background = { +shapes = ( +{ +pos = (5,1277); +ref = period; +} +); +}; +layerId = "DE10C5E3-2FFD-4D1A-8D3D-CAC076E522E5"; +name = "May 26, 23, 15:57"; +shapes = ( +{ +closed = 1; +nodes = ( +(274,1016,o), +(378,1129,o), +(378,1319,cs), +(378,1435,o), +(320,1506,o), +(229,1506,cs), +(159,1506,o), +(104,1456,o), +(104,1386,cs), +(104,1320,o), +(152,1269,o), +(213,1269,cs), +(258,1269,o), +(291,1294,o), +(291,1336,c), +(272,1336,l), +(272,1333,o), +(272,1331,o), +(272,1328,cs), +(272,1165,o), +(219,1109,o), +(109,1049,c), +(154,959,l) +); +} +); +width = 482; +}, +{ +associatedMasterId = m011; +layerId = "2358FE49-481E-4798-A3D8-A29FD0BF616C"; +name = "May 26, 23 round"; +shapes = ( +{ +closed = 1; +nodes = ( +(269,1136,o), +(316,1246,o), +(316,1355,cs), +(316,1478,o), +(268,1506,o), +(228,1506,cs), +(190,1506,o), +(163,1481,o), +(163,1446,cs), +(163,1415,o), +(187,1394,o), +(220,1394,cs), +(251,1394,o), +(273,1415,o), +(273,1446,c), +(254,1446,l), +(265,1416,o), +(270,1385,o), +(270,1355,cs), +(270,1253,o), +(228,1154,o), +(152,1075,c), +(184,1044,l) +); +} +); +width = 468; +}, +{ +associatedMasterId = m011; +background = { +shapes = ( +{ +closed = 1; +nodes = ( +(258,1136,o), +(305,1246,o), +(305,1355,cs), +(305,1478,o), +(257,1506,o), +(217,1506,cs), +(179,1506,o), +(152,1481,o), +(152,1446,cs), +(152,1415,o), +(176,1394,o), +(209,1394,cs), +(240,1394,o), +(262,1415,o), +(262,1446,c), +(243,1446,l), +(254,1416,o), +(259,1385,o), +(259,1355,cs), +(259,1253,o), +(217,1154,o), +(141,1075,c), +(173,1044,l) +); +} +); +}; +layerId = "A773930C-F3CF-4FA5-A087-F34FCA737F64"; +name = "May 26, 23, 16:12"; +shapes = ( +{ +attr = { +strokePos = 1; +strokeWidth = 46; +}; +closed = 0; +nodes = ( +(200,1052,l), +(268,1411,ls), +(279,1471,o), +(255,1504,o), +(213,1504,c) +); +}, +{ +closed = 1; +nodes = ( +(243,1396,o), +(267,1420,o), +(267,1450,cs), +(267,1480,o), +(243,1504,o), +(213,1504,cs), +(183,1504,o), +(159,1480,o), +(159,1450,cs), +(159,1420,o), +(183,1396,o), +(213,1396,cs) +); +} +); +width = 423; +}, +{ +associatedMasterId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +layerId = "85584849-31C4-4F1E-AA2D-EAD1683730F6"; +name = "May 26, 23, 16:16"; +shapes = ( +{ +closed = 1; +nodes = ( +(341,1136,o), +(388,1246,o), +(388,1355,cs), +(388,1478,o), +(340,1506,o), +(300,1506,cs), +(262,1506,o), +(235,1481,o), +(235,1446,cs), +(235,1415,o), +(259,1394,o), +(292,1394,cs), +(323,1394,o), +(345,1415,o), +(345,1446,c), +(326,1446,l), +(337,1416,o), +(342,1385,o), +(342,1355,cs), +(342,1253,o), +(300,1154,o), +(224,1075,c), +(256,1044,l) +); +} +); +width = 612; +} +); +metricLeft = period; +metricRight = period; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/ratio.glyph b/src/Inter-Roman.glyphspackage/glyphs/ratio.glyph index d1ad999ae..4a9db3ed5 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/ratio.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/ratio.glyph @@ -41,7 +41,7 @@ alignment = 1; ref = colon.case; } ); -width = 440; +width = 450; }, { layerId = m009; diff --git a/src/Inter-Roman.glyphspackage/glyphs/rcommaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/rcommaaccent.ss03.glyph new file mode 100644 index 000000000..b95270ebd --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/rcommaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = rcommaaccent.ss03; +kernLeft = m; +kernRight = r; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-38,0); +ref = commaaccent.ss03; +} +); +width = 762; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = r; +}, +{ +pos = (26,0); +ref = commaaccent.ss03; +} +); +width = 888; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = r; +}, +{ +pos = (-58,0); +ref = commaaccent.ss03; +} +); +width = 666; +}, +{ +layerId = m007; +shapes = ( +{ +ref = r; +}, +{ +pos = (-38,0); +ref = commaaccent.ss03; +} +); +width = 660; +}, +{ +layerId = m009; +shapes = ( +{ +ref = r; +}, +{ +pos = (22,0); +ref = commaaccent.ss03; +} +); +width = 852; +}, +{ +layerId = m011; +shapes = ( +{ +ref = r; +}, +{ +pos = (-58,0); +ref = commaaccent.ss03; +} +); +width = 538; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/reversedsemicolon.glyph b/src/Inter-Roman.glyphspackage/glyphs/reversedsemicolon.glyph index 77a1e09db..eb16a77f9 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/reversedsemicolon.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/reversedsemicolon.glyph @@ -44,12 +44,12 @@ layerId = m007; shapes = ( { alignment = 1; -pos = (446,0); +pos = (456,0); ref = semicolon; scale = (-1,1); } ); -width = 446; +width = 456; }, { layerId = m009; diff --git a/src/Inter-Roman.glyphspackage/glyphs/reversedsemicolon.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/reversedsemicolon.ss03.glyph new file mode 100644 index 000000000..259b752e1 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/reversedsemicolon.ss03.glyph @@ -0,0 +1,86 @@ +{ +glyphname = reversedsemicolon.ss03; +kernLeft = colon; +kernRight = colon; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +pos = (582,0); +ref = semicolon.ss03; +scale = (-1,1); +} +); +width = 582; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +pos = (764,0); +ref = semicolon.ss03; +scale = (-1,1); +} +); +width = 764; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +pos = (554,0); +ref = semicolon.ss03; +scale = (-1,1); +} +); +width = 554; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +pos = (450,0); +ref = semicolon.ss03; +scale = (-1,1); +} +); +width = 450; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +pos = (544,0); +ref = semicolon.ss03; +scale = (-1,1); +} +); +width = 544; +}, +{ +layerId = m011; +shapes = ( +{ +alignment = 1; +pos = (400,0); +ref = semicolon.ss03; +scale = (-1,1); +} +); +width = 400; +} +); +metricWidth = semicolon; +userData = { +interface.gridadjust.original = "{'width': 726.0, 'leftMargin': 199, 'rightMargin': 91.0}"; +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/scommaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/scommaaccent.ss03.glyph new file mode 100644 index 000000000..1ac2edd48 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/scommaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = scommaaccent.ss03; +kernLeft = s; +kernRight = s; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = s; +}, +{ +pos = (268,0); +ref = commaaccent.ss03; +} +); +width = 1070; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = s; +}, +{ +pos = (321,0); +ref = commaaccent.ss03; +} +); +width = 1204; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = s; +}, +{ +pos = (238,0); +ref = commaaccent.ss03; +} +); +width = 1010; +}, +{ +layerId = m007; +shapes = ( +{ +ref = s; +}, +{ +pos = (239,0); +ref = commaaccent.ss03; +} +); +width = 972; +}, +{ +layerId = m009; +shapes = ( +{ +ref = s; +}, +{ +pos = (312,0); +ref = commaaccent.ss03; +} +); +width = 1144; +}, +{ +layerId = m011; +shapes = ( +{ +ref = s; +}, +{ +pos = (245,0); +ref = commaaccent.ss03; +} +); +width = 915; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/semicolon.glyph b/src/Inter-Roman.glyphspackage/glyphs/semicolon.glyph index b953782fe..dfdaad05e 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/semicolon.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/semicolon.glyph @@ -94,7 +94,7 @@ pos = (6,784); ref = period; } ); -width = 446; +width = 456; }, { guides = ( diff --git a/src/Inter-Roman.glyphspackage/glyphs/semicolon.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/semicolon.ss03.glyph new file mode 100644 index 000000000..a45d97ebb --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/semicolon.ss03.glyph @@ -0,0 +1,106 @@ +{ +glyphname = semicolon.ss03; +kernLeft = colon; +kernRight = colon; +layers = ( +{ +guides = ( +{ +name = "Colon1 center"; +pos = (0,928); +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = -1; +ref = comma.ss03; +}, +{ +pos = (28,809); +ref = period; +} +); +width = 582; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = -1; +ref = comma.ss03; +}, +{ +pos = (10,685); +ref = period; +} +); +width = 764; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = -1; +ref = comma.ss03; +}, +{ +alignment = -1; +pos = (8,964); +ref = period; +} +); +width = 554; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = -1; +ref = comma.ss03; +}, +{ +pos = (6,784); +ref = period; +} +); +width = 450; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = -1; +ref = comma.ss03; +}, +{ +pos = (3,627); +ref = period; +} +); +width = 544; +}, +{ +layerId = m011; +shapes = ( +{ +alignment = -1; +ref = comma.ss03; +}, +{ +alignment = -1; +pos = (-4,912); +ref = period; +} +); +width = 400; +} +); +metricLeft = comma.ss03; +metricWidth = period; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/tcaron.1.glyph b/src/Inter-Roman.glyphspackage/glyphs/tcaron.1.glyph index edbb155fc..b5fb64f40 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/tcaron.1.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/tcaron.1.glyph @@ -6,6 +6,7 @@ kernRight = t; layers = ( { layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +metricRight = "=+100"; shapes = ( { alignment = 1; @@ -16,10 +17,11 @@ pos = (256,72); ref = commaaccentright.cn; } ); -width = 640; +width = 740; }, { layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +metricRight = "=+200"; shapes = ( { alignment = 1; @@ -30,7 +32,7 @@ pos = (508,72); ref = commaaccentright.cn; } ); -width = 758; +width = 958; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; @@ -48,6 +50,7 @@ width = 516; }, { layerId = m007; +metricRight = "=+100"; shapes = ( { alignment = 1; @@ -58,10 +61,11 @@ pos = (256,0); ref = commaaccentright.cn; } ); -width = 560; +width = 660; }, { layerId = m009; +metricRight = "=+200"; shapes = ( { alignment = 1; @@ -72,7 +76,7 @@ pos = (508,0); ref = commaaccentright.cn; } ); -width = 744; +width = 944; }, { layerId = m011; diff --git a/src/Inter-Roman.glyphspackage/glyphs/tcaron.glyph b/src/Inter-Roman.glyphspackage/glyphs/tcaron.glyph index 9980451db..f42c3f894 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/tcaron.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/tcaron.glyph @@ -5,6 +5,7 @@ kernRight = t; layers = ( { layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +metricRight = "=+100"; shapes = ( { ref = t; @@ -14,10 +15,11 @@ pos = (286,72); ref = commaaccentright.cn; } ); -width = 670; +width = 770; }, { layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +metricRight = "=+200"; shapes = ( { ref = t; @@ -27,7 +29,7 @@ pos = (568,72); ref = commaaccentright.cn; } ); -width = 818; +width = 1018; }, { layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; @@ -44,6 +46,7 @@ width = 492; }, { layerId = m007; +metricRight = "=+100"; shapes = ( { ref = t; @@ -53,10 +56,11 @@ pos = (333,0); ref = commaaccentright.cn; } ); -width = 637; +width = 737; }, { layerId = m009; +metricRight = "=+200"; shapes = ( { ref = t; @@ -66,7 +70,7 @@ pos = (620,0); ref = commaaccentright.cn; } ); -width = 856; +width = 1056; }, { layerId = m011; diff --git a/src/Inter-Roman.glyphspackage/glyphs/tcommaaccent.1.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/tcommaaccent.1.ss03.glyph new file mode 100644 index 000000000..c4da381cb --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/tcommaaccent.1.ss03.glyph @@ -0,0 +1,98 @@ +{ +color = 9; +glyphname = tcommaaccent.1.ss03; +kernLeft = B; +kernRight = t; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +alignment = 1; +ref = t.1; +}, +{ +alignment = 1; +pos = (62,0); +ref = commaaccent.ss03; +} +); +width = 640; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +alignment = 1; +ref = t.1; +}, +{ +alignment = 1; +pos = (112,0); +ref = commaaccent.ss03; +} +); +width = 758; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +alignment = 1; +ref = t.1; +}, +{ +alignment = 1; +pos = (54,0); +ref = commaaccent.ss03; +} +); +width = 516; +}, +{ +layerId = m007; +shapes = ( +{ +alignment = 1; +ref = t.1; +}, +{ +alignment = 1; +pos = (62,0); +ref = commaaccent.ss03; +} +); +width = 560; +}, +{ +layerId = m009; +shapes = ( +{ +alignment = 1; +ref = t.1; +}, +{ +alignment = 1; +pos = (112,0); +ref = commaaccent.ss03; +} +); +width = 744; +}, +{ +layerId = m011; +shapes = ( +{ +alignment = 1; +ref = t.1; +}, +{ +alignment = 1; +pos = (62,0); +ref = commaaccent.ss03; +} +); +width = 442; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/tcommaaccent.ss03.glyph b/src/Inter-Roman.glyphspackage/glyphs/tcommaaccent.ss03.glyph new file mode 100644 index 000000000..f5eaf5a20 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/tcommaaccent.ss03.glyph @@ -0,0 +1,85 @@ +{ +glyphname = tcommaaccent.ss03; +kernLeft = t; +kernRight = t; +layers = ( +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +ref = t; +}, +{ +pos = (92,0); +ref = commaaccent.ss03; +} +); +width = 670; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +ref = t; +}, +{ +pos = (172,0); +ref = commaaccent.ss03; +} +); +width = 818; +}, +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +ref = t; +}, +{ +pos = (30,0); +ref = commaaccent.ss03; +} +); +width = 492; +}, +{ +layerId = m007; +shapes = ( +{ +ref = t; +}, +{ +pos = (139,0); +ref = commaaccent.ss03; +} +); +width = 637; +}, +{ +layerId = m009; +shapes = ( +{ +ref = t; +}, +{ +pos = (224,0); +ref = commaaccent.ss03; +} +); +width = 856; +}, +{ +layerId = m011; +shapes = ( +{ +ref = t; +}, +{ +pos = (92,0); +ref = commaaccent.ss03; +} +); +width = 472; +} +); +} diff --git a/src/Inter-Roman.glyphspackage/glyphs/twodotleader.glyph b/src/Inter-Roman.glyphspackage/glyphs/twodotleader.glyph index f35a501f0..44e0a480a 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/twodotleader.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/twodotleader.glyph @@ -74,11 +74,11 @@ ref = period; }, { alignment = 1; -pos = (440,0); +pos = (450,0); ref = period; } ); -width = 880; +width = 900; }, { guides = ( diff --git a/src/Inter-Roman.glyphspackage/glyphs/uni03F_E_.glyph b/src/Inter-Roman.glyphspackage/glyphs/uni03F_E_.glyph index 6eea6a567..015d77b84 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/uni03F_E_.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/uni03F_E_.glyph @@ -55,7 +55,7 @@ pos = (1479,0); ref = period; } ); -width = 1919; +width = 1929; }, { layerId = m009; -- cgit v1.2.3