diff --git a/docs/lab/index.html b/docs/lab/index.html index e0315f042..7e5bb1bbc 100644 --- a/docs/lab/index.html +++ b/docs/lab/index.html @@ -1510,10 +1510,6 @@ document.head.appendChild(fontCSS) - - - - diff --git a/misc/gen-dnom.txt b/misc/gen-dnom.txt new file mode 100644 index 000000000..de65b3d5c --- /dev/null +++ b/misc/gen-dnom.txt @@ -0,0 +1,50 @@ + +Step 1: Select the following glyphs (component masters): + + zero.dnomf – nine.dnomf + +Open RMX Scaler and generate from source with the following values: + + +{ + "width" : [ 60, 60, 60, 60, 60, 60 ], + "weight" : [ + 0, 0, + -60, -60, + -370, -370 + ], + "height" : [ 53.15, 53.15, 53.15, 53.15, 53.15, 53.15 ] +} + + +----------------------------------------------------------------------------- + +Step 2: Select the following glyphs (component masters): + + plus.numr minus.numr equal.numr parenleft.numr parenright.numr + +Open RMX Scaler and generate from source with the following values: + + +{ + "width" : [ 60, 60, 60, 60, 60, 60 ], + "weight" : [ + 0, 0, + -60, -60, + -370, -370 + ], + "height" : [ 53.15, 53.15, 53.15, 53.15, 53.15, 53.15 ], + "verticalShift" : [ 1128, 1128, 1128, 1128, 1128, 1128 ] +} + + +----------------------------------------------------------------------------- + +Step 3: Adjust X offset for slanted glyphs + +For each slanted master: + +1. Select all .subs glyphs +2. Open Filter > Transformations +3. Set Translate X = 150 (and all other values to neutral) +4. Apply diff --git a/misc/gen-sups-glyph-mapping.txt b/misc/gen-sups-glyph-mapping.txt new file mode 100644 index 000000000..b8f6618a6 --- /dev/null +++ b/misc/gen-sups-glyph-mapping.txt @@ -0,0 +1,41 @@ +a=a.sups +b=b.sups +c=c.sups +d=d.sups +e=e.sups +f=f.sups +g=g.sups +h=h.sups +i=i.sups +j=j.sups +k=k.sups +l=l.sups +m=m.sups +n=n.sups +o=o.sups +p=p.sups +q=q.sups +r=r.sups +s=s.sups +t=t.sups +u=u.sups +v=v.sups +w=w.sups +x=x.sups +y=y.sups +z=z.sups +zero=zero.sups +one=one.sups +two=two.sups +three=three.sups +four=four.sups +five=five.sups +six=six.sups +seven=seven.sups +eight=eight.sups +nine=nine.sups +parenleft=parenleft.sups +parenright=parenright.sups +plus=plus.sups +minus=minus.sups +equal=equal.sups diff --git a/misc/gen-sups-rmx-scaler-values.txt b/misc/gen-sups-rmx-scaler-values.txt new file mode 100644 index 000000000..227bbefaa --- /dev/null +++ b/misc/gen-sups-rmx-scaler-values.txt @@ -0,0 +1,187 @@ +How to generate superscript and subscript glyphs + +There are 3 steps + +============================================================================= +Step 1: Add Glyphs +----------------------------------------------------------------------------- + +If these glyphs already exist, you can skip this step. + +a=a.sups +b=b.sups +c=c.sups +d=d.sups +e=e.sups +f=f.sups +g=g.sups +h=h.sups +i=i.sups +j=j.sups +k=k.sups +l=l.sups +m=m.sups +n=n.sups +o=o.sups +p=p.sups +q=q.sups +r=r.sups +s=s.sups +t=t.sups +u=u.sups +v=v.sups +w=w.sups +x=x.sups +y=y.sups +z=z.sups +zero=zero.sups +one=one.sups +two=two.sups +three=three.sups +four=four.sups +five=five.sups +six=six.sups +seven=seven.sups +eight=eight.sups +nine=nine.sups +parenleft=parenleft.sups +parenright=parenright.sups +plus=plus.sups +minus=minus.sups +equal=equal.sups + +============================================================================= +Step 2: Generate & transform with RMX Scaler +----------------------------------------------------------------------------- + +Make sure "Scale Sidebearings" is enabled in RMX Scaler. +Note that a-z(), 0-9 and +-= are scaled separately. + +Start in the "Font" view in Glyphs (the tab with an overview of all glyphs) +and multiselect each set (e.g. "a-z()") then invoke the RMX Scaler. + +----------------------------------------------------------------------------- +a-z, "(" and ")" + +{ + "width" : [ + 66.6, + 66.6, + 66.6, + 66.6, + 66.6, + 66.6 + ], + "weight" : [ + 0, + 0, + -50, + -50, + -300, + -300 + ], + "height" : [ + 66.6, + 66.6, + 66.6, + 66.6, + 66.6, + 66.6 + ], + "verticalShift" : [ + 1024, + 1024, + 1024, + 1024, + 1024, + 1024 + ] +} + +----------------------------------------------------------------------------- +0-9 + +{ + "width" : [ + 66.6, + 66.6, + 66.6, + 66.6, + 66.6, + 66.6 + ], + "weight" : [ + 0, + 0, + -50, + -50, + -300, + -300 + ], + "height" : [ + 60, + 60, + 60, + 60, + 60, + 60 + ], + "verticalShift" : [ + 1024, + 1024, + 1024, + 1024, + 1024, + 1024 + ] +} + +----------------------------------------------------------------------------- +"+", "-" and "=" + +{ + "width" : [ + 66.6, + 66.6, + 66.6, + 66.6, + 66.6, + 66.6 + ], + "weight" : [ + 0, + 0, + -50, + -50, + -300, + -300 + ], + "height" : [ + 63, + 63, + 63, + 63, + 63, + 63 + ], + "verticalShift" : [ + 1024, + 1024, + 1024, + 1024, + 1024, + 1024 + ] +} + + +============================================================================= +Step 3: Adjust X offset for slanted glyphs +----------------------------------------------------------------------------- + +For each slanted master: + +1. Select all .subs glyphs +2. Open Filter > Transformations +3. Set Translate X = 126 (and all other values to neutral) +4. Apply diff --git a/src/Inter-UI-Black.ufo/glyphs/G_bar.glif b/src/Inter-UI-Black.ufo/glyphs/G_bar.glif index 5398690a8..6ee30e005 100644 --- a/src/Inter-UI-Black.ufo/glyphs/G_bar.glif +++ b/src/Inter-UI-Black.ufo/glyphs/G_bar.glif @@ -1,18 +1,20 @@ - + - - - - + + + + - + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G com.schriftgestaltung.hints @@ -20,18 +22,13 @@ options 0 - origin + place - 0.0 - 1.0 + 564.0 + 124.0 stem -2 - target - - 0.0 - 0.0 - type Stem @@ -40,18 +37,13 @@ options 0 - origin + place - 0.0 - 1.0 + 1152.0 + 1036.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -60,18 +52,13 @@ options 4 - origin + place - 0.0 - 1.0 + 564.0 + 124.0 stem -2 - target - - 0.0 - 0.0 - type TTStem diff --git a/src/Inter-UI-Black.ufo/glyphs/accountof.glif b/src/Inter-UI-Black.ufo/glyphs/accountof.glif index c1799010a..925331923 100644 --- a/src/Inter-UI-Black.ufo/glyphs/accountof.glif +++ b/src/Inter-UI-Black.ufo/glyphs/accountof.glif @@ -1,90 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + c.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + com.schriftgestaltung.hints @@ -92,10 +26,10 @@ options 0 - origin + place - 2.0 - 27.0 + -28.0 + 21.0 stem -2 @@ -112,18 +46,13 @@ options 0 - origin + place - 1.0 - 21.0 + 1148.0 + 216.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -132,18 +61,13 @@ options 0 - origin + place - 1.0 - 12.0 + 1568.0 + 152.0 stem -2 - target - - 1.0 - 15.0 - type Stem @@ -152,18 +76,13 @@ options 0 - origin + place - 0.0 - 5.0 + 2096.0 + 212.0 stem -2 - target - - 0.0 - 12.0 - type Stem @@ -172,18 +91,13 @@ options 0 - origin + place - 2.0 - 27.0 + -28.0 + 284.0 stem -2 - target - - 2.0 - 6.0 - type Stem @@ -192,18 +106,13 @@ options 0 - origin + place - 2.0 - 13.0 + 620.0 + 284.0 stem -2 - target - - 2.0 - 20.0 - type Stem @@ -212,18 +121,13 @@ options 0 - origin + place - 0.0 - 16.0 + 740.0 + 308.0 stem -2 - target - - 0.0 - 1.0 - type Stem @@ -232,18 +136,13 @@ options 0 - origin + place - 2.0 - 24.0 + 1496.0 + 324.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -252,10 +151,10 @@ options 4 - origin + place - 2.0 - 27.0 + -28.0 + -2147483648.0 stem -2 @@ -267,18 +166,13 @@ options 4 - origin + place - 1.0 - 21.0 + 1148.0 + 216.0 stem -2 - target - - 1.0 - 6.0 - type TTStem @@ -287,18 +181,13 @@ options 4 - origin + place - 1.0 - 12.0 + 1568.0 + 152.0 stem -2 - target - - 1.0 - 15.0 - type TTStem @@ -307,18 +196,13 @@ options 4 - origin + place - 0.0 - 5.0 + 2096.0 + 212.0 stem -2 - target - - 0.0 - 12.0 - type TTStem @@ -327,18 +211,13 @@ options 4 - origin + place - 2.0 - 27.0 + -28.0 + 284.0 stem -2 - target - - 2.0 - 6.0 - type TTStem @@ -347,18 +226,13 @@ options 4 - origin + place - 2.0 - 13.0 + 620.0 + 284.0 stem -2 - target - - 2.0 - 20.0 - type TTStem diff --git a/src/Inter-UI-Black.ufo/glyphs/addresssubject.glif b/src/Inter-UI-Black.ufo/glyphs/addresssubject.glif index 4ca55ed1a..7de4220b2 100644 --- a/src/Inter-UI-Black.ufo/glyphs/addresssubject.glif +++ b/src/Inter-UI-Black.ufo/glyphs/addresssubject.glif @@ -1,100 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - com.schriftgestaltung.Glyphs.nodeUserData.1.16 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + com.schriftgestaltung.hints @@ -102,18 +26,13 @@ options 0 - origin + place - 0.0 - 37.0 + -28.0 + 196.0 stem -2 - target - - 0.0 - 30.0 - type Stem @@ -122,18 +41,13 @@ options 0 - origin + place - 0.0 - 11.0 + 728.0 + 192.0 stem -2 - target - - 0.0 - 18.0 - type Stem @@ -142,18 +56,13 @@ options 0 - origin + place - 2.0 - 21.0 + 1148.0 + 216.0 stem -2 - target - - 2.0 - 6.0 - type Stem @@ -162,18 +71,13 @@ options 0 - origin + place - 2.0 - 12.0 + 1568.0 + 152.0 stem -2 - target - - 2.0 - 15.0 - type Stem @@ -182,18 +86,13 @@ options 0 - origin + place - 1.0 - 5.0 + 2096.0 + 212.0 stem -2 - target - - 1.0 - 12.0 - type Stem @@ -202,18 +101,13 @@ options 0 - origin + place - 1.0 - 16.0 + 740.0 + 308.0 stem -2 - target - - 1.0 - 1.0 - type Stem @@ -222,18 +116,13 @@ options 4 - origin + place - 0.0 - 37.0 + -28.0 + 196.0 stem -2 - target - - 0.0 - 30.0 - type TTStem @@ -242,18 +131,13 @@ options 4 - origin + place - 0.0 - 11.0 + 728.0 + 192.0 stem -2 - target - - 0.0 - 18.0 - type TTStem @@ -262,18 +146,13 @@ options 4 - origin + place - 2.0 - 21.0 + 1148.0 + 216.0 stem -2 - target - - 2.0 - 6.0 - type TTStem @@ -282,18 +161,13 @@ options 4 - origin + place - 2.0 - 12.0 + 1568.0 + 152.0 stem -2 - target - - 2.0 - 15.0 - type TTStem @@ -302,18 +176,13 @@ options 4 - origin + place - 1.0 - 5.0 + 2096.0 + 212.0 stem -2 - target - - 1.0 - 12.0 - type TTStem diff --git a/src/Inter-UI-Black.ufo/glyphs/cadauna.glif b/src/Inter-UI-Black.ufo/glyphs/cadauna.glif index 2070f12cf..24ac72964 100644 --- a/src/Inter-UI-Black.ufo/glyphs/cadauna.glif +++ b/src/Inter-UI-Black.ufo/glyphs/cadauna.glif @@ -1,67 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + u.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + com.schriftgestaltung.hints @@ -69,10 +26,10 @@ options 0 - origin + place - 2.0 0.0 + 21.0 stem -2 @@ -89,18 +46,13 @@ options 0 - origin + place - 0.0 - 27.0 + 1100.0 + 284.0 stem -2 - target - - 0.0 - 6.0 - type Stem @@ -109,18 +61,13 @@ options 0 - origin + place - 0.0 - 13.0 + 1748.0 + 284.0 stem -2 - target - - 0.0 - 20.0 - type Stem @@ -129,18 +76,13 @@ options 0 - origin + place - 1.0 - 15.0 + -16.0 + 236.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -149,18 +91,13 @@ options 0 - origin + place - 0.0 - 24.0 + 272.0 + 328.0 stem -2 - target - - 0.0 - 9.0 - type Stem @@ -169,18 +106,13 @@ options 0 - origin + place - 1.0 - 12.0 + 1448.0 + 300.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -189,18 +121,13 @@ options 0 - origin + place - 2.0 - 4.0 + 2016.0 + 308.0 stem -2 - target - - 2.0 - 1.0 - type Stem @@ -209,10 +136,10 @@ options 4 - origin + place - 2.0 0.0 + -2147483648.0 stem -2 @@ -224,18 +151,13 @@ options 4 - origin + place - 0.0 - 27.0 + 1100.0 + 284.0 stem -2 - target - - 0.0 - 6.0 - type TTStem @@ -244,18 +166,13 @@ options 4 - origin + place - 0.0 - 13.0 + 1748.0 + 284.0 stem -2 - target - - 0.0 - 20.0 - type TTStem @@ -264,18 +181,13 @@ options 4 - origin + place - 1.0 - 15.0 + -16.0 + 236.0 stem -2 - target - - 1.0 - 6.0 - type TTStem diff --git a/src/Inter-UI-Black.ufo/glyphs/careof.glif b/src/Inter-UI-Black.ufo/glyphs/careof.glif index 587c34344..a47ca23f7 100644 --- a/src/Inter-UI-Black.ufo/glyphs/careof.glif +++ b/src/Inter-UI-Black.ufo/glyphs/careof.glif @@ -1,74 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + o.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + com.schriftgestaltung.hints @@ -76,10 +26,10 @@ options 0 - origin + place - 1.0 - 2.0 + -28.0 + 21.0 stem -2 @@ -96,18 +46,13 @@ options 0 - origin + place - 2.0 - 2.0 + 620.0 + 284.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -116,18 +61,13 @@ options 0 - origin + place - 0.0 - 23.0 + 1100.0 + 284.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -136,18 +76,13 @@ options 0 - origin + place - 0.0 - 9.0 + 1748.0 + 284.0 stem -2 - target - - 0.0 - 16.0 - type Stem @@ -156,18 +91,13 @@ options 0 - origin + place - 1.0 - 2.0 + -28.0 + 284.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -176,18 +106,13 @@ options 0 - origin + place - 0.0 - 20.0 + 324.0 + 328.0 stem -2 - target - - 0.0 - 5.0 - type Stem @@ -196,18 +121,13 @@ options 0 - origin + place - 1.0 - 13.0 + 1328.0 + 328.0 stem -2 - target - - 2.0 - 12.0 - type Stem @@ -216,18 +136,13 @@ options 0 - origin + place - 2.0 - 6.0 + 1948.0 + 332.0 stem -2 - target - - 1.0 - 5.0 - type Stem @@ -236,10 +151,10 @@ options 4 - origin + place - 1.0 - 2.0 + -28.0 + -2147483648.0 stem -2 @@ -251,18 +166,13 @@ options 4 - origin + place - 2.0 - 2.0 + 620.0 + 284.0 stem -2 - target - - 1.0 - 9.0 - type TTStem @@ -271,18 +181,13 @@ options 4 - origin + place - 0.0 - 23.0 + 1100.0 + 284.0 stem -2 - target - - 0.0 - 2.0 - type TTStem @@ -291,18 +196,13 @@ options 4 - origin + place - 0.0 - 9.0 + 1748.0 + 284.0 stem -2 - target - - 0.0 - 16.0 - type TTStem @@ -311,18 +211,13 @@ options 4 - origin + place - 1.0 - 2.0 + -28.0 + 284.0 stem -2 - target - - 2.0 - 9.0 - type TTStem diff --git a/src/Inter-UI-Black.ufo/glyphs/cedi.glif b/src/Inter-UI-Black.ufo/glyphs/cedi.glif index 70589d6c6..f42756e28 100644 --- a/src/Inter-UI-Black.ufo/glyphs/cedi.glif +++ b/src/Inter-UI-Black.ufo/glyphs/cedi.glif @@ -1,42 +1,15 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/cent.glif b/src/Inter-UI-Black.ufo/glyphs/cent.glif index 1fd0fd0d7..abc43ebb0 100644 --- a/src/Inter-UI-Black.ufo/glyphs/cent.glif +++ b/src/Inter-UI-Black.ufo/glyphs/cent.glif @@ -1,14 +1,14 @@ - + - - - - + + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/colon.case.glif b/src/Inter-UI-Black.ufo/glyphs/colon.case.glif index 67264b125..bca12c989 100644 --- a/src/Inter-UI-Black.ufo/glyphs/colon.case.glif +++ b/src/Inter-UI-Black.ufo/glyphs/colon.case.glif @@ -1,12 +1,14 @@ - + - - + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + colon public.markColor 0.67,0.95,0.38,1 diff --git a/src/Inter-UI-Black.ufo/glyphs/colon.glif b/src/Inter-UI-Black.ufo/glyphs/colon.glif index 692023212..1e1847e86 100644 --- a/src/Inter-UI-Black.ufo/glyphs/colon.glif +++ b/src/Inter-UI-Black.ufo/glyphs/colon.glif @@ -3,11 +3,20 @@ - - + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + period + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + period + com.schriftgestaltung.componentsAlignment + + 1 + 0 + public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Black.ufo/glyphs/dollar.glif b/src/Inter-UI-Black.ufo/glyphs/dollar.glif index 973a03da8..d96fd824b 100644 --- a/src/Inter-UI-Black.ufo/glyphs/dollar.glif +++ b/src/Inter-UI-Black.ufo/glyphs/dollar.glif @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/guarani.glif b/src/Inter-UI-Black.ufo/glyphs/guarani.glif index ba482bb0f..9a0cfaf7e 100644 --- a/src/Inter-UI-Black.ufo/glyphs/guarani.glif +++ b/src/Inter-UI-Black.ufo/glyphs/guarani.glif @@ -1,51 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + G com.schriftgestaltung.hints diff --git a/src/Inter-UI-Black.ufo/glyphs/lira.glif b/src/Inter-UI-Black.ufo/glyphs/lira.glif index 1dd27b789..5826e4ecd 100644 --- a/src/Inter-UI-Black.ufo/glyphs/lira.glif +++ b/src/Inter-UI-Black.ufo/glyphs/lira.glif @@ -1,53 +1,57 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + sterling + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + sterling com.schriftgestaltung.hints diff --git a/src/Inter-UI-Black.ufo/glyphs/onethird.glif b/src/Inter-UI-Black.ufo/glyphs/onethird.glif new file mode 100644 index 000000000..3a885c4ec --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/onethird.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.numr + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.dnomf + com.schriftgestaltung.componentsAlignment + + 0 + 0 + 1 + + public.markColor + 0.97,1,0,1 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/openbullet.glif b/src/Inter-UI-Black.ufo/glyphs/openbullet.glif index fddb86ea5..254bc7ebd 100644 --- a/src/Inter-UI-Black.ufo/glyphs/openbullet.glif +++ b/src/Inter-UI-Black.ufo/glyphs/openbullet.glif @@ -36,6 +36,8 @@ + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + bullet com.schriftgestaltung.hints diff --git a/src/Inter-UI-Black.ufo/glyphs/semicolon.glif b/src/Inter-UI-Black.ufo/glyphs/semicolon.glif index f89f8f88d..0548ada8b 100644 --- a/src/Inter-UI-Black.ufo/glyphs/semicolon.glif +++ b/src/Inter-UI-Black.ufo/glyphs/semicolon.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/uni20B_D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni20B_D_.glif index 2811f5738..cde864e96 100644 --- a/src/Inter-UI-Black.ufo/glyphs/uni20B_D_.glif +++ b/src/Inter-UI-Black.ufo/glyphs/uni20B_D_.glif @@ -1,7 +1,10 @@ - + + +line up with Yen + @@ -34,6 +37,8 @@ + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + P com.schriftgestaltung.hints diff --git a/src/Inter-UI-Black.ufo/glyphs/uni214D_.glif b/src/Inter-UI-Black.ufo/glyphs/uni214D_.glif index 3c6e916bc..239f06947 100644 --- a/src/Inter-UI-Black.ufo/glyphs/uni214D_.glif +++ b/src/Inter-UI-Black.ufo/glyphs/uni214D_.glif @@ -1,77 +1,39 @@ - + + - - - - - + + + + - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - com.schriftgestaltung.Glyphs.nodeUserData.0.4 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs + com.schriftgestaltung.componentsAlignment + + 0 + -1 + com.schriftgestaltung.hints @@ -79,18 +41,13 @@ options 0 - origin + place - 3.0 - 9.0 + -28.0 + 232.0 stem -2 - target - - 3.0 - 2.0 - type Stem @@ -99,18 +56,13 @@ options 0 - origin + place - 3.0 - 21.0 + 1012.0 + 232.0 stem -2 - target - - 3.0 - 28.0 - type Stem @@ -119,18 +71,13 @@ options 0 - origin + place - 2.0 - 0.0 + 1548.0 + 228.0 stem -2 - target - - 2.0 - 1.0 - type Stem @@ -139,18 +86,13 @@ options 0 - origin + place - 3.0 - 31.0 + 1952.0 + 308.0 stem -2 - target - - 3.0 - 18.0 - type Stem @@ -159,18 +101,13 @@ options 0 - origin + place - 3.0 - 37.0 + 2612.0 + 308.0 stem -2 - target - - 3.0 - 12.0 - type Stem @@ -179,18 +116,13 @@ options 4 - origin + place - 3.0 - 9.0 + -28.0 + 232.0 stem -2 - target - - 3.0 - 2.0 - type TTStem @@ -199,18 +131,13 @@ options 4 - origin + place - 3.0 - 21.0 + 1012.0 + 232.0 stem -2 - target - - 3.0 - 28.0 - type TTStem @@ -219,18 +146,13 @@ options 4 - origin + place - 2.0 - 0.0 + 1548.0 + 228.0 stem -2 - target - - 2.0 - 1.0 - type TTStem diff --git a/src/Inter-UI-Black.ufo/glyphs/yen.glif b/src/Inter-UI-Black.ufo/glyphs/yen.glif index 6185d2e6f..5ea95623c 100644 --- a/src/Inter-UI-Black.ufo/glyphs/yen.glif +++ b/src/Inter-UI-Black.ufo/glyphs/yen.glif @@ -2,7 +2,28 @@ + +line up with uni20BD + + + + + + + + + + + + + + + + + + + @@ -15,26 +36,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -45,10 +46,10 @@ options 0 - origin + place - 4.0 - 1.0 + 0.0 + 21.0 stem -2 @@ -65,18 +66,13 @@ options 0 - origin + place - 1.0 - 1.0 + 392.0 + 380.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -94,7 +90,7 @@ -2 target - 0.0 + 2.0 0.0 type @@ -105,10 +101,10 @@ options 0 - origin + place - 3.0 - 0.0 + 2048.0 + -20.0 stem -2 @@ -130,13 +126,13 @@ origin 3.0 - 0.0 + 1.0 stem -2 target - 2.0 + 3.0 2.0 type @@ -149,7 +145,7 @@ 4 origin - 4.0 + 0.0 1.0 stem @@ -162,18 +158,13 @@ options 4 - origin + place - 1.0 - 1.0 + 392.0 + 380.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -191,7 +182,7 @@ -2 target - 0.0 + 2.0 0.0 type @@ -204,8 +195,8 @@ 4 origin + 0.0 3.0 - 0.0 stem -2 diff --git a/src/Inter-UI-Black.ufo/lib.plist b/src/Inter-UI-Black.ufo/lib.plist index 29262f95e..d1d1c5148 100644 --- a/src/Inter-UI-Black.ufo/lib.plist +++ b/src/Inter-UI-Black.ufo/lib.plist @@ -6,8 +6,6 @@ 170 GSOffsetMakeStroke 1 - GSOffsetPosition - 1 GSOffsetProportional 1 GSOffsetVertical diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/G_bar.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/G_bar.glif index 8e96bbf02..01be1490c 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/G_bar.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/G_bar.glif @@ -1,14 +1,20 @@ - + - - - - + + + + - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/accountof.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/accountof.glif index 4cb7fa658..11eba9092 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/accountof.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/accountof.glif @@ -1,90 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + c.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/addresssubject.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/addresssubject.glif index 8a9b44219..28be1dcd3 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/addresssubject.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/addresssubject.glif @@ -1,100 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - com.schriftgestaltung.Glyphs.nodeUserData.1.16 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/cadauna.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/cadauna.glif index 214e28052..b38c4f94e 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/cadauna.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/cadauna.glif @@ -1,67 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + u.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/careof.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/careof.glif index a1b84f3e6..468f32d8c 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/careof.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/careof.glif @@ -1,74 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + o.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/cedi.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/cedi.glif index 78f847a0d..9925e10f2 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/cedi.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/cedi.glif @@ -1,42 +1,15 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/cent.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/cent.glif index 10ce0bf10..ee16521b7 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/cent.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/cent.glif @@ -1,13 +1,13 @@ - + - + - - + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/colon.case.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/colon.case.glif index bcfef185d..22d99788a 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/colon.case.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/colon.case.glif @@ -1,12 +1,14 @@ - + - - + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + colon public.markColor 0.67,0.95,0.38,1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/colon.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/colon.glif index 2b8a3b134..fa41dbd6b 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/colon.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/colon.glif @@ -1,13 +1,22 @@ - + - - + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + period + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + period + com.schriftgestaltung.componentsAlignment + + 1 + 0 + public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/dollar.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/dollar.glif index 82b69f232..02bdf81d1 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/dollar.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/dollar.glif @@ -2,14 +2,14 @@ - + - - - - + + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/guarani.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/guarani.glif index a8d73f755..45465b4a3 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/guarani.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/guarani.glif @@ -1,51 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + G public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/lira.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/lira.glif index 3db2fe3ab..a1fd06882 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/lira.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/lira.glif @@ -1,53 +1,57 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + sterling + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + sterling public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/onethird.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/onethird.glif new file mode 100644 index 000000000..f9c2d804f --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/onethird.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.numr + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.dnomf + com.schriftgestaltung.componentsAlignment + + 0 + 0 + 1 + + public.markColor + 0.97,1,0,1 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/openbullet.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/openbullet.glif index eaaa13814..d1bb8f8c0 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/openbullet.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/openbullet.glif @@ -32,4 +32,10 @@ + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + bullet + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/semicolon.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/semicolon.glif index 491f1a887..5cc8f7226 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/semicolon.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/semicolon.glif @@ -1,11 +1,11 @@ - + - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni20B_D_.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni20B_D_.glif index 9bb85b7ec..4d347d7d6 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni20B_D_.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/uni20B_D_.glif @@ -1,7 +1,10 @@ - + + +line up with Yen + @@ -34,6 +37,8 @@ + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + P public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni214D_.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni214D_.glif index cd2da8cdb..e7e738e0d 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni214D_.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/uni214D_.glif @@ -1,77 +1,38 @@ - + - - - - - + + + + - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - com.schriftgestaltung.Glyphs.nodeUserData.0.4 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs + com.schriftgestaltung.componentsAlignment + + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/yen.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/yen.glif index 4f73e7d4b..c169531a7 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/yen.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/yen.glif @@ -2,7 +2,28 @@ + +line up with uni20BD + + + + + + + + + + + + + + + + + + + @@ -15,26 +36,6 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/G_bar.glif b/src/Inter-UI-Italic.ufo/glyphs/G_bar.glif index 661d1dc6a..603a1ea29 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/G_bar.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/G_bar.glif @@ -2,15 +2,21 @@ - - + + - - - - + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/accountof.glif b/src/Inter-UI-Italic.ufo/glyphs/accountof.glif index aefc78b50..80b851cac 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/accountof.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/accountof.glif @@ -1,85 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + c.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/addresssubject.glif b/src/Inter-UI-Italic.ufo/glyphs/addresssubject.glif index 902ee5055..ee714198b 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/addresssubject.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/addresssubject.glif @@ -1,95 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/cadauna.glif b/src/Inter-UI-Italic.ufo/glyphs/cadauna.glif index accecf106..f520a2b8d 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/cadauna.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/cadauna.glif @@ -1,67 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + u.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/careof.glif b/src/Inter-UI-Italic.ufo/glyphs/careof.glif index 019004aba..8ad5056e6 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/careof.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/careof.glif @@ -1,74 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + o.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/cedi.glif b/src/Inter-UI-Italic.ufo/glyphs/cedi.glif index a22e16eec..0e46a82bd 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/cedi.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/cedi.glif @@ -4,39 +4,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/cent.glif b/src/Inter-UI-Italic.ufo/glyphs/cent.glif index 29dee1a3d..f3c046191 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/cent.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/cent.glif @@ -1,14 +1,14 @@ - + - + - - - - + + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/colon.case.glif b/src/Inter-UI-Italic.ufo/glyphs/colon.case.glif index 7d50cc88d..afe2898cc 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/colon.case.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/colon.case.glif @@ -8,6 +8,8 @@ + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + colon public.markColor 0.67,0.95,0.38,1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/colon.glif b/src/Inter-UI-Italic.ufo/glyphs/colon.glif index 43f751b6b..dc40767ec 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/colon.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/colon.glif @@ -10,6 +10,15 @@ + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + period + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + period + com.schriftgestaltung.componentsAlignment + + 1 + 0 + public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/dollar.glif b/src/Inter-UI-Italic.ufo/glyphs/dollar.glif index 75018175f..6fb57b6bf 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/dollar.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/dollar.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/guarani.glif b/src/Inter-UI-Italic.ufo/glyphs/guarani.glif index 0c81a6ad7..4bd77b548 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/guarani.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/guarani.glif @@ -4,48 +4,19 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + G public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/lira.glif b/src/Inter-UI-Italic.ufo/glyphs/lira.glif index eb6ba984a..8df93c73f 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/lira.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/lira.glif @@ -1,53 +1,57 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + sterling + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + sterling public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/onethird.glif b/src/Inter-UI-Italic.ufo/glyphs/onethird.glif new file mode 100644 index 000000000..54fb96ce6 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/onethird.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.numr + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.dnomf + com.schriftgestaltung.componentsAlignment + + 0 + 0 + 1 + + public.markColor + 0.97,1,0,1 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/openbullet.glif b/src/Inter-UI-Italic.ufo/glyphs/openbullet.glif index f43737ddb..8eec0a216 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/openbullet.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/openbullet.glif @@ -32,4 +32,10 @@ + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + bullet + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/semicolon.glif b/src/Inter-UI-Italic.ufo/glyphs/semicolon.glif index e882fc7b4..ed0cfcf15 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/semicolon.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/semicolon.glif @@ -4,7 +4,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni20B_D_.glif b/src/Inter-UI-Italic.ufo/glyphs/uni20B_D_.glif index 88d4f76dc..8fb9c1870 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/uni20B_D_.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/uni20B_D_.glif @@ -1,7 +1,10 @@ - + + +line up with Yen + @@ -35,6 +38,8 @@ + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + P public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni214D_.glif b/src/Inter-UI-Italic.ufo/glyphs/uni214D_.glif index f73e2e2c2..5be5e8b73 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/uni214D_.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/uni214D_.glif @@ -1,72 +1,33 @@ - + - - - - - + + + + - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/yen.glif b/src/Inter-UI-Italic.ufo/glyphs/yen.glif index 218cd8326..c608087dc 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/yen.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/yen.glif @@ -2,8 +2,29 @@ + +line up with uni20BD + + + + + + + + + + + + + + + + + + + @@ -16,26 +37,6 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/G_bar.glif b/src/Inter-UI-Regular.ufo/glyphs/G_bar.glif index 9328661cf..a5436fd69 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/G_bar.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/G_bar.glif @@ -6,15 +6,17 @@ - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G com.schriftgestaltung.hints @@ -22,18 +24,13 @@ options 0 - origin + place - 0.0 - 3.0 + 456.0 + 184.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -42,18 +39,13 @@ options 4 - origin + place - 0.0 - 3.0 + 456.0 + 184.0 stem -2 - target - - 0.0 - 2.0 - type TTStem diff --git a/src/Inter-UI-Regular.ufo/glyphs/accountof.glif b/src/Inter-UI-Regular.ufo/glyphs/accountof.glif index 9d8568ec2..3e71fe5b1 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/accountof.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/accountof.glif @@ -1,85 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + c.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + com.schriftgestaltung.hints @@ -87,18 +26,13 @@ options 0 - origin + place - 2.0 - 27.0 + -28.0 + 176.0 stem -2 - target - - 2.0 - 6.0 - type Stem @@ -107,18 +41,13 @@ options 0 - origin + place - 2.0 - 13.0 + 732.0 + 172.0 stem -2 - target - - 2.0 - 20.0 - type Stem @@ -127,18 +56,13 @@ options 0 - origin + place - 1.0 - 21.0 + 1156.0 + 168.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -147,18 +71,13 @@ options 0 - origin + place - 1.0 - 12.0 + 1584.0 + 144.0 stem -2 - target - - 1.0 - 15.0 - type Stem @@ -167,18 +86,13 @@ options 0 - origin + place - 0.0 - 5.0 + 2080.0 + 168.0 stem -2 - target - - 0.0 - 12.0 - type Stem @@ -187,18 +101,13 @@ options 0 - origin + place - 1.0 - 18.0 + 128.0 + 200.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -207,18 +116,13 @@ options 0 - origin + place - 0.0 - 16.0 + 676.0 + 204.0 stem -2 - target - - 0.0 - 1.0 - type Stem @@ -227,18 +131,13 @@ options 0 - origin + place - 2.0 - 24.0 + 1452.0 + 204.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -247,18 +146,13 @@ options 0 - origin + place - 2.0 - 3.0 + 2024.0 + 204.0 stem -2 - target - - 2.0 - 2.0 - type Stem @@ -267,18 +161,13 @@ options 4 - origin + place - 2.0 - 27.0 + -28.0 + 176.0 stem -2 - target - - 2.0 - 6.0 - type TTStem @@ -287,18 +176,13 @@ options 4 - origin + place - 2.0 - 13.0 + 732.0 + 172.0 stem -2 - target - - 2.0 - 20.0 - type TTStem @@ -307,18 +191,13 @@ options 4 - origin + place - 1.0 - 21.0 + 1156.0 + 168.0 stem -2 - target - - 1.0 - 6.0 - type TTStem @@ -327,18 +206,13 @@ options 4 - origin + place - 1.0 - 12.0 + 1584.0 + 144.0 stem -2 - target - - 1.0 - 15.0 - type TTStem @@ -347,18 +221,13 @@ options 4 - origin + place - 0.0 - 5.0 + 2080.0 + 168.0 stem -2 - target - - 0.0 - 12.0 - type TTStem diff --git a/src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif b/src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif index bdd84e5c5..16bac1337 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/addresssubject.glif @@ -1,95 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + com.schriftgestaltung.hints @@ -97,18 +26,13 @@ options 0 - origin + place - 0.0 - 37.0 + -28.0 + 172.0 stem -2 - target - - 0.0 - 30.0 - type Stem @@ -117,18 +41,13 @@ options 0 - origin + place - 0.0 - 11.0 + 728.0 + 168.0 stem -2 - target - - 0.0 - 18.0 - type Stem @@ -137,18 +56,13 @@ options 0 - origin + place - 2.0 - 21.0 + 1156.0 + 168.0 stem -2 - target - - 2.0 - 6.0 - type Stem @@ -157,18 +71,13 @@ options 0 - origin + place - 2.0 - 12.0 + 1584.0 + 144.0 stem -2 - target - - 2.0 - 15.0 - type Stem @@ -177,18 +86,13 @@ options 0 - origin + place - 1.0 - 5.0 + 2080.0 + 168.0 stem -2 - target - - 1.0 - 12.0 - type Stem @@ -197,18 +101,13 @@ options 0 - origin + place - 2.0 - 18.0 + 128.0 + 200.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -217,18 +116,13 @@ options 0 - origin + place - 1.0 - 16.0 + 676.0 + 204.0 stem -2 - target - - 1.0 - 1.0 - type Stem @@ -237,18 +131,13 @@ options 0 - origin + place - 0.0 - 21.0 + 1528.0 + 200.0 stem -2 - target - - 0.0 - 8.0 - type Stem @@ -257,18 +146,13 @@ options 0 - origin + place - 0.0 - 27.0 + 2020.0 + 204.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -277,18 +161,13 @@ options 4 - origin + place - 0.0 - 37.0 + -28.0 + 172.0 stem -2 - target - - 0.0 - 30.0 - type TTStem @@ -297,18 +176,13 @@ options 4 - origin + place - 0.0 - 11.0 + 728.0 + 168.0 stem -2 - target - - 0.0 - 18.0 - type TTStem @@ -317,18 +191,13 @@ options 4 - origin + place - 2.0 - 21.0 + 1156.0 + 168.0 stem -2 - target - - 2.0 - 6.0 - type TTStem @@ -337,18 +206,13 @@ options 4 - origin + place - 2.0 - 12.0 + 1584.0 + 144.0 stem -2 - target - - 2.0 - 15.0 - type TTStem @@ -357,18 +221,13 @@ options 4 - origin + place - 1.0 - 5.0 + 2080.0 + 168.0 stem -2 - target - - 1.0 - 12.0 - type TTStem diff --git a/src/Inter-UI-Regular.ufo/glyphs/cadauna.glif b/src/Inter-UI-Regular.ufo/glyphs/cadauna.glif index 6e21f596a..27845f89f 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/cadauna.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/cadauna.glif @@ -1,67 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + u.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + com.schriftgestaltung.hints @@ -69,18 +26,13 @@ options 0 - origin + place - 1.0 - 15.0 + -16.0 + 168.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -89,18 +41,13 @@ options 0 - origin + place - 0.0 - 27.0 + 1100.0 + 172.0 stem -2 - target - - 0.0 - 6.0 - type Stem @@ -109,18 +56,13 @@ options 0 - origin + place - 0.0 - 13.0 + 1860.0 + 172.0 stem -2 - target - - 0.0 - 20.0 - type Stem @@ -129,10 +71,10 @@ options 0 - origin + place - 2.0 0.0 + 21.0 stem -2 @@ -149,18 +91,13 @@ options 0 - origin + place - 0.0 - 24.0 + 128.0 + 200.0 stem -2 - target - - 0.0 - 9.0 - type Stem @@ -169,18 +106,13 @@ options 0 - origin + place - 0.0 - 3.0 + 696.0 + 204.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -189,18 +121,13 @@ options 0 - origin + place - 1.0 - 12.0 + 1640.0 + 204.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -209,18 +136,13 @@ options 0 - origin + place - 2.0 - 4.0 + 2152.0 + 204.0 stem -2 - target - - 2.0 - 1.0 - type Stem @@ -229,18 +151,13 @@ options 4 - origin + place - 1.0 - 15.0 + -16.0 + 168.0 stem -2 - target - - 1.0 - 6.0 - type TTStem @@ -249,18 +166,13 @@ options 4 - origin + place - 0.0 - 27.0 + 1100.0 + 172.0 stem -2 - target - - 0.0 - 6.0 - type TTStem @@ -269,18 +181,13 @@ options 4 - origin + place - 0.0 - 13.0 + 1860.0 + 172.0 stem -2 - target - - 0.0 - 20.0 - type TTStem @@ -289,10 +196,10 @@ options 4 - origin + place - 2.0 0.0 + -2147483648.0 stem -2 diff --git a/src/Inter-UI-Regular.ufo/glyphs/careof.glif b/src/Inter-UI-Regular.ufo/glyphs/careof.glif index ce902cf8e..8c13649a3 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/careof.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/careof.glif @@ -1,74 +1,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + o.subs + com.schriftgestaltung.componentsAlignment + + 0 + 0 + -1 + com.schriftgestaltung.hints @@ -76,18 +26,13 @@ options 0 - origin + place - 1.0 - 2.0 + -28.0 + 172.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -96,18 +41,13 @@ options 0 - origin + place - 2.0 - 2.0 + 732.0 + 172.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -116,18 +56,13 @@ options 0 - origin + place - 0.0 - 23.0 + 1100.0 + 172.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -136,18 +71,13 @@ options 0 - origin + place - 0.0 - 9.0 + 1860.0 + 172.0 stem -2 - target - - 0.0 - 16.0 - type Stem @@ -156,18 +86,13 @@ options 0 - origin + place - 0.0 - 20.0 + 128.0 + 204.0 stem -2 - target - - 0.0 - 5.0 - type Stem @@ -176,18 +101,13 @@ options 0 - origin + place - 0.0 - 27.0 + 696.0 + 204.0 stem -2 - target - - 0.0 - 26.0 - type Stem @@ -196,18 +116,13 @@ options 0 - origin + place - 1.0 - 13.0 + 1388.0 + 204.0 stem -2 - target - - 2.0 - 12.0 - type Stem @@ -216,18 +131,13 @@ options 0 - origin + place - 2.0 - 6.0 + 2016.0 + 200.0 stem -2 - target - - 1.0 - 5.0 - type Stem @@ -236,18 +146,13 @@ options 4 - origin + place - 1.0 - 2.0 + -28.0 + 172.0 stem -2 - target - - 2.0 - 9.0 - type TTStem @@ -256,18 +161,13 @@ options 4 - origin + place - 2.0 - 2.0 + 732.0 + 172.0 stem -2 - target - - 1.0 - 9.0 - type TTStem @@ -276,18 +176,13 @@ options 4 - origin + place - 0.0 - 23.0 + 1100.0 + 172.0 stem -2 - target - - 0.0 - 2.0 - type TTStem @@ -296,18 +191,13 @@ options 4 - origin + place - 0.0 - 9.0 + 1860.0 + 172.0 stem -2 - target - - 0.0 - 16.0 - type TTStem diff --git a/src/Inter-UI-Regular.ufo/glyphs/cedi.glif b/src/Inter-UI-Regular.ufo/glyphs/cedi.glif index c448e81b4..7c1775c29 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/cedi.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/cedi.glif @@ -4,39 +4,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + @@ -51,18 +24,13 @@ options 0 - origin + place - 1.0 - 5.0 + 168.0 + 240.0 stem -2 - target - - 1.0 - 18.0 - type Stem diff --git a/src/Inter-UI-Regular.ufo/glyphs/cent.glif b/src/Inter-UI-Regular.ufo/glyphs/cent.glif index 446a35c14..9a9297a10 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/cent.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/cent.glif @@ -5,10 +5,10 @@ - - - - + + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/colon.case.glif b/src/Inter-UI-Regular.ufo/glyphs/colon.case.glif index 6842eefd9..86a74d67f 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/colon.case.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/colon.case.glif @@ -7,6 +7,8 @@ + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + colon public.markColor 0.67,0.95,0.38,1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/colon.glif b/src/Inter-UI-Regular.ufo/glyphs/colon.glif index de7ce7709..4c9dd7181 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/colon.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/colon.glif @@ -8,6 +8,15 @@ + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + period + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + period + com.schriftgestaltung.componentsAlignment + + 1 + 0 + public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Regular.ufo/glyphs/dollar.glif b/src/Inter-UI-Regular.ufo/glyphs/dollar.glif index 5e4caca96..311fc860d 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/dollar.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/dollar.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/guarani.glif b/src/Inter-UI-Regular.ufo/glyphs/guarani.glif index f654b3447..04a15ae2f 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/guarani.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/guarani.glif @@ -4,48 +4,19 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + G com.schriftgestaltung.hints @@ -53,18 +24,13 @@ options 0 - origin + place - 1.0 - 1.0 + 796.0 + 220.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -73,18 +39,13 @@ options 0 - origin + place - 2.0 - 5.0 + 168.0 + 240.0 stem -2 - target - - 2.0 - 18.0 - type Stem @@ -113,18 +74,113 @@ options 0 - origin + place - 2.0 - 12.0 + 1676.0 + 240.0 stem -2 - target + type + Stem + + + horizontal + + options + 4 + place - 1.0 + 796.0 + 220.0 + + stem + -2 + type + TTStem + + + horizontal + + options + 0 + origin + + 0.0 2.0 + place + + -256.0 + 232.0 + + stem + -2 + type + Stem + + + horizontal + + options + 0 + place + + 804.0 + 220.0 + + stem + -2 + type + Stem + + + horizontal + + options + 0 + origin + + 0.0 + 0.0 + + place + + 2304.0 + 232.0 + + stem + -2 + type + Stem + + + horizontal + + options + 0 + place + + 168.0 + 240.0 + + stem + -2 + type + Stem + + + horizontal + + options + 0 + place + + 1676.0 + 240.0 + + stem + -2 type Stem @@ -135,16 +191,41 @@ 4 origin - 1.0 - 1.0 + 0.0 + 2.0 stem -2 - target + type + TTStem + + + horizontal + + options + 4 + place - 1.0 + 804.0 + 220.0 + + stem + -2 + type + TTStem + + + horizontal + + options + 4 + origin + + 0.0 0.0 + stem + -2 type TTStem diff --git a/src/Inter-UI-Regular.ufo/glyphs/lira.glif b/src/Inter-UI-Regular.ufo/glyphs/lira.glif index ca7d687a3..07d546e37 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/lira.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/lira.glif @@ -1,53 +1,57 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + sterling + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + sterling com.schriftgestaltung.hints diff --git a/src/Inter-UI-Regular.ufo/glyphs/onethird.glif b/src/Inter-UI-Regular.ufo/glyphs/onethird.glif new file mode 100644 index 000000000..c0d9a93d2 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/onethird.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.numr + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.dnomf + com.schriftgestaltung.componentsAlignment + + 0 + 0 + 1 + + public.markColor + 0.97,1,0,1 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/openbullet.glif b/src/Inter-UI-Regular.ufo/glyphs/openbullet.glif index f49976a90..e112e8157 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/openbullet.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/openbullet.glif @@ -34,4 +34,10 @@ + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + bullet + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni20B_D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni20B_D_.glif index 476d9148b..965c4c7dd 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/uni20B_D_.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/uni20B_D_.glif @@ -1,7 +1,10 @@ - + + +line up with Yen + @@ -35,6 +38,8 @@ + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + P com.schriftgestaltung.hints diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif index 3bbeea078..be70cf79f 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/uni214D_.glif @@ -1,72 +1,34 @@ - + + - - - - - + + + + - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs com.schriftgestaltung.hints @@ -74,18 +36,13 @@ options 0 - origin + place - 3.0 - 9.0 + -28.0 + 172.0 stem -2 - target - - 3.0 - 2.0 - type Stem @@ -94,38 +51,28 @@ options 0 - origin + place - 3.0 - 21.0 - - stem - -2 - target - - 3.0 - 28.0 - - type - Stem - - - horizontal - - options - 0 - origin - - 2.0 + 1100.0 0.0 stem -2 - target + type + Stem + + + horizontal + + options + 0 + place - 2.0 - 1.0 + 1424.0 + 0.0 + stem + -2 type Stem @@ -134,18 +81,13 @@ options 0 - origin + place - 3.0 - 31.0 + 2088.0 + 200.0 stem -2 - target - - 3.0 - 18.0 - type Stem @@ -154,18 +96,13 @@ options 0 - origin + place - 3.0 - 37.0 + 2756.0 + 208.0 stem -2 - target - - 3.0 - 12.0 - type Stem @@ -174,18 +111,13 @@ options 4 - origin + place - 3.0 - 9.0 + -28.0 + 172.0 stem -2 - target - - 3.0 - 2.0 - type TTStem @@ -194,19 +126,121 @@ options 4 - origin + place - 3.0 + 1100.0 + 0.0 + + stem + -2 + type + TTStem + + + horizontal + + options + 4 + place + + 1424.0 + 0.0 + + stem + -2 + type + TTStem + + + horizontal + + options + 0 + place + + 1024.0 21.0 stem -2 target - 3.0 - 28.0 + u + p type + BottomGhost + + + horizontal + + options + 0 + origin + + 0.0 + 1.0 + + place + + 1280.0 + 48.0 + + stem + -2 + type + Stem + + + horizontal + + options + 0 + place + + 2048.0 + -20.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 4 + origin + + 1.0 + 3.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 4 + origin + + 0.0 + 1.0 + + stem + -2 + type TTStem @@ -216,18 +250,13 @@ 4 origin - 2.0 - 0.0 + 1.0 + 4.0 stem -2 - target - - 2.0 - 1.0 - type - TTStem + Anchor public.markColor diff --git a/src/Inter-UI-Regular.ufo/glyphs/yen.glif b/src/Inter-UI-Regular.ufo/glyphs/yen.glif index a7d415541..7b2a1e324 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/yen.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/yen.glif @@ -2,8 +2,29 @@ + +line up with uni20BD + + + + + + + + + + + + + + + + + + + @@ -16,26 +37,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -46,10 +47,10 @@ options 0 - origin + place - 4.0 - 1.0 + 0.0 + 21.0 stem -2 @@ -66,18 +67,13 @@ options 0 - origin + place - 1.0 - 1.0 + 444.0 + 180.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -95,7 +91,7 @@ -2 target - 0.0 + 2.0 0.0 type @@ -106,10 +102,10 @@ options 0 - origin + place - 3.0 - 0.0 + 2048.0 + -20.0 stem -2 @@ -130,15 +126,15 @@ 0 origin - 4.0 + 0.0 1.0 stem -2 target - 4.0 - 2.0 + 1.0 + 0.0 type Stem @@ -150,7 +146,7 @@ 4 origin - 4.0 + 0.0 1.0 stem @@ -163,18 +159,13 @@ options 4 - origin + place - 1.0 - 1.0 + 444.0 + 180.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -192,7 +183,7 @@ -2 target - 0.0 + 2.0 0.0 type @@ -205,8 +196,8 @@ 4 origin + 0.0 3.0 - 0.0 stem -2 diff --git a/src/Inter-UI-Regular.ufo/lib.plist b/src/Inter-UI-Regular.ufo/lib.plist index c6386e345..6e91c6702 100644 --- a/src/Inter-UI-Regular.ufo/lib.plist +++ b/src/Inter-UI-Regular.ufo/lib.plist @@ -3,11 +3,9 @@ GSOffsetHorizontal - 100 + 90 GSOffsetMakeStroke 1 - GSOffsetPosition - 1 GSOffsetProportional 1 GSOffsetVertical diff --git a/src/Inter-UI-Thin.ufo/glyphs/G_bar.glif b/src/Inter-UI-Thin.ufo/glyphs/G_bar.glif index e975ae046..05d3b360f 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/G_bar.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/G_bar.glif @@ -1,22 +1,20 @@ - + - - - - + + + + - + - com.schriftgestaltung.componentsAlignment - - -1 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G com.schriftgestaltung.hints @@ -24,18 +22,13 @@ options 0 - origin + place - 0.0 - 1.0 + 640.0 + 64.0 stem -2 - target - - 0.0 - 0.0 - type Stem @@ -44,18 +37,13 @@ options 0 - origin + place - 0.0 - 1.0 + 1960.0 + 880.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -64,18 +52,13 @@ options 4 - origin + place - 0.0 - 1.0 + 640.0 + 64.0 stem -2 - target - - 0.0 - 0.0 - type TTStem diff --git a/src/Inter-UI-Thin.ufo/glyphs/L_ambda.glif b/src/Inter-UI-Thin.ufo/glyphs/L_ambda.glif index 9389e22fd..e2e234f50 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/L_ambda.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/L_ambda.glif @@ -1,17 +1,17 @@ - + - - - - - - - - + + + + + + + + @@ -52,6 +52,93 @@ type Anchor + + horizontal + + options + 4 + origin + + 0.0 + 6.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 4 + origin + + 0.0 + 6.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 0 + origin + + 0.0 + 6.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + origin + + 0.0 + 6.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 0 + place + + 692.0 + 64.0 + + stem + -2 + type + Stem + diff --git a/src/Inter-UI-Thin.ufo/glyphs/accountof.glif b/src/Inter-UI-Thin.ufo/glyphs/accountof.glif index 614b002a8..b40faaaad 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/accountof.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/accountof.glif @@ -1,92 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + c.subs com.schriftgestaltung.componentsAlignment + 0 + 0 -1 com.schriftgestaltung.hints @@ -96,10 +26,10 @@ options 0 - origin + place - 2.0 - 27.0 + -28.0 + 21.0 stem -2 @@ -116,18 +46,13 @@ options 0 - origin + place - 1.0 - 21.0 + 1160.0 + 140.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -136,18 +61,13 @@ options 0 - origin + place - 1.0 - 12.0 + 1596.0 + 136.0 stem -2 - target - - 1.0 - 15.0 - type Stem @@ -156,18 +76,13 @@ options 0 - origin + place - 0.0 - 5.0 + 2072.0 + 144.0 stem -2 - target - - 0.0 - 12.0 - type Stem @@ -176,18 +91,13 @@ options 0 - origin + place - 2.0 - 27.0 + -28.0 + 112.0 stem -2 - target - - 2.0 - 6.0 - type Stem @@ -196,18 +106,13 @@ options 0 - origin + place - 2.0 - 13.0 + 800.0 + 104.0 stem -2 - target - - 2.0 - 20.0 - type Stem @@ -216,18 +121,13 @@ options 0 - origin + place - 0.0 - 16.0 + 640.0 + 140.0 stem -2 - target - - 0.0 - 1.0 - type Stem @@ -236,18 +136,13 @@ options 0 - origin + place - 2.0 - 24.0 + 1428.0 + 132.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -256,10 +151,10 @@ options 4 - origin + place - 2.0 - 27.0 + -28.0 + -2147483648.0 stem -2 @@ -271,18 +166,13 @@ options 4 - origin + place - 1.0 - 21.0 + 1160.0 + 140.0 stem -2 - target - - 1.0 - 6.0 - type TTStem @@ -291,18 +181,13 @@ options 4 - origin + place - 1.0 - 12.0 + 1596.0 + 136.0 stem -2 - target - - 1.0 - 15.0 - type TTStem @@ -311,18 +196,13 @@ options 4 - origin + place - 0.0 - 5.0 + 2072.0 + 144.0 stem -2 - target - - 0.0 - 12.0 - type TTStem @@ -331,18 +211,13 @@ options 4 - origin + place - 2.0 - 27.0 + -28.0 + 112.0 stem -2 - target - - 2.0 - 6.0 - type TTStem @@ -351,18 +226,13 @@ options 4 - origin + place - 2.0 - 13.0 + 800.0 + 104.0 stem -2 - target - - 2.0 - 20.0 - type TTStem diff --git a/src/Inter-UI-Thin.ufo/glyphs/addresssubject.glif b/src/Inter-UI-Thin.ufo/glyphs/addresssubject.glif index 149364401..3a1ba25e0 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/addresssubject.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/addresssubject.glif @@ -1,102 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - com.schriftgestaltung.Glyphs.nodeUserData.1.16 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs com.schriftgestaltung.componentsAlignment + 0 + 0 -1 com.schriftgestaltung.hints @@ -106,18 +26,13 @@ options 0 - origin + place - 0.0 - 37.0 + -28.0 + 160.0 stem -2 - target - - 0.0 - 30.0 - type Stem @@ -126,18 +41,13 @@ options 0 - origin + place - 0.0 - 11.0 + 728.0 + 156.0 stem -2 - target - - 0.0 - 18.0 - type Stem @@ -146,18 +56,13 @@ options 0 - origin + place - 2.0 - 21.0 + 1160.0 + 140.0 stem -2 - target - - 2.0 - 6.0 - type Stem @@ -166,18 +71,13 @@ options 0 - origin + place - 2.0 - 12.0 + 1596.0 + 136.0 stem -2 - target - - 2.0 - 15.0 - type Stem @@ -186,18 +86,13 @@ options 0 - origin + place - 1.0 - 5.0 + 2072.0 + 144.0 stem -2 - target - - 1.0 - 12.0 - type Stem @@ -206,18 +101,13 @@ options 0 - origin + place - 1.0 - 16.0 + 640.0 + 140.0 stem -2 - target - - 1.0 - 1.0 - type Stem @@ -226,18 +116,13 @@ options 4 - origin + place - 0.0 - 37.0 + -28.0 + 160.0 stem -2 - target - - 0.0 - 30.0 - type TTStem @@ -246,18 +131,13 @@ options 4 - origin + place - 0.0 - 11.0 + 728.0 + 156.0 stem -2 - target - - 0.0 - 18.0 - type TTStem @@ -266,18 +146,13 @@ options 4 - origin + place - 2.0 - 21.0 + 1160.0 + 140.0 stem -2 - target - - 2.0 - 6.0 - type TTStem @@ -286,18 +161,13 @@ options 4 - origin + place - 2.0 - 12.0 + 1596.0 + 136.0 stem -2 - target - - 2.0 - 15.0 - type TTStem @@ -306,18 +176,13 @@ options 4 - origin + place - 1.0 - 5.0 + 2072.0 + 144.0 stem -2 - target - - 1.0 - 12.0 - type TTStem diff --git a/src/Inter-UI-Thin.ufo/glyphs/austral.glif b/src/Inter-UI-Thin.ufo/glyphs/austral.glif index a6196af84..3e97ede99 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/austral.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/austral.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - - - - + + + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/cadauna.glif b/src/Inter-UI-Thin.ufo/glyphs/cadauna.glif index 2b764047d..fdf7f5a7e 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/cadauna.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/cadauna.glif @@ -1,69 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + u.subs com.schriftgestaltung.componentsAlignment + 0 + 0 -1 com.schriftgestaltung.hints @@ -73,10 +26,10 @@ options 0 - origin + place - 2.0 0.0 + 21.0 stem -2 @@ -93,18 +46,13 @@ options 0 - origin + place - 0.0 - 27.0 + 1100.0 + 104.0 stem -2 - target - - 0.0 - 6.0 - type Stem @@ -113,18 +61,13 @@ options 0 - origin + place - 0.0 - 13.0 + 1928.0 + 104.0 stem -2 - target - - 0.0 - 20.0 - type Stem @@ -133,18 +76,13 @@ options 0 - origin + place - 1.0 - 15.0 + -16.0 + 128.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -153,18 +91,13 @@ options 0 - origin + place - 0.0 - 24.0 + 44.0 + 120.0 stem -2 - target - - 0.0 - 9.0 - type Stem @@ -173,18 +106,13 @@ options 0 - origin + place - 1.0 - 12.0 + 1756.0 + 148.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -193,18 +121,13 @@ options 0 - origin + place - 2.0 - 4.0 + 2236.0 + 140.0 stem -2 - target - - 2.0 - 1.0 - type Stem @@ -213,10 +136,10 @@ options 4 - origin + place - 2.0 0.0 + -2147483648.0 stem -2 @@ -228,18 +151,13 @@ options 4 - origin + place - 0.0 - 27.0 + 1100.0 + 104.0 stem -2 - target - - 0.0 - 6.0 - type TTStem @@ -248,18 +166,13 @@ options 4 - origin + place - 0.0 - 13.0 + 1928.0 + 104.0 stem -2 - target - - 0.0 - 20.0 - type TTStem @@ -268,18 +181,13 @@ options 4 - origin + place - 1.0 - 15.0 + -16.0 + 128.0 stem -2 - target - - 1.0 - 6.0 - type TTStem diff --git a/src/Inter-UI-Thin.ufo/glyphs/careof.glif b/src/Inter-UI-Thin.ufo/glyphs/careof.glif index 3ef7ff3eb..14c36694d 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/careof.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/careof.glif @@ -1,76 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + o.subs com.schriftgestaltung.componentsAlignment + 0 + 0 -1 com.schriftgestaltung.hints @@ -80,10 +26,10 @@ options 0 - origin + place - 1.0 - 2.0 + -28.0 + 21.0 stem -2 @@ -100,18 +46,13 @@ options 0 - origin + place - 2.0 - 2.0 + 800.0 + 104.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -120,18 +61,13 @@ options 0 - origin + place - 0.0 - 23.0 + 1100.0 + 104.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -140,18 +76,13 @@ options 0 - origin + place - 0.0 - 9.0 + 1928.0 + 104.0 stem -2 - target - - 0.0 - 16.0 - type Stem @@ -160,18 +91,13 @@ options 0 - origin + place - 1.0 - 2.0 + -28.0 + 104.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -180,38 +106,13 @@ options 0 - origin + place - 0.0 - 20.0 - - stem - -2 - target - - 0.0 - 5.0 - - type - Stem - - - horizontal - - options - 0 - origin - - 1.0 - 13.0 - - stem - -2 - target - - 2.0 12.0 + 128.0 + stem + -2 type Stem @@ -220,18 +121,28 @@ options 0 - origin + place - 2.0 - 6.0 + 1424.0 + 132.0 stem -2 - target + type + Stem + + + horizontal + + options + 0 + place - 1.0 - 5.0 + 2056.0 + 124.0 + stem + -2 type Stem @@ -240,10 +151,10 @@ options 4 - origin + place - 1.0 - 2.0 + -28.0 + -2147483648.0 stem -2 @@ -255,18 +166,13 @@ options 4 - origin + place - 2.0 - 2.0 + 800.0 + 104.0 stem -2 - target - - 1.0 - 9.0 - type TTStem @@ -275,18 +181,13 @@ options 4 - origin + place - 0.0 - 23.0 + 1100.0 + 104.0 stem -2 - target - - 0.0 - 2.0 - type TTStem @@ -295,18 +196,13 @@ options 4 - origin + place - 0.0 - 9.0 + 1928.0 + 104.0 stem -2 - target - - 0.0 - 16.0 - type TTStem @@ -315,18 +211,13 @@ options 4 - origin + place - 1.0 - 2.0 + -28.0 + 104.0 stem -2 - target - - 2.0 - 9.0 - type TTStem diff --git a/src/Inter-UI-Thin.ufo/glyphs/cedi.glif b/src/Inter-UI-Thin.ufo/glyphs/cedi.glif index e3ac15891..a6176ec6a 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/cedi.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/cedi.glif @@ -1,42 +1,15 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + @@ -51,18 +24,13 @@ options 0 - origin + place - 1.0 - 5.0 + 200.0 + 44.0 stem -2 - target - - 1.0 - 18.0 - type Stem diff --git a/src/Inter-UI-Thin.ufo/glyphs/cent.glif b/src/Inter-UI-Thin.ufo/glyphs/cent.glif index 8682a3847..a99202400 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/cent.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/cent.glif @@ -1,13 +1,13 @@ - + - - - - + + + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/colon.case.glif b/src/Inter-UI-Thin.ufo/glyphs/colon.case.glif index 502e22e86..f3accd35f 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/colon.case.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/colon.case.glif @@ -1,17 +1,122 @@ - + - - + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + colon com.schriftgestaltung.componentsAlignment -1 -1 + com.schriftgestaltung.hints + + + horizontal + + options + 0 + place + + 404.0 + 21.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + place + + 272.0 + 144.0 + + stem + -2 + type + Stem + + + horizontal + + options + 4 + place + + 400.0 + -2147483648.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 0 + place + + 1448.0 + 21.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + place + + 272.0 + 144.0 + + stem + -2 + type + Stem + + + horizontal + + options + 4 + place + + 1444.0 + -2147483648.0 + + stem + -2 + type + Anchor + + public.markColor 0.67,0.95,0.38,1 diff --git a/src/Inter-UI-Thin.ufo/glyphs/colon.glif b/src/Inter-UI-Thin.ufo/glyphs/colon.glif index 203983238..1096ba2e7 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/colon.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/colon.glif @@ -1,16 +1,20 @@ - + - - + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + period + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + period com.schriftgestaltung.componentsAlignment - -1 + 1 -1 public.markColor diff --git a/src/Inter-UI-Thin.ufo/glyphs/coloncurrency.glif b/src/Inter-UI-Thin.ufo/glyphs/coloncurrency.glif index f216fe0a9..fd1cd9755 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/coloncurrency.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/coloncurrency.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - - - - + + + + @@ -36,7 +36,7 @@ 0 origin - 1.0 + 0.0 1.0 stem diff --git a/src/Inter-UI-Thin.ufo/glyphs/cruzeiro.glif b/src/Inter-UI-Thin.ufo/glyphs/cruzeiro.glif index cc9025fd3..5beb1ab33 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/cruzeiro.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/cruzeiro.glif @@ -1,56 +1,56 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -66,10 +66,10 @@ options 0 - origin + place - 1.0 - 8.0 + -28.0 + 21.0 stem -2 @@ -86,10 +86,10 @@ options 0 - origin + place - 1.0 - 2.0 + 2076.0 + -20.0 stem -2 @@ -110,8 +110,8 @@ 4 origin - 1.0 - 8.0 + 0.0 + 10.0 stem -2 @@ -125,7 +125,151 @@ 4 origin - 1.0 + 0.0 + 17.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 0 + place + + -28.0 + 21.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + place + + 2076.0 + -20.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 4 + place + + -28.0 + -2147483648.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 4 + place + + 2076.0 + -2147483648.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 0 + place + + -28.0 + 21.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + place + + 2076.0 + -20.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 4 + origin + + 0.0 + 10.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 4 + origin + + 0.0 2.0 stem @@ -133,6 +277,130 @@ type Anchor + + horizontal + + options + 0 + place + + -400.0 + 21.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + place + + 1164.0 + -20.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 0 + place + + 1140.0 + -20.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 0 + place + + 984.0 + 44.0 + + stem + -2 + type + Stem + + + horizontal + + options + 4 + place + + -400.0 + -2147483648.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 4 + place + + 1140.0 + -2147483648.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 4 + place + + 1140.0 + -2147483648.0 + + stem + -2 + type + Anchor + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Thin.ufo/glyphs/dollar.glif b/src/Inter-UI-Thin.ufo/glyphs/dollar.glif index 4f4015a5e..4b660e508 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/dollar.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/dollar.glif @@ -1,13 +1,13 @@ - + - - - - + + + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/euro.glif b/src/Inter-UI-Thin.ufo/glyphs/euro.glif index bff2e22bf..672749bb8 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/euro.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/euro.glif @@ -1,51 +1,55 @@ - + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.layer.rightMetricsKey + =C+32 com.schriftgestaltung.hints @@ -53,10 +57,10 @@ options 0 - origin + place - 2.0 - 8.0 + -28.0 + 21.0 stem -2 @@ -73,18 +77,13 @@ options 0 - origin + place - 1.0 - 1.0 + 748.0 + 84.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -113,10 +112,10 @@ options 0 - origin + place - 2.0 - 2.0 + 2076.0 + -20.0 stem -2 @@ -137,8 +136,8 @@ 4 origin - 2.0 - 8.0 + 1.0 + 0.0 stem -2 @@ -150,18 +149,13 @@ options 4 - origin + place - 1.0 - 1.0 + 748.0 + 84.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -192,8 +186,8 @@ 4 origin - 2.0 - 2.0 + 0.0 + 3.0 stem -2 diff --git a/src/Inter-UI-Thin.ufo/glyphs/figuredash.case.glif b/src/Inter-UI-Thin.ufo/glyphs/figuredash.case.glif index a02297a35..613ed682f 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/figuredash.case.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/figuredash.case.glif @@ -1,6 +1,6 @@ - + diff --git a/src/Inter-UI-Thin.ufo/glyphs/guarani.glif b/src/Inter-UI-Thin.ufo/glyphs/guarani.glif index 9e390323c..5414703aa 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/guarani.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/guarani.glif @@ -1,51 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + G com.schriftgestaltung.hints @@ -68,6 +39,78 @@ type Stem + + horizontal + + options + 0 + place + + -28.0 + 21.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + place + + 2076.0 + -20.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 4 + origin + + 0.0 + 2.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 4 + origin + + 0.0 + 2.0 + + stem + -2 + type + Anchor + public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Thin.ufo/glyphs/hryvnia.glif b/src/Inter-UI-Thin.ufo/glyphs/hryvnia.glif index b8be1f69e..6624bcde2 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/hryvnia.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/hryvnia.glif @@ -11,8 +11,8 @@ - - + + @@ -21,21 +21,21 @@ - - + + - - - - + + + + - - - - + + + + @@ -44,16 +44,16 @@ - - - + + + - - - - + + + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/hyphen.case.glif b/src/Inter-UI-Thin.ufo/glyphs/hyphen.case.glif index a5c290012..01218676c 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/hyphen.case.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/hyphen.case.glif @@ -1,8 +1,8 @@ - + - + diff --git a/src/Inter-UI-Thin.ufo/glyphs/lira.glif b/src/Inter-UI-Thin.ufo/glyphs/lira.glif index 89909450b..b612f67d6 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/lira.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/lira.glif @@ -1,53 +1,57 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + sterling + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + sterling com.schriftgestaltung.hints @@ -55,10 +59,10 @@ options 0 - origin + place 0.0 - 2.0 + 21.0 stem -2 @@ -75,18 +79,13 @@ options 0 - origin + place - 3.0 - 1.0 + 644.0 + 136.0 stem -2 - target - - 3.0 - 0.0 - type Stem @@ -95,18 +94,13 @@ options 0 - origin + place - 2.0 - 1.0 + 992.0 + 136.0 stem -2 - target - - 2.0 - 0.0 - type Stem @@ -115,10 +109,10 @@ options 0 - origin + place - 1.0 - 9.0 + 2076.0 + -20.0 stem -2 @@ -137,18 +131,13 @@ options 0 - origin + place - 0.0 - 2.0 + 156.0 + 1288.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -157,10 +146,10 @@ options 4 - origin + place 0.0 - 2.0 + -2147483648.0 stem -2 @@ -172,18 +161,13 @@ options 4 - origin + place - 3.0 - 1.0 + 644.0 + 136.0 stem -2 - target - - 3.0 - 0.0 - type TTStem @@ -192,18 +176,13 @@ options 4 - origin + place - 2.0 - 1.0 + 992.0 + 136.0 stem -2 - target - - 2.0 - 0.0 - type TTStem @@ -212,10 +191,10 @@ options 4 - origin + place - 1.0 - 9.0 + 2076.0 + -2147483648.0 stem -2 diff --git a/src/Inter-UI-Thin.ufo/glyphs/naira.glif b/src/Inter-UI-Thin.ufo/glyphs/naira.glif index 9b622135f..4e5024cfb 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/naira.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/naira.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - - - - + + + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/onethird.glif b/src/Inter-UI-Thin.ufo/glyphs/onethird.glif new file mode 100644 index 000000000..c431a0c03 --- /dev/null +++ b/src/Inter-UI-Thin.ufo/glyphs/onethird.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.numr + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.dnomf + com.schriftgestaltung.componentsAlignment + + 0 + -1 + 1 + + public.markColor + 0.97,1,0,1 + + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/openbullet.glif b/src/Inter-UI-Thin.ufo/glyphs/openbullet.glif index fb9436454..f76d7c2f7 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/openbullet.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/openbullet.glif @@ -5,36 +5,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + bullet com.schriftgestaltung.hints diff --git a/src/Inter-UI-Thin.ufo/glyphs/peso.glif b/src/Inter-UI-Thin.ufo/glyphs/peso.glif index 05086ed4a..7621d83e4 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/peso.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/peso.glif @@ -1,41 +1,41 @@ - + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -47,10 +47,10 @@ options 0 - origin + place - 2.0 - 7.0 + 0.0 + 21.0 stem -2 @@ -67,18 +67,13 @@ options 0 - origin + place - 1.0 - 1.0 + 1216.0 + 64.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -87,18 +82,13 @@ options 0 - origin + place - 0.0 - 0.0 + 1728.0 + -128.0 stem -2 - target - - 0.0 - 1.0 - type Stem @@ -107,10 +97,10 @@ options 0 - origin + place - 2.0 - 6.0 + 2048.0 + -20.0 stem -2 @@ -131,34 +121,131 @@ 4 origin + 0.0 2.0 - 7.0 stem -2 type Anchor - - horizontal - - options - 4 - origin - - 1.0 - 1.0 - - stem - -2 - target - - 1.0 - 0.0 - - type - TTStem - + + horizontal + + options + 4 + place + + 1216.0 + 64.0 + + stem + -2 + type + TTStem + + + horizontal + + options + 4 + place + + 1728.0 + -128.0 + + stem + -2 + type + TTStem + + + horizontal + + options + 4 + origin + + 0.0 + 0.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 0 + place + + 0.0 + 21.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + place + + 2048.0 + -20.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 0 + place + + -80.0 + 64.0 + + stem + -2 + type + Stem + + + horizontal + + options + 4 + origin + + 1.0 + 1.0 + + stem + -2 + type + Anchor + horizontal @@ -171,26 +258,6 @@ stem -2 - target - - 0.0 - 1.0 - - type - TTStem - - - horizontal - - options - 4 - origin - - 2.0 - 6.0 - - stem - -2 type Anchor diff --git a/src/Inter-UI-Thin.ufo/glyphs/semicolon.glif b/src/Inter-UI-Thin.ufo/glyphs/semicolon.glif index 7035759c3..43d7524cb 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/semicolon.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/semicolon.glif @@ -4,7 +4,7 @@ - + diff --git a/src/Inter-UI-Thin.ufo/glyphs/sterling.glif b/src/Inter-UI-Thin.ufo/glyphs/sterling.glif index 1372502ab..5bc7b9e73 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/sterling.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/sterling.glif @@ -1,43 +1,43 @@ - + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -69,10 +69,10 @@ options 0 - origin + place - 2.0 - 9.0 + 2076.0 + -20.0 stem -2 @@ -128,8 +128,8 @@ 4 origin - 2.0 - 9.0 + 1.0 + 0.0 stem -2 diff --git a/src/Inter-UI-Thin.ufo/glyphs/tenge.glif b/src/Inter-UI-Thin.ufo/glyphs/tenge.glif index 9794997c5..6c8fb2e5b 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/tenge.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/tenge.glif @@ -12,14 +12,14 @@ - - + + - - + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/tugrik.glif b/src/Inter-UI-Thin.ufo/glyphs/tugrik.glif index ca53340c9..e7ac37e71 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/tugrik.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/tugrik.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - - - - + + + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/uni023B_.glif b/src/Inter-UI-Thin.ufo/glyphs/uni023B_.glif index 1a31bf4f4..c41773a76 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/uni023B_.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/uni023B_.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -17,10 +17,6 @@ C com.schriftgestaltung.Glyphs.glyph.rightMetricsKey C - com.schriftgestaltung.componentsAlignment - - -1 - com.schriftgestaltung.hints diff --git a/src/Inter-UI-Thin.ufo/glyphs/uni20B_A_.glif b/src/Inter-UI-Thin.ufo/glyphs/uni20B_A_.glif index af6d6f146..2d32a1e5d 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/uni20B_A_.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/uni20B_A_.glif @@ -1,38 +1,39 @@ - + + - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + @@ -46,8 +47,8 @@ 0 origin + 0.0 1.0 - 6.0 stem -2 @@ -64,10 +65,10 @@ options 0 - origin + place - 0.0 - 0.0 + 2048.0 + -20.0 stem -2 @@ -88,15 +89,15 @@ 0 origin - 3.0 + 0.0 1.0 stem -2 target + 0.0 1.0 - 9.0 type Stem @@ -108,8 +109,8 @@ 4 origin + 0.0 1.0 - 6.0 stem -2 @@ -123,8 +124,8 @@ 4 origin - 0.0 - 0.0 + 2.0 + 1.0 stem -2 diff --git a/src/Inter-UI-Thin.ufo/glyphs/uni20B_D_.glif b/src/Inter-UI-Thin.ufo/glyphs/uni20B_D_.glif index 00a80a337..6e31ad7dd 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/uni20B_D_.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/uni20B_D_.glif @@ -1,39 +1,44 @@ - + + +line up with Yen + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + P com.schriftgestaltung.hints @@ -41,10 +46,10 @@ options 0 - origin + place 0.0 - 7.0 + 21.0 stem -2 @@ -61,10 +66,10 @@ options 0 - origin + place - 0.0 - 6.0 + 2048.0 + -20.0 stem -2 @@ -86,7 +91,7 @@ origin 0.0 - 7.0 + 18.0 stem -2 @@ -101,7 +106,94 @@ origin 0.0 - 6.0 + 18.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 0 + place + + 0.0 + 21.0 + + stem + -2 + target + + u + p + + type + BottomGhost + + + horizontal + + options + 0 + place + + 2048.0 + -20.0 + + stem + -2 + target + + d + o + w + n + + type + TopGhost + + + horizontal + + options + 0 + place + + -80.0 + 64.0 + + stem + -2 + type + Stem + + + horizontal + + options + 4 + origin + + 0.0 + 18.0 + + stem + -2 + type + Anchor + + + horizontal + + options + 4 + origin + + 0.0 + 18.0 stem -2 diff --git a/src/Inter-UI-Thin.ufo/glyphs/uni214D_.glif b/src/Inter-UI-Thin.ufo/glyphs/uni214D_.glif index 25d7b90ed..38a5cf7a9 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/uni214D_.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/uni214D_.glif @@ -1,81 +1,33 @@ - + - - - - - + + + + - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - com.schriftgestaltung.Glyphs.nodeUserData.0.4 - - name - hr00 - - com.schriftgestaltung.componentsAlignment - - -1 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs com.schriftgestaltung.hints @@ -83,18 +35,13 @@ options 0 - origin + place - 3.0 - 9.0 + -28.0 + 136.0 stem -2 - target - - 3.0 - 2.0 - type Stem @@ -103,18 +50,13 @@ options 0 - origin + place - 3.0 - 21.0 + 1052.0 + 128.0 stem -2 - target - - 3.0 - 28.0 - type Stem @@ -123,18 +65,13 @@ options 0 - origin + place - 2.0 - 0.0 + 1548.0 + 132.0 stem -2 - target - - 2.0 - 1.0 - type Stem @@ -143,18 +80,13 @@ options 0 - origin + place - 3.0 - 31.0 + 2172.0 + 132.0 stem -2 - target - - 3.0 - 18.0 - type Stem @@ -163,18 +95,13 @@ options 0 - origin + place - 3.0 - 37.0 + 2844.0 + 148.0 stem -2 - target - - 3.0 - 12.0 - type Stem @@ -183,18 +110,13 @@ options 4 - origin + place - 3.0 - 9.0 + -28.0 + 136.0 stem -2 - target - - 3.0 - 2.0 - type TTStem @@ -203,18 +125,13 @@ options 4 - origin + place - 3.0 - 21.0 + 1052.0 + 128.0 stem -2 - target - - 3.0 - 28.0 - type TTStem @@ -223,18 +140,13 @@ options 4 - origin + place - 2.0 - 0.0 + 1548.0 + 132.0 stem -2 - target - - 2.0 - 1.0 - type TTStem diff --git a/src/Inter-UI-Thin.ufo/glyphs/won.glif b/src/Inter-UI-Thin.ufo/glyphs/won.glif index 0b548dd04..a795d4c22 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/won.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/won.glif @@ -4,16 +4,16 @@ - - - - + + + + - - - - + + + + diff --git a/src/Inter-UI-Thin.ufo/glyphs/yen.glif b/src/Inter-UI-Thin.ufo/glyphs/yen.glif index 1cf9e8808..f119b817f 100644 --- a/src/Inter-UI-Thin.ufo/glyphs/yen.glif +++ b/src/Inter-UI-Thin.ufo/glyphs/yen.glif @@ -1,39 +1,40 @@ - + + +line up with uni20BD + - - - - + + + + - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - + + + + @@ -45,10 +46,10 @@ options 0 - origin + place - 4.0 - 1.0 + 0.0 + 21.0 stem -2 @@ -65,18 +66,13 @@ options 0 - origin + place - 1.0 - 1.0 + 476.0 + 112.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -94,7 +90,7 @@ -2 target - 0.0 + 2.0 0.0 type @@ -105,10 +101,10 @@ options 0 - origin + place - 3.0 - 0.0 + 2048.0 + -20.0 stem -2 @@ -130,13 +126,13 @@ origin 3.0 - 0.0 + 1.0 stem -2 target - 2.0 + 3.0 2.0 type @@ -149,7 +145,7 @@ 4 origin - 4.0 + 3.0 1.0 stem @@ -162,18 +158,13 @@ options 4 - origin + place - 1.0 - 1.0 + 476.0 + 112.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -191,7 +182,7 @@ -2 target - 0.0 + 2.0 0.0 type @@ -204,8 +195,8 @@ 4 origin + 0.0 3.0 - 0.0 stem -2 diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/G_bar.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/G_bar.glif index e90fa3e79..9b2818d70 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/G_bar.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/G_bar.glif @@ -1,18 +1,20 @@ - + - - - - + + + + - + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G com.schriftgestaltung.componentsAlignment -1 @@ -24,18 +26,13 @@ options 0 - origin + place - 0.0 - 3.0 + 188.0 + 244.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -44,18 +41,13 @@ options 4 - origin + place - 0.0 - 3.0 + 188.0 + 372.0 stem -2 - target - - 0.0 - 2.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/L_ambda.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/L_ambda.glif index 5db38dd48..b9fe53c04 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/L_ambda.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/L_ambda.glif @@ -1,17 +1,17 @@ - + - - - - - - - - + + + + + + + + @@ -27,10 +27,10 @@ options 4 - origin + place - 0.0 - 6.0 + -128.0 + -2147483648.0 stem -2 @@ -42,10 +42,10 @@ options 4 - origin + place - 0.0 - 5.0 + 1920.0 + -2147483648.0 stem -2 diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/accountof.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/accountof.glif index 819e6bebd..731fc2f96 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/accountof.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/accountof.glif @@ -1,92 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + c.subs com.schriftgestaltung.componentsAlignment + 0 + 0 -1 com.schriftgestaltung.hints @@ -96,18 +26,13 @@ options 0 - origin + place - 2.0 - 27.0 + -28.0 + 112.0 stem -2 - target - - 2.0 - 6.0 - type Stem @@ -116,18 +41,13 @@ options 0 - origin + place - 2.0 - 13.0 + 800.0 + 104.0 stem -2 - target - - 2.0 - 20.0 - type Stem @@ -136,18 +56,13 @@ options 0 - origin + place - 1.0 - 21.0 + 1160.0 + 140.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -156,18 +71,13 @@ options 0 - origin + place - 1.0 - 12.0 + 1596.0 + 136.0 stem -2 - target - - 1.0 - 15.0 - type Stem @@ -176,18 +86,13 @@ options 0 - origin + place - 0.0 - 5.0 + 2072.0 + 144.0 stem -2 - target - - 0.0 - 12.0 - type Stem @@ -196,18 +101,13 @@ options 0 - origin + place - 1.0 - 18.0 + 188.0 + 144.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -216,18 +116,13 @@ options 0 - origin + place - 0.0 - 16.0 + 720.0 + 124.0 stem -2 - target - - 0.0 - 1.0 - type Stem @@ -236,18 +131,13 @@ options 0 - origin + place - 2.0 - 24.0 + 1364.0 + 132.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -256,18 +146,13 @@ options 0 - origin + place - 2.0 - 3.0 + 1936.0 + 128.0 stem -2 - target - - 2.0 - 2.0 - type Stem @@ -276,18 +161,13 @@ options 4 - origin + place - 2.0 - 27.0 + -28.0 + 112.0 stem -2 - target - - 2.0 - 6.0 - type TTStem @@ -296,18 +176,13 @@ options 4 - origin + place - 2.0 - 13.0 + 800.0 + 104.0 stem -2 - target - - 2.0 - 20.0 - type TTStem @@ -316,18 +191,13 @@ options 4 - origin + place - 1.0 - 21.0 + 1160.0 + 140.0 stem -2 - target - - 1.0 - 6.0 - type TTStem @@ -336,18 +206,13 @@ options 4 - origin + place - 1.0 - 12.0 + 1596.0 + 136.0 stem -2 - target - - 1.0 - 15.0 - type TTStem @@ -356,18 +221,13 @@ options 4 - origin + place - 0.0 - 5.0 + 2072.0 + 144.0 stem -2 - target - - 0.0 - 12.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/addresssubject.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/addresssubject.glif index def5bee36..417d27f92 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/addresssubject.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/addresssubject.glif @@ -1,102 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - com.schriftgestaltung.Glyphs.nodeUserData.1.16 - - name - hr00 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs com.schriftgestaltung.componentsAlignment + 0 + 0 -1 com.schriftgestaltung.hints @@ -106,18 +26,13 @@ options 0 - origin + place - 0.0 - 37.0 + -28.0 + 160.0 stem -2 - target - - 0.0 - 30.0 - type Stem @@ -126,18 +41,13 @@ options 0 - origin + place - 0.0 - 11.0 + 728.0 + 156.0 stem -2 - target - - 0.0 - 18.0 - type Stem @@ -146,18 +56,13 @@ options 0 - origin + place - 2.0 - 21.0 + 1160.0 + 140.0 stem -2 - target - - 2.0 - 6.0 - type Stem @@ -166,18 +71,13 @@ options 0 - origin + place - 2.0 - 12.0 + 1596.0 + 136.0 stem -2 - target - - 2.0 - 15.0 - type Stem @@ -186,18 +86,13 @@ options 0 - origin + place - 1.0 - 5.0 + 2072.0 + 144.0 stem -2 - target - - 1.0 - 12.0 - type Stem @@ -206,18 +101,13 @@ options 0 - origin + place - 2.0 - 18.0 + 188.0 + 144.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -226,18 +116,13 @@ options 0 - origin + place - 1.0 - 16.0 + 720.0 + 132.0 stem -2 - target - - 1.0 - 1.0 - type Stem @@ -246,18 +131,13 @@ options 0 - origin + place - 0.0 - 21.0 + 1508.0 + 144.0 stem -2 - target - - 0.0 - 8.0 - type Stem @@ -266,18 +146,13 @@ options 0 - origin + place - 0.0 - 27.0 + 1900.0 + 156.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -286,18 +161,13 @@ options 4 - origin + place - 0.0 - 37.0 + -28.0 + 160.0 stem -2 - target - - 0.0 - 30.0 - type TTStem @@ -306,18 +176,13 @@ options 4 - origin + place - 0.0 - 11.0 + 728.0 + 156.0 stem -2 - target - - 0.0 - 18.0 - type TTStem @@ -326,18 +191,13 @@ options 4 - origin + place - 2.0 - 21.0 + 1160.0 + 140.0 stem -2 - target - - 2.0 - 6.0 - type TTStem @@ -346,18 +206,13 @@ options 4 - origin + place - 2.0 - 12.0 + 1596.0 + 136.0 stem -2 - target - - 2.0 - 15.0 - type TTStem @@ -366,18 +221,13 @@ options 4 - origin + place - 1.0 - 5.0 + 2072.0 + 144.0 stem -2 - target - - 1.0 - 12.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/austral.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/austral.glif index 9e9051c42..f99f20a6b 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/austral.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/austral.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - - - - + + + + @@ -36,7 +36,7 @@ 0 place - 0.0 + -128.0 21.0 stem @@ -54,38 +54,13 @@ options 0 - origin + place - 1.0 - 3.0 + 484.0 + 104.0 stem -2 - target - - 1.0 - 2.0 - - type - Stem - - - horizontal - - options - 0 - origin - - 0.0 - 3.0 - - stem - -2 - target - - 0.0 - 2.0 - type Stem @@ -96,7 +71,22 @@ 0 place - 0.0 + 1012.0 + 104.0 + + stem + -2 + type + Stem + + + horizontal + + options + 0 + place + + -128.0 -20.0 stem @@ -116,10 +106,10 @@ options 4 - origin + place - 1.0 - 3.0 + 484.0 + -2147483648.0 stem -2 @@ -131,18 +121,13 @@ options 4 - origin + place - 1.0 - 3.0 + 484.0 + 232.0 stem -2 - target - - 1.0 - 2.0 - type TTStem @@ -151,18 +136,13 @@ options 4 - origin + place - 0.0 - 3.0 + 1012.0 + 232.0 stem -2 - target - - 0.0 - 2.0 - type TTStem @@ -171,10 +151,10 @@ options 4 - origin + place - 0.0 - 2.0 + 1244.0 + -2147483648.0 stem -2 diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/cadauna.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/cadauna.glif index fd4ecab67..8f0805a3e 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/cadauna.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/cadauna.glif @@ -1,69 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + u.subs com.schriftgestaltung.componentsAlignment + 0 + 0 -1 com.schriftgestaltung.hints @@ -73,18 +26,13 @@ options 0 - origin + place - 1.0 - 15.0 + -16.0 + 128.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -93,18 +41,13 @@ options 0 - origin + place - 0.0 - 27.0 + 1100.0 + 104.0 stem -2 - target - - 0.0 - 6.0 - type Stem @@ -113,18 +56,13 @@ options 0 - origin + place - 0.0 - 13.0 + 1928.0 + 104.0 stem -2 - target - - 0.0 - 20.0 - type Stem @@ -133,10 +71,10 @@ options 0 - origin + place - 2.0 0.0 + 21.0 stem -2 @@ -153,18 +91,13 @@ options 0 - origin + place - 0.0 - 24.0 + 168.0 + 120.0 stem -2 - target - - 0.0 - 9.0 - type Stem @@ -173,18 +106,13 @@ options 0 - origin + place - 0.0 - 3.0 + 724.0 + 132.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -193,18 +121,13 @@ options 0 - origin + place - 1.0 - 12.0 + 1680.0 + 156.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -213,18 +136,13 @@ options 0 - origin + place - 2.0 - 4.0 + 2132.0 + 116.0 stem -2 - target - - 2.0 - 1.0 - type Stem @@ -233,18 +151,13 @@ options 4 - origin + place - 1.0 - 15.0 + -16.0 + 128.0 stem -2 - target - - 1.0 - 6.0 - type TTStem @@ -253,18 +166,13 @@ options 4 - origin + place - 0.0 - 27.0 + 1100.0 + 104.0 stem -2 - target - - 0.0 - 6.0 - type TTStem @@ -273,18 +181,13 @@ options 4 - origin + place - 0.0 - 13.0 + 1928.0 + 104.0 stem -2 - target - - 0.0 - 20.0 - type TTStem @@ -293,10 +196,10 @@ options 4 - origin + place - 2.0 0.0 + -2147483648.0 stem -2 diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/careof.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/careof.glif index fff816e60..8d63d4146 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/careof.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/careof.glif @@ -1,76 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + c.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + o.subs com.schriftgestaltung.componentsAlignment + 0 + 0 -1 com.schriftgestaltung.hints @@ -80,18 +26,13 @@ options 0 - origin + place - 1.0 - 2.0 + -28.0 + 104.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -100,18 +41,13 @@ options 0 - origin + place - 2.0 - 2.0 + 800.0 + 104.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -120,18 +56,13 @@ options 0 - origin + place - 0.0 - 23.0 + 1100.0 + 104.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -140,18 +71,13 @@ options 0 - origin + place - 0.0 - 9.0 + 1928.0 + 104.0 stem -2 - target - - 0.0 - 16.0 - type Stem @@ -160,18 +86,13 @@ options 0 - origin + place - 0.0 - 20.0 + 136.0 + 128.0 stem -2 - target - - 0.0 - 5.0 - type Stem @@ -180,18 +101,13 @@ options 0 - origin + place - 0.0 - 27.0 + 692.0 + 128.0 stem -2 - target - - 0.0 - 26.0 - type Stem @@ -200,18 +116,13 @@ options 0 - origin + place - 1.0 - 13.0 + 1360.0 + 132.0 stem -2 - target - - 2.0 - 12.0 - type Stem @@ -220,18 +131,13 @@ options 0 - origin + place - 2.0 - 6.0 + 1992.0 + 124.0 stem -2 - target - - 1.0 - 5.0 - type Stem @@ -240,18 +146,13 @@ options 4 - origin + place - 1.0 - 2.0 + -28.0 + 104.0 stem -2 - target - - 2.0 - 9.0 - type TTStem @@ -260,18 +161,13 @@ options 4 - origin + place - 2.0 - 2.0 + 800.0 + 104.0 stem -2 - target - - 1.0 - 9.0 - type TTStem @@ -280,18 +176,13 @@ options 4 - origin + place - 0.0 - 23.0 + 1100.0 + 104.0 stem -2 - target - - 0.0 - 2.0 - type TTStem @@ -300,18 +191,13 @@ options 4 - origin + place - 0.0 - 9.0 + 1928.0 + 104.0 stem -2 - target - - 0.0 - 16.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/cedi.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/cedi.glif index cbda5da85..bb7390400 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/cedi.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/cedi.glif @@ -1,42 +1,15 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + @@ -51,18 +24,13 @@ options 0 - origin + place - 1.0 - 5.0 + 112.0 + -84.0 stem -2 - target - - 1.0 - 18.0 - type Stem @@ -71,18 +39,13 @@ options 0 - origin + place - 0.0 - 1.0 + 596.0 + -24.0 stem -2 - target - - 0.0 - 2.0 - type Stem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/cent.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/cent.glif index be94f433c..9f03e7b7f 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/cent.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/cent.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -28,18 +28,13 @@ options 0 - origin + place + 464.0 0.0 - 3.0 stem -2 - target - - 0.0 - 0.0 - type Stem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/colon.case.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/colon.case.glif index 76afa3303..8e325b313 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/colon.case.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/colon.case.glif @@ -1,12 +1,14 @@ - + - - + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + colon com.schriftgestaltung.componentsAlignment -1 diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/colon.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/colon.glif index 002ca5381..0624702bd 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/colon.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/colon.glif @@ -1,16 +1,20 @@ - + - - + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + period + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + period com.schriftgestaltung.componentsAlignment - -1 + 1 -1 public.markColor diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/coloncurrency.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/coloncurrency.glif index a26e3cef9..b44919b49 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/coloncurrency.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/coloncurrency.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - - - - + + + + @@ -34,18 +34,13 @@ options 0 - origin + place - 1.0 - 1.0 + 432.0 + 900.0 stem -2 - target - - 0.0 - 3.0 - type Stem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/cruzeiro.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/cruzeiro.glif index 42330b4df..2756a06b6 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/cruzeiro.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/cruzeiro.glif @@ -1,56 +1,56 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -66,10 +66,10 @@ options 0 - origin + place - 1.0 - 8.0 + -156.0 + 21.0 stem -2 @@ -86,18 +86,13 @@ options 0 - origin + place - 0.0 - 14.0 + 872.0 + 4.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -106,18 +101,13 @@ options 0 - origin + place - 1.0 - 2.0 + 1948.0 + -52.0 stem -2 - target - - 1.0 - 21.0 - type Stem @@ -126,18 +116,13 @@ options 0 - origin + place - 1.0 - 5.0 + 112.0 + -80.0 stem -2 - target - - 1.0 - 18.0 - type Stem @@ -146,18 +131,13 @@ options 0 - origin + place - 0.0 - 9.0 + 736.0 + -28.0 stem -2 - target - - 0.0 - 10.0 - type Stem @@ -166,10 +146,10 @@ options 4 - origin + place - 1.0 - 8.0 + -156.0 + -2147483648.0 stem -2 @@ -181,18 +161,13 @@ options 4 - origin + place - 0.0 - 14.0 + 872.0 + 132.0 stem -2 - target - - 0.0 - 2.0 - type TTStem @@ -201,18 +176,13 @@ options 4 - origin + place - 1.0 - 2.0 + 1948.0 + 76.0 stem -2 - target - - 1.0 - 21.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/dollar.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/dollar.glif index ed790f840..63440c2e2 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/dollar.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/dollar.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -28,18 +28,13 @@ options 0 - origin + place + 524.0 0.0 - 3.0 stem -2 - target - - 0.0 - 0.0 - type Stem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/euro.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/euro.glif index ac12bd6de..faa8af7ad 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/euro.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/euro.glif @@ -1,47 +1,47 @@ - + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -53,18 +53,13 @@ options 0 - origin + place - 2.0 - 8.0 + -156.0 + -48.0 stem -2 - target - - 2.0 - 15.0 - type Stem @@ -73,18 +68,13 @@ options 0 - origin + place - 1.0 - 1.0 + 620.0 + 48.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -93,18 +83,13 @@ options 0 - origin + place - 0.0 - 1.0 + 996.0 + 52.0 stem -2 - target - - 0.0 - 0.0 - type Stem @@ -113,18 +98,13 @@ options 0 - origin + place - 2.0 - 2.0 + 1948.0 + -52.0 stem -2 - target - - 2.0 - 21.0 - type Stem @@ -133,18 +113,13 @@ options 4 - origin + place - 2.0 - 8.0 + -156.0 + 80.0 stem -2 - target - - 2.0 - 15.0 - type TTStem @@ -153,18 +128,13 @@ options 4 - origin + place - 1.0 - 1.0 + 620.0 + 176.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -173,18 +143,13 @@ options 4 - origin + place - 0.0 - 1.0 + 996.0 + 180.0 stem -2 - target - - 0.0 - 0.0 - type TTStem @@ -193,18 +158,13 @@ options 4 - origin + place - 2.0 - 2.0 + 1948.0 + 76.0 stem -2 - target - - 2.0 - 21.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/figuredash.case.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/figuredash.case.glif index b423e2c15..d93d2675a 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/figuredash.case.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/figuredash.case.glif @@ -1,6 +1,6 @@ - + diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/guarani.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/guarani.glif index 2bed14ad5..05d54613b 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/guarani.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/guarani.glif @@ -1,51 +1,22 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + G + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + G com.schriftgestaltung.hints @@ -53,18 +24,13 @@ options 0 - origin + place - 1.0 - 1.0 + 704.0 + -12.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -73,18 +39,13 @@ options 0 - origin + place - 2.0 - 5.0 + 112.0 + -80.0 stem -2 - target - - 2.0 - 18.0 - type Stem @@ -93,18 +54,13 @@ options 0 - origin + place - 0.0 - 1.0 + 688.0 + 24.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -113,18 +69,13 @@ options 0 - origin + place - 2.0 - 12.0 + 1708.0 + -68.0 stem -2 - target - - 1.0 - 2.0 - type Stem @@ -133,18 +84,13 @@ options 4 - origin + place - 1.0 - 1.0 + 704.0 + 116.0 stem -2 - target - - 1.0 - 0.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/hryvnia.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/hryvnia.glif index 03a29cf25..f0ee20a27 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/hryvnia.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/hryvnia.glif @@ -1,63 +1,63 @@ - + - - - - - + + + + + - - - - - + + + + + - - + + - - - + + + - - - - + + + + - - - - + + + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -69,18 +69,13 @@ options 0 - origin + place - 3.0 - 19.0 + -156.0 + -20.0 stem -2 - target - - 3.0 - 6.0 - type Stem @@ -89,18 +84,13 @@ options 0 - origin + place - 2.0 - 2.0 + 632.0 + 32.0 stem -2 - target - - 2.0 - 1.0 - type Stem @@ -109,18 +99,13 @@ options 0 - origin + place - 1.0 - 2.0 + 1036.0 + 24.0 stem -2 - target - - 1.0 - 1.0 - type Stem @@ -129,18 +114,13 @@ options 0 - origin + place - 0.0 - 12.0 + 1948.0 + -40.0 stem -2 - target - - 0.0 - 19.0 - type Stem @@ -149,18 +129,13 @@ options 0 - origin + place - 3.0 - 16.0 + -24.0 + -36.0 stem -2 - target - - 3.0 - 9.0 - type Stem @@ -169,18 +144,13 @@ options 0 - origin + place - 0.0 - 2.0 + 1180.0 + -76.0 stem -2 - target - - 0.0 - 9.0 - type Stem @@ -189,18 +159,13 @@ options 0 - origin + place - 0.0 - 15.0 + 164.0 + -28.0 stem -2 - target - - 0.0 - 16.0 - type Stem @@ -209,18 +174,13 @@ options 0 - origin + place - 3.0 - 3.0 + 988.0 + -32.0 stem -2 - target - - 3.0 - 2.0 - type Stem @@ -229,18 +189,13 @@ options 4 - origin + place - 3.0 - 19.0 + -156.0 + 108.0 stem -2 - target - - 3.0 - 6.0 - type TTStem @@ -249,18 +204,13 @@ options 4 - origin + place - 2.0 - 2.0 + 632.0 + 160.0 stem -2 - target - - 2.0 - 1.0 - type TTStem @@ -269,18 +219,13 @@ options 4 - origin + place - 1.0 - 2.0 + 1036.0 + 152.0 stem -2 - target - - 1.0 - 1.0 - type TTStem @@ -289,18 +234,13 @@ options 4 - origin + place - 0.0 - 12.0 + 1948.0 + 88.0 stem -2 - target - - 0.0 - 19.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/hyphen.case.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/hyphen.case.glif index e469a8f01..66414af60 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/hyphen.case.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/hyphen.case.glif @@ -1,8 +1,8 @@ - + - + diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/lira.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/lira.glif index 93a469b76..52f3d8c98 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/lira.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/lira.glif @@ -1,53 +1,57 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + sterling + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + sterling com.schriftgestaltung.hints @@ -55,18 +59,13 @@ options 0 - origin + place - 0.0 - 2.0 + -128.0 + -20.0 stem -2 - target - - 0.0 - 1.0 - type Stem @@ -75,18 +74,13 @@ options 0 - origin + place - 3.0 - 1.0 + 516.0 + 8.0 stem -2 - target - - 3.0 - 0.0 - type Stem @@ -95,18 +89,13 @@ options 0 - origin + place - 2.0 - 1.0 + 864.0 + 8.0 stem -2 - target - - 2.0 - 0.0 - type Stem @@ -115,18 +104,13 @@ options 0 - origin + place - 1.0 - 9.0 + 1948.0 + -16.0 stem -2 - target - - 1.0 - 2.0 - type Stem @@ -135,18 +119,13 @@ options 0 - origin + place - 1.0 - 13.0 + 204.0 + -80.0 stem -2 - target - - 1.0 - 20.0 - type Stem @@ -155,18 +134,13 @@ options 0 - origin + place - 1.0 - 5.0 + 1372.0 + -48.0 stem -2 - target - - 1.0 - 6.0 - type Stem @@ -175,18 +149,13 @@ options 4 - origin + place - 0.0 - 2.0 + -128.0 + 108.0 stem -2 - target - - 0.0 - 1.0 - type TTStem @@ -195,18 +164,13 @@ options 4 - origin + place - 3.0 - 1.0 + 516.0 + 136.0 stem -2 - target - - 3.0 - 0.0 - type TTStem @@ -215,18 +179,13 @@ options 4 - origin + place - 2.0 - 1.0 + 864.0 + 136.0 stem -2 - target - - 2.0 - 0.0 - type TTStem @@ -235,18 +194,13 @@ options 4 - origin + place - 1.0 - 9.0 + 1948.0 + 112.0 stem -2 - target - - 1.0 - 2.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/naira.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/naira.glif index d62fc1223..183422f91 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/naira.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/naira.glif @@ -1,21 +1,21 @@ - + - - - - + + + + - - - - + + + + - + @@ -32,7 +32,7 @@ 0 place - 0.0 + -128.0 21.0 stem @@ -52,8 +52,8 @@ 0 place - 0.0 - 0.0 + -128.0 + -128.0 stem -2 @@ -67,8 +67,8 @@ 0 place - 0.0 - 0.0 + -128.0 + -128.0 stem -2 @@ -82,7 +82,7 @@ 0 place - 0.0 + -128.0 -20.0 stem @@ -104,8 +104,8 @@ 0 place - 0.0 - 0.0 + -128.0 + -128.0 stem -2 @@ -119,8 +119,8 @@ 0 place - 0.0 - 0.0 + -128.0 + -128.0 stem -2 @@ -134,7 +134,7 @@ 4 place - 0.0 + -128.0 0.0 stem @@ -149,7 +149,7 @@ 4 place - 0.0 + -128.0 0.0 stem @@ -164,7 +164,7 @@ 4 place - 0.0 + -128.0 0.0 stem @@ -179,7 +179,7 @@ 4 place - 0.0 + -128.0 0.0 stem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/onethird.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/onethird.glif new file mode 100644 index 000000000..c431a0c03 --- /dev/null +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/onethird.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.numr + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.dnomf + com.schriftgestaltung.componentsAlignment + + 0 + -1 + 1 + + public.markColor + 0.97,1,0,1 + + + diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/openbullet.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/openbullet.glif index a78f0637f..553f15e85 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/openbullet.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/openbullet.glif @@ -4,36 +4,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + bullet com.schriftgestaltung.hints @@ -43,8 +45,8 @@ 0 place - 400.0 - 100.0 + 272.0 + -28.0 stem -2 @@ -58,8 +60,8 @@ 0 place - 1200.0 - 1204.0 + 1072.0 + 1076.0 stem -2 @@ -73,7 +75,7 @@ 4 place - 400.0 + 272.0 356.0 stem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/peso.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/peso.glif index cbced2901..1615a9e86 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/peso.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/peso.glif @@ -4,38 +4,38 @@ - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -47,10 +47,10 @@ options 0 - origin + place - 2.0 - 7.0 + -128.0 + 21.0 stem -2 @@ -67,18 +67,13 @@ options 0 - origin + place - 2.0 - 18.0 + 684.0 + -36.0 stem -2 - target - - 2.0 - 17.0 - type Stem @@ -87,18 +82,13 @@ options 0 - origin + place - 1.0 - 1.0 + 1028.0 + 92.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -107,18 +97,13 @@ options 0 - origin + place - 0.0 - 1.0 + 1380.0 + 92.0 stem -2 - target - - 0.0 - 0.0 - type Stem @@ -127,18 +112,13 @@ options 0 - origin + place - 2.0 - 6.0 + 1920.0 + -40.0 stem -2 - target - - 2.0 - 9.0 - type Stem @@ -147,18 +127,13 @@ options 0 - origin + place - 2.0 - 7.0 + 124.0 + -60.0 stem -2 - target - - 2.0 - 8.0 - type Stem @@ -167,18 +142,13 @@ options 0 - origin + place - 2.0 - 13.0 + 1484.0 + -76.0 stem -2 - target - - 2.0 - 2.0 - type Stem @@ -187,10 +157,10 @@ options 4 - origin + place - 2.0 - 7.0 + -128.0 + -2147483648.0 stem -2 @@ -202,18 +172,13 @@ options 4 - origin + place - 2.0 - 18.0 + 684.0 + 92.0 stem -2 - target - - 2.0 - 17.0 - type TTStem @@ -222,18 +187,13 @@ options 4 - origin + place - 1.0 - 1.0 + 1028.0 + 220.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -242,18 +202,13 @@ options 4 - origin + place - 0.0 - 1.0 + 1380.0 + 220.0 stem -2 - target - - 0.0 - 0.0 - type TTStem @@ -262,18 +217,13 @@ options 4 - origin + place - 2.0 - 6.0 + 1920.0 + 88.0 stem -2 - target - - 2.0 - 9.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/semicolon.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/semicolon.glif index f40e39be9..85ee308fd 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/semicolon.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/semicolon.glif @@ -4,7 +4,7 @@ - + diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/sterling.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/sterling.glif index 068646963..245934c4c 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/sterling.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/sterling.glif @@ -1,43 +1,43 @@ - + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -49,18 +49,13 @@ options 0 - origin + place - 0.0 - 2.0 + -128.0 + -44.0 stem -2 - target - - 0.0 - 1.0 - type Stem @@ -69,18 +64,13 @@ options 0 - origin + place - 1.0 - 2.0 + 648.0 + -12.0 stem -2 - target - - 1.0 - 1.0 - type Stem @@ -89,18 +79,13 @@ options 0 - origin + place - 2.0 - 9.0 + 1948.0 + -36.0 stem -2 - target - - 2.0 - 2.0 - type Stem @@ -109,18 +94,13 @@ options 4 - origin + place - 0.0 - 2.0 + -128.0 + 84.0 stem -2 - target - - 0.0 - 1.0 - type TTStem @@ -129,18 +109,13 @@ options 4 - origin + place - 1.0 - 2.0 + 648.0 + 116.0 stem -2 - target - - 1.0 - 1.0 - type TTStem @@ -149,18 +124,13 @@ options 4 - origin + place - 2.0 - 9.0 + 1948.0 + 92.0 stem -2 - target - - 2.0 - 2.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/tenge.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/tenge.glif index e203f8503..68f3a9d6f 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/tenge.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/tenge.glif @@ -1,6 +1,6 @@ - + @@ -12,14 +12,14 @@ - - + + - - + + @@ -31,10 +31,10 @@ options 0 - origin + place - 0.0 - 1.0 + -128.0 + 21.0 stem -2 @@ -51,18 +51,13 @@ options 0 - origin + place - 1.0 - 1.0 + 1576.0 + -40.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -71,18 +66,13 @@ options 0 - origin + place - 2.0 - 0.0 + 1920.0 + -40.0 stem -2 - target - - 2.0 - 1.0 - type Stem @@ -91,18 +81,13 @@ options 0 - origin + place - 0.0 - 1.0 + 584.0 + -64.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -111,10 +96,10 @@ options 4 - origin + place - 0.0 - 1.0 + -128.0 + -2147483648.0 stem -2 @@ -126,18 +111,13 @@ options 4 - origin + place - 1.0 - 1.0 + 1576.0 + 88.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -146,18 +126,13 @@ options 4 - origin + place - 2.0 - 0.0 + 1920.0 + 88.0 stem -2 - target - - 2.0 - 1.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/tugrik.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/tugrik.glif index f1999c87e..bf52ddd0c 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/tugrik.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/tugrik.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - - - - + + + + @@ -36,7 +36,7 @@ 0 place - 0.0 + -128.0 21.0 stem @@ -56,7 +56,7 @@ 0 place - 0.0 + -128.0 -20.0 stem @@ -78,8 +78,8 @@ 0 place - 0.0 - 0.0 + -128.0 + -128.0 stem -2 @@ -93,8 +93,8 @@ 0 place - 0.0 - 0.0 + -128.0 + -128.0 stem -2 @@ -108,7 +108,7 @@ 4 place - 0.0 + -128.0 0.0 stem @@ -123,7 +123,7 @@ 4 place - 0.0 + -128.0 0.0 stem @@ -138,7 +138,7 @@ 4 place - 0.0 + -128.0 0.0 stem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/uni023B_.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/uni023B_.glif index 750b7c064..2d7b79045 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/uni023B_.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/uni023B_.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -17,10 +17,6 @@ C com.schriftgestaltung.Glyphs.glyph.rightMetricsKey C - com.schriftgestaltung.componentsAlignment - - -1 - com.schriftgestaltung.hints @@ -30,8 +26,8 @@ 0 place - 0.0 - 0.0 + -128.0 + -128.0 stem -2 diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/uni20B_A_.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/uni20B_A_.glif index 1fcfc0bb7..0790396c0 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/uni20B_A_.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/uni20B_A_.glif @@ -1,38 +1,38 @@ - + - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - + + + + - - - - + + + + @@ -44,18 +44,13 @@ options 0 - origin + place - 1.0 - 6.0 + -156.0 + -16.0 stem -2 - target - - 1.0 - 2.0 - type Stem @@ -64,10 +59,10 @@ options 0 - origin + place - 0.0 - 0.0 + 1920.0 + -20.0 stem -2 @@ -86,10 +81,10 @@ options 0 - origin + place - 0.0 - 1.0 + -160.0 + 21.0 stem -2 @@ -106,18 +101,13 @@ options 0 - origin + place - 0.0 - 1.0 + 244.0 + -60.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -126,18 +116,13 @@ options 0 - origin + place - 1.0 - 10.0 + 1128.0 + -64.0 stem -2 - target - - 1.0 - 9.0 - type Stem @@ -146,18 +131,13 @@ options 4 - origin + place - 1.0 - 6.0 + -156.0 + 112.0 stem -2 - target - - 1.0 - 2.0 - type TTStem @@ -166,10 +146,10 @@ options 4 - origin + place - 0.0 - 0.0 + 1920.0 + -2147483648.0 stem -2 @@ -181,10 +161,10 @@ options 4 - origin + place - 0.0 - 1.0 + -160.0 + -2147483648.0 stem -2 diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/uni20B_D_.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/uni20B_D_.glif index 0ed0b8a3a..728174e5c 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/uni20B_D_.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/uni20B_D_.glif @@ -1,39 +1,44 @@ - + + +line up with Yen + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + P com.schriftgestaltung.hints @@ -41,10 +46,10 @@ options 0 - origin + place - 0.0 - 7.0 + -128.0 + 21.0 stem -2 @@ -61,18 +66,13 @@ options 0 - origin + place - 1.0 - 1.0 + 452.0 + -36.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -81,18 +81,13 @@ options 0 - origin + place - 0.0 - 18.0 + 796.0 + -36.0 stem -2 - target - - 0.0 - 17.0 - type Stem @@ -101,18 +96,13 @@ options 0 - origin + place - 0.0 - 6.0 + 1920.0 + -40.0 stem -2 - target - - 0.0 - 9.0 - type Stem @@ -121,18 +111,13 @@ options 0 - origin + place - 0.0 - 7.0 + 180.0 + -64.0 stem -2 - target - - 0.0 - 8.0 - type Stem @@ -141,18 +126,13 @@ options 0 - origin + place - 0.0 - 13.0 + 1568.0 + -72.0 stem -2 - target - - 0.0 - 2.0 - type Stem @@ -161,10 +141,10 @@ options 4 - origin + place - 0.0 - 7.0 + -128.0 + -2147483648.0 stem -2 @@ -176,18 +156,13 @@ options 4 - origin + place - 1.0 - 1.0 + 452.0 + 92.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -196,18 +171,13 @@ options 4 - origin + place - 0.0 - 18.0 + 796.0 + 92.0 stem -2 - target - - 0.0 - 17.0 - type TTStem @@ -216,18 +186,13 @@ options 4 - origin + place - 0.0 - 6.0 + 1920.0 + 88.0 stem -2 - target - - 0.0 - 9.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/uni214D_.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/uni214D_.glif index af7240208..166cfbdd0 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/uni214D_.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/uni214D_.glif @@ -1,81 +1,33 @@ - + - - - - - + + + + - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - com.schriftgestaltung.Glyphs.nodeUserData.0.4 - - name - hr00 - - com.schriftgestaltung.componentsAlignment - - -1 - + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + a.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + s.subs com.schriftgestaltung.hints @@ -83,18 +35,13 @@ options 0 - origin + place - 3.0 - 9.0 + -156.0 + 8.0 stem -2 - target - - 3.0 - 2.0 - type Stem @@ -103,38 +50,28 @@ options 0 - origin + place - 3.0 - 21.0 - - stem - -2 - target - - 3.0 - 28.0 - - type - Stem - - - horizontal - - options - 0 - origin - - 2.0 + 924.0 0.0 stem -2 - target + type + Stem + + + horizontal + + options + 0 + place - 2.0 - 1.0 + 1420.0 + 4.0 + stem + -2 type Stem @@ -143,18 +80,13 @@ options 0 - origin + place - 3.0 - 31.0 + 2064.0 + 4.0 stem -2 - target - - 3.0 - 18.0 - type Stem @@ -163,18 +95,13 @@ options 0 - origin + place - 3.0 - 37.0 + 2636.0 + 24.0 stem -2 - target - - 3.0 - 12.0 - type Stem @@ -183,18 +110,13 @@ options 4 - origin + place - 3.0 - 9.0 + -156.0 + 136.0 stem -2 - target - - 3.0 - 2.0 - type TTStem @@ -203,18 +125,13 @@ options 4 - origin + place - 3.0 - 21.0 + 924.0 + 128.0 stem -2 - target - - 3.0 - 28.0 - type TTStem @@ -223,18 +140,13 @@ options 4 - origin + place - 2.0 - 0.0 + 1420.0 + 132.0 stem -2 - target - - 2.0 - 1.0 - type TTStem diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/won.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/won.glif index e171c9292..c05150946 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/won.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/won.glif @@ -4,16 +4,16 @@ - - - - + + + + - - - - + + + + @@ -30,7 +30,7 @@ - + @@ -43,10 +43,10 @@ options 0 - origin + place - 2.0 - 1.0 + -128.0 + 21.0 stem -2 @@ -63,18 +63,13 @@ options 0 - origin + place - 1.0 - 1.0 + 308.0 + 92.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -83,18 +78,13 @@ options 0 - origin + place - 0.0 - 1.0 + 876.0 + 92.0 stem -2 - target - - 0.0 - 0.0 - type Stem @@ -103,10 +93,10 @@ options 0 - origin + place - 2.0 - 0.0 + 1920.0 + -20.0 stem -2 @@ -125,10 +115,10 @@ options 4 - origin + place - 2.0 - 1.0 + -128.0 + -2147483648.0 stem -2 @@ -140,18 +130,13 @@ options 4 - origin + place - 1.0 - 1.0 + 308.0 + 220.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -160,18 +145,13 @@ options 4 - origin + place - 0.0 - 1.0 + 876.0 + 220.0 stem -2 - target - - 0.0 - 0.0 - type TTStem @@ -180,10 +160,10 @@ options 4 - origin + place - 2.0 - 0.0 + 1920.0 + -2147483648.0 stem -2 diff --git a/src/Inter-UI-ThinItalic.ufo/glyphs/yen.glif b/src/Inter-UI-ThinItalic.ufo/glyphs/yen.glif index 80a610b6a..7b43b9304 100644 --- a/src/Inter-UI-ThinItalic.ufo/glyphs/yen.glif +++ b/src/Inter-UI-ThinItalic.ufo/glyphs/yen.glif @@ -1,39 +1,40 @@ - + + +line up with uni20BD + - - - - + + + + - - - - + + + + - - - - - + + + + - - - - - + + + + - - - - + + + + @@ -45,10 +46,10 @@ options 0 - origin + place - 4.0 - 1.0 + -128.0 + 21.0 stem -2 @@ -65,18 +66,13 @@ options 0 - origin + place - 1.0 - 1.0 + 348.0 + -16.0 stem -2 - target - - 1.0 - 0.0 - type Stem @@ -85,18 +81,13 @@ options 0 - origin + place - 0.0 - 1.0 + 744.0 + -16.0 stem -2 - target - - 0.0 - 0.0 - type Stem @@ -105,10 +96,10 @@ options 0 - origin + place - 3.0 - 0.0 + 1920.0 + -20.0 stem -2 @@ -127,18 +118,13 @@ options 0 - origin + place - 4.0 - 1.0 + 456.0 + -60.0 stem -2 - target - - 4.0 - 2.0 - type Stem @@ -147,10 +133,10 @@ options 4 - origin + place - 4.0 - 1.0 + -128.0 + -2147483648.0 stem -2 @@ -162,18 +148,13 @@ options 4 - origin + place - 1.0 - 1.0 + 348.0 + 112.0 stem -2 - target - - 1.0 - 0.0 - type TTStem @@ -182,18 +163,13 @@ options 4 - origin + place - 0.0 - 1.0 + 744.0 + 112.0 stem -2 - target - - 0.0 - 0.0 - type TTStem @@ -202,10 +178,10 @@ options 4 - origin + place - 3.0 - 0.0 + 1920.0 + -2147483648.0 stem -2 diff --git a/src/Inter-UI.glyphs b/src/Inter-UI.glyphs index 4eb6fbcfd..9eb3fdbb2 100644 --- a/src/Inter-UI.glyphs +++ b/src/Inter-UI.glyphs @@ -17207,7 +17207,7 @@ unicode = 1E08; }, { glyphname = uni023B; -lastChange = "2018-11-25 17:39:23 +0000"; +lastChange = "2018-12-30 00:36:52 +0000"; layers = ( { components = ( @@ -17310,7 +17310,6 @@ width = 2160; { components = ( { -alignment = -1; name = C; } ); @@ -17325,25 +17324,24 @@ paths = ( { closed = 1; nodes = ( -"604 -260 LINE", -"1596 2308 LINE", -"1404 2308 LINE", -"408 -260 LINE" +"572 -260 LINE", +"1568 2308 LINE", +"1500 2308 LINE", +"504 -260 LINE" ); } ); -width = 1978; +width = 2036; }, { components = ( { -alignment = -1; name = C; } ); hints = ( { -place = "{0, 0}"; +place = "{-128, -128}"; type = Stem; } ); @@ -17352,14 +17350,14 @@ paths = ( { closed = 1; nodes = ( -"432 -260 LINE", -"1852 2308 LINE", -"1660 2308 LINE", -"236 -260 LINE" +"400 -260 LINE", +"1824 2308 LINE", +"1756 2308 LINE", +"332 -260 LINE" ); } ); -width = 1981; +width = 2036; } ); leftKerningGroup = C; @@ -28416,7 +28414,7 @@ com.typemytype.robofont.guideline.magnetic.iFgX6ho5qJ = 5; }, { glyphname = Gbar; -lastChange = "2018-11-25 17:39:23 +0000"; +lastChange = "2018-12-30 00:35:19 +0000"; layers = ( { components = ( @@ -28437,14 +28435,12 @@ position = "{1072, 148}"; hints = ( { horizontal = 1; -origin = "{0, 3}"; -target = "{0, 2}"; +place = "{456, 184}"; type = Stem; }, { horizontal = 1; -origin = "{0, 3}"; -target = "{0, 2}"; +place = "{456, 184}"; type = TTStem; options = 4; } @@ -28454,10 +28450,10 @@ paths = ( { closed = 1; nodes = ( -"2016 456 LINE", -"2016 640 LINE", -"1136 640 LINE", -"1136 456 LINE" +"1136 624 LINE", +"1136 424 LINE", +"2056 424 LINE", +"2056 624 LINE" ); } ); @@ -28467,25 +28463,21 @@ width = 2092; components = ( { name = G; -transform = "{1, 0, 0, 1, 12, 0}"; } ); hints = ( { horizontal = 1; -origin = "{0, 1}"; -target = "{0, 0}"; +place = "{564, 124}"; type = Stem; }, { -origin = "{0, 1}"; -target = "{0, 2}"; +place = "{1152, 1036}"; type = Stem; }, { horizontal = 1; -origin = "{0, 1}"; -target = "{0, 0}"; +place = "{564, 124}"; type = TTStem; options = 4; } @@ -28495,14 +28487,14 @@ paths = ( { closed = 1; nodes = ( -"1152 688 LINE", -"1152 564 LINE", -"2188 564 LINE", -"2188 688 LINE" +"1140 688 LINE", +"1140 564 LINE", +"2112 564 LINE", +"2112 688 LINE" ); } ); -width = 2220; +width = 2176; }, { components = ( @@ -28513,11 +28505,11 @@ name = G; guideLines = ( { angle = 90; -position = "{1156, 744}"; +position = "{1148, 744}"; }, { angle = 90; -position = "{764, 148}"; +position = "{560, 148}"; } ); layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; @@ -28525,10 +28517,10 @@ paths = ( { closed = 1; nodes = ( -"1964 456 LINE", -"1996 640 LINE", -"1116 640 LINE", -"1084 456 LINE" +"1112 624 LINE", +"1080 424 LINE", +"2000 424 LINE", +"2032 624 LINE" ); } ); @@ -28538,7 +28530,6 @@ width = 2092; components = ( { name = G; -transform = "{1, 0, 0, 1, 12, 0}"; } ); layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; @@ -28546,39 +28537,34 @@ paths = ( { closed = 1; nodes = ( -"1068 688 LINE", -"1048 564 LINE", -"2116 564 LINE", -"2136 688 LINE" +"1128 688 LINE", +"1108 564 LINE", +"2080 564 LINE", +"2100 688 LINE" ); } ); -width = 2220; +width = 2176; }, { components = ( { -alignment = -1; name = G; -transform = "{1, 0, 0, 1, -8, 0}"; } ); hints = ( { horizontal = 1; -origin = "{0, 1}"; -target = "{0, 0}"; +place = "{640, 64}"; type = Stem; }, { -origin = "{0, 1}"; -target = "{0, 2}"; +place = "{1960, 880}"; type = Stem; }, { horizontal = 1; -origin = "{0, 1}"; -target = "{0, 0}"; +place = "{640, 64}"; type = TTStem; options = 4; } @@ -28588,34 +28574,31 @@ paths = ( { closed = 1; nodes = ( -"2536 316 LINE", -"2536 688 LINE", -"504 688 LINE", -"504 316 LINE" +"1080 560 LINE", +"1080 496 LINE", +"2000 496 LINE", +"2000 560 LINE" ); } ); -width = 2015; +width = 2080; }, { components = ( { alignment = -1; name = G; -transform = "{1, 0, 0, 1, -8, 0}"; } ); hints = ( { horizontal = 1; -origin = "{0, 3}"; -target = "{0, 2}"; +place = "{188, 244}"; type = Stem; }, { horizontal = 1; -origin = "{0, 3}"; -target = "{0, 2}"; +place = "{188, 372}"; type = TTStem; options = 4; } @@ -28625,17 +28608,18 @@ paths = ( { closed = 1; nodes = ( -"2504 316 LINE", -"2564 688 LINE", -"516 688 LINE", -"452 316 LINE" +"1060 640 LINE", +"1048 576 LINE", +"1928 576 LINE", +"1940 640 LINE" ); } ); -width = 2015; +width = 2016; } ); leftKerningGroup = C; +leftMetricsKey = G; rightKerningGroup = G; unicode = 01E4; userData = { @@ -251292,7 +251276,7 @@ interface.gridadjust.original = "{'width': 1419.0, 'leftMargin': 65, 'rightMargi { color = (204,240,242,1); glyphname = dollar; -lastChange = "2018-12-29 23:01:01 +0000"; +lastChange = "2018-12-30 00:18:44 +0000"; layers = ( { components = ( @@ -251312,10 +251296,10 @@ paths = ( { closed = 1; nodes = ( -"968 -256 LINE", -"968 2304 LINE", -"840 2304 LINE", -"840 -256 LINE" +"980 -256 LINE", +"980 2304 LINE", +"816 2304 LINE", +"816 -256 LINE" ); } ); @@ -251347,10 +251331,10 @@ paths = ( { closed = 1; nodes = ( -"1008 -256 LINE", -"1008 2304 LINE", -"880 2304 LINE", -"880 -256 LINE" +"1088 -256 LINE", +"1128 2304 LINE", +"844 2304 LINE", +"804 -256 LINE" ); } ); @@ -251367,10 +251351,10 @@ paths = ( { closed = 1; nodes = ( -"792 -256 LINE", -"1256 2304 LINE", -"1128 2304 LINE", -"664 -256 LINE" +"812 -256 LINE", +"1236 2304 LINE", +"1072 2304 LINE", +"648 -256 LINE" ); } ); @@ -251384,7 +251368,7 @@ name = S; ); guideLines = ( { -position = "{500, 2280}"; +position = "{1000, 2280}"; }, { position = "{0, 764}"; @@ -251395,10 +251379,10 @@ paths = ( { closed = 1; nodes = ( -"816 -256 LINE", -"1320 2304 LINE", -"1192 2304 LINE", -"688 -256 LINE" +"920 -256 LINE", +"1384 2304 LINE", +"1100 2304 LINE", +"636 -256 LINE" ); } ); @@ -251474,7 +251458,7 @@ userData = { { color = (204,240,242,1); glyphname = cent; -lastChange = "2018-12-29 23:02:04 +0000"; +lastChange = "2018-12-30 00:22:08 +0000"; layers = ( { components = ( @@ -251500,10 +251484,10 @@ paths = ( { closed = 1; nodes = ( -"896 -256 LINE", -"896 1780 LINE", -"768 1780 LINE", -"768 -256 LINE" +"908 -256 LINE", +"908 1780 LINE", +"744 1780 LINE", +"744 -256 LINE" ); } ); @@ -251534,14 +251518,14 @@ paths = ( { closed = 1; nodes = ( -"896 -256 LINE", -"896 1780 LINE", -"768 1780 LINE", -"768 -256 LINE" +"984 -256 LINE", +"984 1780 LINE", +"784 1780 LINE", +"784 -256 LINE" ); } ); -width = 1656; +width = 1708; }, { components = ( @@ -251552,7 +251536,7 @@ name = c; guideLines = ( { angle = 90; -position = "{1056, 1440}"; +position = "{1612, 1440}"; } ); layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; @@ -251560,14 +251544,14 @@ paths = ( { closed = 1; nodes = ( -"728 -256 LINE", -"1064 1780 LINE", -"936 1780 LINE", -"600 -256 LINE" +"740 -256 LINE", +"1076 1780 LINE", +"912 1780 LINE", +"576 -256 LINE" ); } ); -width = 1580; +width = 1572; }, { components = ( @@ -251579,7 +251563,7 @@ guideLines = ( { alignment = center; angle = 90; -position = "{1880, 1372}"; +position = "{2080, 1372}"; } ); layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; @@ -251587,14 +251571,14 @@ paths = ( { closed = 1; nodes = ( -"744 -256 LINE", -"1080 1780 LINE", +"816 -256 LINE", +"1152 1780 LINE", "952 1780 LINE", "616 -256 LINE" ); } ); -width = 1656; +width = 1708; }, { components = ( @@ -258779,7 +258763,7 @@ interface.gridadjust.original = "{'width': 2071, 'leftMargin': 41, 'rightMargin' { color = (204,240,242,1); glyphname = lira; -lastChange = "2018-11-25 17:39:23 +0000"; +lastChange = "2018-12-30 00:28:17 +0000"; layers = ( { hints = ( @@ -258851,59 +258835,59 @@ paths = ( { closed = 1; nodes = ( -"1608 228 LINE", -"176 228 LINE", -"176 0 LINE", -"1608 0 LINE" +"1616 228 LINE", +"184 228 LINE", +"184 0 LINE", +"1616 0 LINE" ); }, { closed = 1; nodes = ( -"612 1712 OFFCURVE", -"796 1844 OFFCURVE", -"968 1844 CURVE SMOOTH", -"1132 1844 OFFCURVE", -"1324 1760 OFFCURVE", -"1324 1540 CURVE", -"1568 1540 LINE", -"1568 1860 OFFCURVE", -"1356 2076 OFFCURVE", -"996 2076 CURVE SMOOTH", -"644 2076 OFFCURVE", -"360 1852 OFFCURVE", -"372 1472 CURVE SMOOTH", -"400 560 LINE SMOOTH", -"404 440 OFFCURVE", -"368 252 OFFCURVE", -"276 228 CURVE", -"532 152 LINE", -"636 228 OFFCURVE", -"648 392 OFFCURVE", -"644 560 CURVE SMOOTH", -"612 1472 LINE" +"620 1712 OFFCURVE", +"804 1844 OFFCURVE", +"976 1844 CURVE SMOOTH", +"1140 1844 OFFCURVE", +"1332 1760 OFFCURVE", +"1332 1540 CURVE", +"1576 1540 LINE", +"1576 1860 OFFCURVE", +"1364 2076 OFFCURVE", +"1004 2076 CURVE SMOOTH", +"652 2076 OFFCURVE", +"368 1852 OFFCURVE", +"380 1472 CURVE SMOOTH", +"408 560 LINE SMOOTH", +"412 440 OFFCURVE", +"376 252 OFFCURVE", +"284 228 CURVE", +"540 152 LINE", +"644 228 OFFCURVE", +"656 392 OFFCURVE", +"652 560 CURVE SMOOTH", +"620 1472 LINE" ); }, { closed = 1; nodes = ( -"168 1184 LINE", -"168 1004 LINE", -"1140 1004 LINE", -"1140 1184 LINE" +"176 1184 LINE", +"176 1004 LINE", +"1148 1004 LINE", +"1148 1184 LINE" ); }, { closed = 1; nodes = ( -"168 824 LINE", -"168 644 LINE", -"1140 644 LINE", -"1140 824 LINE" +"176 824 LINE", +"176 644 LINE", +"1148 644 LINE", +"1148 824 LINE" ); } ); -width = 1776; +width = 1820; }, { hints = ( @@ -258968,59 +258952,59 @@ paths = ( { closed = 1; nodes = ( -"1760 428 LINE", -"212 428 LINE", -"212 0 LINE", -"1760 0 LINE" +"1752 428 LINE", +"204 428 LINE", +"204 0 LINE", +"1752 0 LINE" ); }, { closed = 1; nodes = ( -"967 1600 OFFCURVE", -"1011 1648 OFFCURVE", -"1092 1648 CURVE SMOOTH", -"1191 1648 OFFCURVE", -"1259 1608 OFFCURVE", -"1260 1468 CURVE", -"1776 1468 LINE", -"1775 1832 OFFCURVE", -"1523 2076 OFFCURVE", -"1080 2076 CURVE SMOOTH", -"659 2076 OFFCURVE", -"411 1844 OFFCURVE", -"424 1476 CURVE SMOOTH", -"448 600 LINE SMOOTH", -"451 504 OFFCURVE", -"447 448 OFFCURVE", -"364 428 CURVE", -"652 268 LINE", -"915 364 OFFCURVE", -"1015 448 OFFCURVE", -"1008 640 CURVE SMOOTH", -"968 1476 LINE" +"959 1600 OFFCURVE", +"1003 1648 OFFCURVE", +"1084 1648 CURVE SMOOTH", +"1183 1648 OFFCURVE", +"1251 1608 OFFCURVE", +"1252 1468 CURVE", +"1768 1468 LINE", +"1767 1832 OFFCURVE", +"1515 2076 OFFCURVE", +"1072 2076 CURVE SMOOTH", +"651 2076 OFFCURVE", +"403 1844 OFFCURVE", +"416 1476 CURVE SMOOTH", +"440 600 LINE SMOOTH", +"443 504 OFFCURVE", +"439 448 OFFCURVE", +"356 428 CURVE", +"644 268 LINE", +"907 364 OFFCURVE", +"1007 448 OFFCURVE", +"1000 640 CURVE SMOOTH", +"960 1476 LINE" ); }, { closed = 1; nodes = ( -"216 1280 LINE", -"216 1028 LINE", -"1324 1028 LINE", -"1324 1280 LINE" +"208 1280 LINE", +"208 1028 LINE", +"1316 1028 LINE", +"1316 1280 LINE" ); }, { closed = 1; nodes = ( -"216 896 LINE", -"216 644 LINE", -"1324 644 LINE", -"1324 896 LINE" +"208 896 LINE", +"208 644 LINE", +"1316 644 LINE", +"1316 896 LINE" ); } ); -width = 1968; +width = 1952; }, { layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; @@ -259028,59 +259012,59 @@ paths = ( { closed = 1; nodes = ( -"1520 228 LINE", -"88 228 LINE", -"48 0 LINE", -"1480 0 LINE" +"1528 228 LINE", +"96 228 LINE", +"56 0 LINE", +"1488 0 LINE" ); }, { closed = 1; nodes = ( -"768 1712 OFFCURVE", -"976 1844 OFFCURVE", -"1148 1844 CURVE SMOOTH", -"1312 1844 OFFCURVE", -"1488 1760 OFFCURVE", -"1452 1540 CURVE", -"1696 1540 LINE", -"1748 1860 OFFCURVE", -"1572 2076 OFFCURVE", -"1212 2076 CURVE SMOOTH", -"860 2076 OFFCURVE", -"540 1852 OFFCURVE", -"488 1472 CURVE SMOOTH", -"364 560 LINE SMOOTH", -"348 440 OFFCURVE", -"284 252 OFFCURVE", -"188 228 CURVE", -"432 152 LINE", -"548 228 OFFCURVE", -"584 392 OFFCURVE", -"608 560 CURVE SMOOTH", -"728 1472 LINE" +"776 1712 OFFCURVE", +"984 1844 OFFCURVE", +"1156 1844 CURVE SMOOTH", +"1320 1844 OFFCURVE", +"1496 1760 OFFCURVE", +"1460 1540 CURVE", +"1704 1540 LINE", +"1756 1860 OFFCURVE", +"1580 2076 OFFCURVE", +"1220 2076 CURVE SMOOTH", +"868 2076 OFFCURVE", +"548 1852 OFFCURVE", +"496 1472 CURVE SMOOTH", +"372 560 LINE SMOOTH", +"356 440 OFFCURVE", +"292 252 OFFCURVE", +"196 228 CURVE", +"440 152 LINE", +"556 228 OFFCURVE", +"592 392 OFFCURVE", +"616 560 CURVE SMOOTH", +"736 1472 LINE" ); }, { closed = 1; nodes = ( -"236 1184 LINE", -"208 1004 LINE", -"1180 1004 LINE", -"1208 1184 LINE" +"244 1184 LINE", +"216 1004 LINE", +"1188 1004 LINE", +"1216 1184 LINE" ); }, { closed = 1; nodes = ( -"176 824 LINE", -"148 644 LINE", -"1120 644 LINE", -"1148 824 LINE" +"184 824 LINE", +"156 644 LINE", +"1128 644 LINE", +"1156 824 LINE" ); } ); -width = 1776; +width = 1820; }, { layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; @@ -259088,114 +259072,109 @@ paths = ( { closed = 1; nodes = ( -"1704 428 LINE", -"156 428 LINE", -"84 0 LINE", -"1632 0 LINE" +"1696 428 LINE", +"148 428 LINE", +"76 0 LINE", +"1624 0 LINE" ); }, { closed = 1; nodes = ( -"1103 1600 OFFCURVE", -"1155 1648 OFFCURVE", -"1236 1648 CURVE SMOOTH", -"1335 1648 OFFCURVE", -"1399 1608 OFFCURVE", -"1376 1468 CURVE", -"1892 1468 LINE", -"1951 1832 OFFCURVE", -"1739 2076 OFFCURVE", -"1296 2076 CURVE SMOOTH", -"875 2076 OFFCURVE", -"591 1844 OFFCURVE", -"540 1476 CURVE SMOOTH", -"420 600 LINE SMOOTH", -"407 504 OFFCURVE", -"395 448 OFFCURVE", -"308 428 CURVE", -"568 268 LINE", -"847 364 OFFCURVE", -"963 448 OFFCURVE", -"988 640 CURVE SMOOTH", -"1084 1476 LINE" +"1094 1600 OFFCURVE", +"1146 1648 OFFCURVE", +"1228 1648 CURVE SMOOTH", +"1326 1648 OFFCURVE", +"1390 1608 OFFCURVE", +"1368 1468 CURVE", +"1884 1468 LINE", +"1942 1832 OFFCURVE", +"1730 2076 OFFCURVE", +"1288 2076 CURVE SMOOTH", +"866 2076 OFFCURVE", +"582 1844 OFFCURVE", +"532 1476 CURVE SMOOTH", +"412 600 LINE SMOOTH", +"398 504 OFFCURVE", +"386 448 OFFCURVE", +"300 428 CURVE", +"560 268 LINE", +"838 364 OFFCURVE", +"954 448 OFFCURVE", +"980 640 CURVE SMOOTH", +"1076 1476 LINE" ); }, { closed = 1; nodes = ( -"300 1280 LINE", -"260 1028 LINE", -"1368 1028 LINE", -"1408 1280 LINE" +"292 1280 LINE", +"252 1028 LINE", +"1360 1028 LINE", +"1400 1280 LINE" ); }, { closed = 1; nodes = ( -"236 896 LINE", -"196 644 LINE", -"1304 644 LINE", -"1344 896 LINE" +"228 896 LINE", +"188 644 LINE", +"1296 644 LINE", +"1336 896 LINE" ); } ); -width = 1968; +width = 1952; }, { hints = ( { horizontal = 1; -origin = "{0, 2}"; +place = "{0, 21}"; target = up; type = BottomGhost; }, { horizontal = 1; -origin = "{3, 1}"; -target = "{3, 0}"; +place = "{644, 136}"; type = Stem; }, { horizontal = 1; -origin = "{2, 1}"; -target = "{2, 0}"; +place = "{992, 136}"; type = Stem; }, { horizontal = 1; -origin = "{1, 9}"; +place = "{2076, -20}"; target = down; type = TopGhost; }, { -origin = "{0, 2}"; -target = "{1, 6}"; +place = "{156, 1288}"; type = Stem; }, { horizontal = 1; -origin = "{0, 2}"; +place = "{0, -2147483648}"; type = Anchor; options = 4; }, { horizontal = 1; -origin = "{3, 1}"; -target = "{3, 0}"; +place = "{644, 136}"; type = TTStem; options = 4; }, { horizontal = 1; -origin = "{2, 1}"; -target = "{2, 0}"; +place = "{992, 136}"; type = TTStem; options = 4; }, { horizontal = 1; -origin = "{1, 9}"; +place = "{2076, -2147483648}"; type = Anchor; options = 4; } @@ -259205,121 +259184,111 @@ paths = ( { closed = 1; nodes = ( -"1516 108 LINE", -"156 108 LINE", -"156 0 LINE", -"1516 0 LINE" +"1472 64 LINE", +"224 64 LINE", +"224 0 LINE", +"1472 0 LINE" ); }, { closed = 1; nodes = ( -"399 1779 OFFCURVE", -"667 1962 OFFCURVE", -"896 1964 CURVE SMOOTH", -"1097 1962 OFFCURVE", -"1363 1851 OFFCURVE", -"1364 1584 CURVE", -"1444 1584 LINE", -"1444 1877 OFFCURVE", -"1256 2076 OFFCURVE", -"948 2076 CURVE SMOOTH", -"635 2076 OFFCURVE", -"329 1857 OFFCURVE", -"340 1472 CURVE SMOOTH", -"372 536 LINE SMOOTH", -"376 402 OFFCURVE", -"321 134 OFFCURVE", -"224 108 CURVE", -"460 84 LINE", -"469 146 OFFCURVE", -"428 358 OFFCURVE", -"428 512 CURVE SMOOTH", -"400 1472 LINE" +"552 1807 OFFCURVE", +"742 2011 OFFCURVE", +"1024 2012 CURVE SMOOTH", +"1293 2013 OFFCURVE", +"1490 1814 OFFCURVE", +"1444 1588 CURVE", +"1508 1572 LINE", +"1561 1842 OFFCURVE", +"1333 2077 OFFCURVE", +"1024 2076 CURVE SMOOTH", +"705 2075 OFFCURVE", +"488 1842 OFFCURVE", +"496 1508 CURVE SMOOTH", +"524 400 LINE SMOOTH", +"529 214 OFFCURVE", +"474 64 OFFCURVE", +"328 64 CURVE", +"352 4 LINE", +"524 24 OFFCURVE", +"594 180 OFFCURVE", +"588 400 CURVE SMOOTH", +"560 1508 LINE SMOOTH" ); }, { closed = 1; nodes = ( -"140 1128 LINE", -"140 992 LINE", -"1032 992 LINE", -"1032 1128 LINE" +"224 1176 LINE", +"224 1112 LINE", +"1088 1112 LINE", +"1088 1176 LINE" ); }, { closed = 1; nodes = ( -"140 780 LINE", -"140 644 LINE", -"1032 644 LINE", -"1032 780 LINE" +"224 776 LINE", +"224 712 LINE", +"1088 712 LINE", +"1088 776 LINE" ); } ); -width = 1661; +width = 1776; }, { hints = ( { horizontal = 1; -origin = "{0, 2}"; -target = "{0, 1}"; +place = "{-128, -20}"; type = Stem; }, { horizontal = 1; -origin = "{3, 1}"; -target = "{3, 0}"; +place = "{516, 8}"; type = Stem; }, { horizontal = 1; -origin = "{2, 1}"; -target = "{2, 0}"; +place = "{864, 8}"; type = Stem; }, { horizontal = 1; -origin = "{1, 9}"; -target = "{1, 2}"; +place = "{1948, -16}"; type = Stem; }, { -origin = "{1, 13}"; -target = "{1, 20}"; +place = "{204, -80}"; type = Stem; }, { -origin = "{1, 5}"; -target = "{1, 6}"; +place = "{1372, -48}"; type = Stem; }, { horizontal = 1; -origin = "{0, 2}"; -target = "{0, 1}"; +place = "{-128, 108}"; type = TTStem; options = 4; }, { horizontal = 1; -origin = "{3, 1}"; -target = "{3, 0}"; +place = "{516, 136}"; type = TTStem; options = 4; }, { horizontal = 1; -origin = "{2, 1}"; -target = "{2, 0}"; +place = "{864, 136}"; type = TTStem; options = 4; }, { horizontal = 1; -origin = "{1, 9}"; -target = "{1, 2}"; +place = "{1948, 112}"; type = TTStem; options = 4; } @@ -259329,61 +259298,63 @@ paths = ( { closed = 1; nodes = ( -"1412 108 LINE", -"48 108 LINE", -"28 0 LINE", -"1388 0 LINE" +"1356 64 LINE", +"108 64 LINE", +"96 0 LINE", +"1344 0 LINE" ); }, { closed = 1; nodes = ( -"567 1779 OFFCURVE", -"869 1962 OFFCURVE", -"1096 1964 CURVE SMOOTH", -"1298 1962 OFFCURVE", -"1541 1851 OFFCURVE", -"1500 1584 CURVE", -"1580 1584 LINE", -"1626 1877 OFFCURVE", -"1472 2076 OFFCURVE", -"1164 2076 CURVE SMOOTH", -"851 2076 OFFCURVE", -"509 1857 OFFCURVE", -"456 1472 CURVE SMOOTH", -"332 536 LINE SMOOTH", -"313 402 OFFCURVE", -"217 134 OFFCURVE", -"116 108 CURVE", -"352 84 LINE", -"369 146 OFFCURVE", -"357 358 OFFCURVE", -"380 512 CURVE SMOOTH", -"516 1472 LINE" +"724 1807 OFFCURVE", +"948 2011 OFFCURVE", +"1228 2012 CURVE SMOOTH", +"1499 2013 OFFCURVE", +"1663 1814 OFFCURVE", +"1580 1588 CURVE", +"1640 1572 LINE", +"1739 1842 OFFCURVE", +"1550 2077 OFFCURVE", +"1240 2076 CURVE SMOOTH", +"921 2075 OFFCURVE", +"666 1842 OFFCURVE", +"620 1508 CURVE SMOOTH", +"464 400 LINE SMOOTH", +"437 214 OFFCURVE", +"357 64 OFFCURVE", +"212 64 CURVE", +"224 4 LINE", +"401 24 OFFCURVE", +"497 180 OFFCURVE", +"528 400 CURVE SMOOTH", +"684 1508 LINE SMOOTH" ); }, { closed = 1; nodes = ( -"200 1128 LINE", -"176 992 LINE", -"1068 992 LINE", -"1088 1128 LINE" +"292 1176 LINE", +"280 1112 LINE", +"1144 1112 LINE", +"1156 1176 LINE" ); }, { closed = 1; nodes = ( -"140 780 LINE", -"120 644 LINE", -"1012 644 LINE", -"1032 780 LINE" +"224 776 LINE", +"216 712 LINE", +"1080 712 LINE", +"1088 776 LINE" ); } ); -width = 1661; +width = 1776; } ); +leftMetricsKey = sterling; +rightMetricsKey = sterling; unicode = 20A4; userData = { interface.gridadjust.original = "{'width': 1643, 'leftMargin': 124, 'rightMargin': 81}"; @@ -260875,7 +260846,7 @@ interface.gridadjust.original = "{'width': 2244.0, 'leftMargin': 41, 'rightMargi { color = (204,240,242,1); glyphname = guarani; -lastChange = "2018-12-29 23:33:22 +0000"; +lastChange = "2018-12-30 00:23:43 +0000"; layers = ( { components = ( @@ -260957,10 +260928,10 @@ paths = ( { closed = 1; nodes = ( -"936 2304 LINE", -"936 -256 LINE", -"1156 -256 LINE", -"1156 2304 LINE" +"980 2304 LINE", +"980 -256 LINE", +"1144 -256 LINE", +"1144 2304 LINE" ); } ); @@ -261004,10 +260975,10 @@ paths = ( { closed = 1; nodes = ( -"1192 2304 LINE", -"768 -256 LINE", -"988 -256 LINE", -"1412 2304 LINE" +"1236 2304 LINE", +"812 -256 LINE", +"976 -256 LINE", +"1400 2304 LINE" ); } ); @@ -261359,7 +261330,7 @@ interface.gridadjust.original = "{'width': 1834, 'leftMargin': 228, 'rightMargin { color = (204,240,242,1); glyphname = cedi; -lastChange = "2018-12-29 23:36:54 +0000"; +lastChange = "2018-12-30 00:23:07 +0000"; layers = ( { components = ( @@ -261383,10 +261354,10 @@ paths = ( { closed = 1; nodes = ( -"920 2304 LINE", -"920 -256 LINE", -"1140 -256 LINE", -"1140 2304 LINE" +"980 2304 LINE", +"980 -256 LINE", +"1144 -256 LINE", +"1144 2304 LINE" ); } ); @@ -261423,10 +261394,10 @@ paths = ( { closed = 1; nodes = ( -"1176 2304 LINE", -"752 -256 LINE", -"972 -256 LINE", -"1396 2304 LINE" +"1236 2304 LINE", +"812 -256 LINE", +"976 -256 LINE", +"1400 2304 LINE" ); } ); @@ -294235,7 +294206,7 @@ interface.gridadjust.original = "{'width': 829, 'leftMargin': 271, 'rightMargin' { color = (240,240,240,1); glyphname = semicolon; -lastChange = "2018-12-29 22:18:50 +0000"; +lastChange = "2018-12-30 00:02:33 +0000"; layers = ( { components = ( @@ -294280,12 +294251,12 @@ width = 888; { components = ( { -name = period; -transform = "{1, 0, 0, 1, 196, 1140}"; -}, -{ alignment = 1; name = comma; +}, +{ +name = period; +transform = "{1, 0, 0, 1, 196, 1140}"; } ); layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; @@ -294294,12 +294265,12 @@ width = 788; { components = ( { -name = period; -transform = "{1, 0, 0, 1, 176, 1032}"; -}, -{ alignment = 1; name = comma; +}, +{ +name = period; +transform = "{1, 0, 0, 1, 176, 1032}"; } ); guideLines = ( @@ -294309,7 +294280,7 @@ position = "{460, 700}"; } ); layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -width = 888; +width = 896; }, { components = ( @@ -294330,12 +294301,12 @@ width = 728; components = ( { alignment = -1; -name = period; -transform = "{1, 0, 0, 1, 208, 1204}"; +name = comma; }, { alignment = -1; -name = comma; +name = period; +transform = "{1, 0, 0, 1, 208, 1204}"; } ); layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";