diff --git a/misc/subscript-codepoint-mapping.txt b/misc/subscript-codepoint-mapping.txt new file mode 100644 index 000000000..65f3acdd9 --- /dev/null +++ b/misc/subscript-codepoint-mapping.txt @@ -0,0 +1,49 @@ +0 U+2080 +1 U+2081 +2 U+2082 +3 U+2083 +4 U+2084 +5 U+2085 +6 U+2086 +7 U+2087 +8 U+2088 +9 U+2089 ++ U+208A +- U+208B += U+208C +( U+208D +) U+208E +a U+2090 +e U+2091 +h U+2095 +i U+1D62 +j U+2C7C +k U+2096 +l U+2097 +m U+2098 +n U+2099 +o U+2092 +p U+209A +r U+1D63 +s U+209B +t U+209C +u U+1D64 +v U+1D65 +x U+2093 +A U+2090 +E U+2091 +H U+2095 +I U+1D62 +J U+2C7C +K U+2096 +L U+2097 +M U+2098 +N U+2099 +O U+2092 +P U+209A +R U+1D63 +S U+209B +T U+209C +U U+1D64 +V U+1D65 +X U+2093 diff --git a/src/Inter-UI-Black.ufo/features.fea b/src/Inter-UI-Black.ufo/features.fea index a7d3d5a22..6f221aa9d 100644 --- a/src/Inter-UI-Black.ufo/features.fea +++ b/src/Inter-UI-Black.ufo/features.fea @@ -151,9 +151,9 @@ comma.tf ]; @frac2 = [ zero.frac one.numr two.numr three.numr four.frac five.frac six.frac seven.frac eight.frac nine.frac ]; -@frac3 = [ fraction zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ]; +@frac3 = [ fraction zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf ]; -@frac4 = [ zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ]; +@frac4 = [ zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf ]; @CCMP_ACC = [ gravecomb acutecomb tildecomb brevetildecomb.cn brevehookcomb.cn breveacutecomb.cn circumflextildecomb.cn circumflexhookcomb.cn circumflexgravecomb.cn circumflexacutecomb.cn @@ -846,16 +846,16 @@ feature frac { nine.numr ]; @denominators = [ - zero.sup - one.sup - two.sup - three.sup - four.sup - five.sup - six.sup - seven.sup - eight.sup - nine.sup + zero.dnomf + one.dnomf + two.dnomf + three.dnomf + four.dnomf + five.dnomf + six.dnomf + seven.dnomf + eight.dnomf + nine.dnomf ]; @denominators2 = [ zero.dnom @@ -1182,6 +1182,50 @@ sub [minus minus.case hyphen hyphen.case] by minus.sups; sub [equal equal.case] by equal.sups; } sups; +feature subs { +sub a by a.subs; +sub b by b.subs; +sub c by c.subs; +sub d by d.subs; +sub e by e.subs; +sub f by f.subs; +sub g by g.subs; +sub h by h.subs; +sub i by i.subs; +sub j by j.subs; +sub k by k.subs; +sub l by l.subs; +sub m by m.subs; +sub n by n.subs; +sub o by o.subs; +sub p by p.subs; +sub q by q.subs; +sub r by r.subs; +sub s by s.subs; +sub t by t.subs; +sub u by u.subs; +sub v by v.subs; +sub w by w.subs; +sub x by x.subs; +sub y by y.subs; +sub z by z.subs; +sub [zero zero.slash] by zero.subs; +sub [one one.ss01] by one.subs; +sub two by two.subs; +sub three by three.subs; +sub [four four.ss01] by four.subs; +sub five by five.subs; +sub [six six.ss01] by six.subs; +sub seven by seven.subs; +sub eight by eight.subs; +sub [nine nine.ss01] by nine.subs; +sub [parenleft parenleft.case] by parenleft.subs; +sub [parenright parenright.case] by parenright.subs; +sub [plus plus.case] by plus.subs; +sub [minus minus.case hyphen hyphen.case] by minus.subs; +sub [equal equal.case] by equal.subs; +} subs; + feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; diff --git a/src/Inter-UI-Black.ufo/fontinfo.plist b/src/Inter-UI-Black.ufo/fontinfo.plist index 6c8ac137b..18760d986 100644 --- a/src/Inter-UI-Black.ufo/fontinfo.plist +++ b/src/Inter-UI-Black.ufo/fontinfo.plist @@ -105,9 +105,9 @@ openTypeNameSampleText openTypeNameUniqueID - Inter UI Black:2018:410438e7 + Inter UI Black:2018:9b7c9e81 openTypeNameVersion - 3.0;410438e7 + 3.0;9b7c9e81 openTypeOS2CodePageRanges 0 diff --git a/src/Inter-UI-Black.ufo/glyphs.public.background/contents.plist b/src/Inter-UI-Black.ufo/glyphs.public.background/contents.plist index e2a9870cc..e6f14918c 100644 --- a/src/Inter-UI-Black.ufo/glyphs.public.background/contents.plist +++ b/src/Inter-UI-Black.ufo/glyphs.public.background/contents.plist @@ -26,8 +26,8 @@ e.glif eight eight.glif - eight.sup - eight.sup.glif + eight.dnomf + eight.dnomf.glif five five.glif four @@ -50,12 +50,12 @@ perthousand.glif seven seven.glif - seven.sup - seven.sup.glif + seven.dnomf + seven.dnomf.glif six six.glif - six.sup - six.sup.glif + six.dnomf + six.dnomf.glif two two.glif uni04FD diff --git a/src/Inter-UI-Black.ufo/glyphs/a.subs.glif b/src/Inter-UI-Black.ufo/glyphs/a.subs.glif new file mode 100644 index 000000000..e892c3eec --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/a.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:42:46 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/b.subs.glif b/src/Inter-UI-Black.ufo/glyphs/b.subs.glif new file mode 100644 index 000000000..13dacf74b --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/b.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:11 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/c.subs.glif b/src/Inter-UI-Black.ufo/glyphs/c.subs.glif new file mode 100644 index 000000000..5065b1635 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/c.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/contents.plist b/src/Inter-UI-Black.ufo/glyphs/contents.plist index 42769c121..d099a7bcc 100644 --- a/src/Inter-UI-Black.ufo/glyphs/contents.plist +++ b/src/Inter-UI-Black.ufo/glyphs/contents.plist @@ -878,6 +878,8 @@ Z_linebelow.glif a a.glif + a.subs + a.subs.glif a.sups a.sups.glif aacute @@ -1162,6 +1164,8 @@ austral.glif b b.glif + b.subs + b.subs.glif b.sups b.sups.glif babygamma @@ -1248,6 +1252,8 @@ bullseye.glif c c.glif + c.subs + c.subs.glif c.sups c.sups.glif cacute @@ -1396,6 +1402,8 @@ cyrillictic.cn.glif d d.glif + d.subs + d.subs.glif d.sups d.sups.glif dagger @@ -1522,6 +1530,8 @@ dzhecyrillic.glif e e.glif + e.subs + e.subs.glif e.sups e.sups.glif eacute @@ -1566,12 +1576,14 @@ eight.glif eight.dnom eight.dnom.glif + eight.dnomf + eight.dnomf.glif eight.frac eight.frac.glif eight.numr eight.numr.glif - eight.sup - eight.sup.glif + eight.subs + eight.subs.glif eight.sups eight.sups.glif eight.tf @@ -1650,6 +1662,8 @@ equal.dnom.glif equal.numr equal.numr.glif + equal.subs + equal.subs.glif equal.sups equal.sups.glif ercyrillic @@ -1708,6 +1722,8 @@ ezhtail.glif f f.glif + f.subs + f.subs.glif f.sups f.sups.glif fdotaccent @@ -1734,12 +1750,14 @@ five.glif five.dnom five.dnom.glif + five.dnomf + five.dnomf.glif five.frac five.frac.glif five.numr five.numr.glif - five.sup - five.sup.glif + five.subs + five.subs.glif five.sups five.sups.glif five.tf @@ -1756,14 +1774,16 @@ four.glif four.dnom four.dnom.glif + four.dnomf + four.dnomf.glif four.frac four.frac.glif four.numr four.numr.glif four.ss01 four.ss01.glif - four.sup - four.sup.glif + four.subs + four.subs.glif four.sups four.sups.glif four.tf @@ -1780,6 +1800,8 @@ franc.glif g g.glif + g.subs + g.subs.glif g.sups g.sups.glif gacute @@ -1864,6 +1886,8 @@ guilsinglright.glif h h.glif + h.subs + h.subs.glif h.sups h.sups.glif haabkhasiancyrillic @@ -1934,6 +1958,8 @@ i.glif i.numr i.numr.glif + i.subs + i.subs.glif i.sups i.sups.glif iacute @@ -2018,6 +2044,8 @@ izhitsadblgravecyrillic.glif j j.glif + j.subs + j.subs.glif j.sups j.sups.glif jcaron @@ -2038,6 +2066,8 @@ jhookdblbar.glif k k.glif + k.subs + k.subs.glif k.sups k.sups.glif kabashkircyrillic @@ -2088,6 +2118,8 @@ kturn.glif l l.glif + l.subs + l.subs.glif l.sups l.sups.glif lacute @@ -2156,6 +2188,8 @@ lyogh.glif m m.glif + m.subs + m.subs.glif m.sups m.sups.glif macron @@ -2204,6 +2238,8 @@ minus.dnomnosp.glif minus.numr minus.numr.glif + minus.subs + minus.subs.glif minus.sups minus.sups.glif minusmod @@ -2224,6 +2260,8 @@ n.glif n.numr n.numr.glif + n.subs + n.subs.glif n.sups n.sups.glif nacute @@ -2248,14 +2286,16 @@ nine.glif nine.dnom nine.dnom.glif + nine.dnomf + nine.dnomf.glif nine.frac nine.frac.glif nine.numr nine.numr.glif nine.ss01 nine.ss01.glif - nine.sup - nine.sup.glif + nine.subs + nine.subs.glif nine.sups nine.sups.glif nine.tf @@ -2294,6 +2334,8 @@ numero.glif o o.glif + o.subs + o.subs.glif o.sups o.sups.glif oacute @@ -2384,14 +2426,16 @@ one.glif one.dnom one.dnom.glif + one.dnomf + one.dnomf.glif one.frac one.frac.glif one.numr one.numr.glif one.ss01 one.ss01.glif - one.sup - one.sup.glif + one.subs + one.subs.glif one.sups one.sups.glif one.tf @@ -2444,6 +2488,8 @@ overscorenosp.glif p p.glif + p.subs + p.subs.glif p.sups p.sups.glif pacute @@ -2462,6 +2508,8 @@ parenleft.dnom.glif parenleft.numr parenleft.numr.glif + parenleft.subs + parenleft.subs.glif parenleft.sups parenleft.sups.glif parenright @@ -2472,6 +2520,8 @@ parenright.dnom.glif parenright.numr parenright.numr.glif + parenright.subs + parenright.subs.glif parenright.sups parenright.sups.glif partialdiff @@ -2530,6 +2580,8 @@ plus.dnomnosp.glif plus.numr plus.numr.glif + plus.subs + plus.subs.glif plus.sups plus.sups.glif plusminus @@ -2560,6 +2612,8 @@ punctuationspace.glif q q.glif + q.subs + q.subs.glif q.sups q.sups.glif qhook @@ -2598,6 +2652,8 @@ quotesingle.glif r r.glif + r.subs + r.subs.glif r.sups r.sups.glif racute @@ -2706,6 +2762,8 @@ rupee.glif s s.glif + s.subs + s.subs.glif s.sups s.sups.glif sacute @@ -2754,12 +2812,14 @@ seven.glif seven.dnom seven.dnom.glif + seven.dnomf + seven.dnomf.glif seven.frac seven.frac.glif seven.numr seven.numr.glif - seven.sup - seven.sup.glif + seven.subs + seven.subs.glif seven.sups seven.sups.glif seven.tf @@ -2784,14 +2844,16 @@ six.glif six.dnom six.dnom.glif + six.dnomf + six.dnomf.glif six.frac six.frac.glif six.numr six.numr.glif six.ss01 six.ss01.glif - six.sup - six.sup.glif + six.subs + six.subs.glif six.sups six.sups.glif six.tf @@ -2832,6 +2894,8 @@ summation.glif t t.glif + t.subs + t.subs.glif t.sups t.sups.glif tackdownsubnosp @@ -2894,12 +2958,14 @@ three.glif three.dnom three.dnom.glif + three.dnomf + three.dnomf.glif three.frac three.frac.glif three.numr three.numr.glif - three.sup - three.sup.glif + three.subs + three.subs.glif three.sups three.sups.glif three.tf @@ -2988,12 +3054,14 @@ two.glif two.dnom two.dnom.glif + two.dnomf + two.dnomf.glif two.frac two.frac.glif two.numr two.numr.glif - two.sup - two.sup.glif + two.subs + two.subs.glif two.sups two.sups.glif two.tf @@ -3006,6 +3074,8 @@ twostroke.glif u u.glif + u.subs + u.subs.glif u.sups u.sups.glif uacute @@ -4112,24 +4182,8 @@ uni205F_.glif uni2071.ccmp uni2071.ccmp.glif - uni2090 - uni2090.glif - uni2091 - uni2091.glif - uni2092 - uni2092.glif uni2094 uni2094.glif - uni2096 - uni2096.glif - uni2098 - uni2098.glif - uni2099 - uni2099.glif - uni209A - uni209A_.glif - uni209C - uni209C_.glif uni20AF uni20A_F_.glif uni20B0 @@ -4276,6 +4330,8 @@ utildebelow.glif v v.glif + v.subs + v.subs.glif v.sups v.sups.glif vdotbelow @@ -4296,6 +4352,8 @@ vturn.glif w w.glif + w.subs + w.subs.glif w.sups w.sups.glif wacute @@ -4320,6 +4378,8 @@ wynn.glif x x.glif + x.subs + x.subs.glif x.sups x.sups.glif xdieresis @@ -4332,6 +4392,8 @@ xsupnosp.glif y y.glif + y.subs + y.subs.glif y.sups y.sups.glif yacute @@ -4380,6 +4442,8 @@ yuslittleiotifiedcyrillic.glif z z.glif + z.subs + z.subs.glif z.sups z.sups.glif zacute @@ -4406,14 +4470,16 @@ zero.glif zero.dnom zero.dnom.glif + zero.dnomf + zero.dnomf.glif zero.frac zero.frac.glif zero.numr zero.numr.glif zero.slash zero.slash.glif - zero.sup - zero.sup.glif + zero.subs + zero.subs.glif zero.sups zero.sups.glif zero.tf diff --git a/src/Inter-UI-Black.ufo/glyphs/d.subs.glif b/src/Inter-UI-Black.ufo/glyphs/d.subs.glif new file mode 100644 index 000000000..4c6c08434 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/d.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/e.subs.glif b/src/Inter-UI-Black.ufo/glyphs/e.subs.glif new file mode 100644 index 000000000..af6d667dd --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/e.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:49 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/eight.dnom.glif index bb26a9f80..a68b9c482 100644 --- a/src/Inter-UI-Black.ufo/glyphs/eight.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/eight.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 23:40:33 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.sup.glif b/src/Inter-UI-Black.ufo/glyphs/eight.dnomf.glif similarity index 98% rename from src/Inter-UI-Black.ufo/glyphs/eight.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/eight.dnomf.glif index 81b34967e..6fefb2505 100644 --- a/src/Inter-UI-Black.ufo/glyphs/eight.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/eight.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.frac.glif b/src/Inter-UI-Black.ufo/glyphs/eight.frac.glif index ad0193dd0..f85bde8ff 100644 --- a/src/Inter-UI-Black.ufo/glyphs/eight.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/eight.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.numr.glif b/src/Inter-UI-Black.ufo/glyphs/eight.numr.glif index 8093c0edf..6d672c1c4 100644 --- a/src/Inter-UI-Black.ufo/glyphs/eight.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/eight.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/eight.subs.glif b/src/Inter-UI-Black.ufo/glyphs/eight.subs.glif new file mode 100644 index 000000000..4a3461736 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/eight.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + eight.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + eight.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/equal.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/equal.dnom.glif index f3a85efc3..fb63e87d7 100644 --- a/src/Inter-UI-Black.ufo/glyphs/equal.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/equal.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Black.ufo/glyphs/equal.subs.glif b/src/Inter-UI-Black.ufo/glyphs/equal.subs.glif new file mode 100644 index 000000000..dc7306111 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/equal.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/f.subs.glif b/src/Inter-UI-Black.ufo/glyphs/f.subs.glif new file mode 100644 index 000000000..4eb547a2a --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/f.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/five.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/five.dnom.glif index fb903ad82..06f40d2c4 100644 --- a/src/Inter-UI-Black.ufo/glyphs/five.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/five.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/five.sup.glif b/src/Inter-UI-Black.ufo/glyphs/five.dnomf.glif similarity index 98% rename from src/Inter-UI-Black.ufo/glyphs/five.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/five.dnomf.glif index 37c599836..f733954e8 100644 --- a/src/Inter-UI-Black.ufo/glyphs/five.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/five.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/five.frac.glif b/src/Inter-UI-Black.ufo/glyphs/five.frac.glif index e73073cd8..ccb97384f 100644 --- a/src/Inter-UI-Black.ufo/glyphs/five.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/five.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/five.numr.glif b/src/Inter-UI-Black.ufo/glyphs/five.numr.glif index c8c15a194..b6b7392a3 100644 --- a/src/Inter-UI-Black.ufo/glyphs/five.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/five.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/five.subs.glif b/src/Inter-UI-Black.ufo/glyphs/five.subs.glif new file mode 100644 index 000000000..726e0bfeb --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/five.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + five.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + five.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif b/src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif index fd98cab63..ca028f20a 100644 --- a/src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif +++ b/src/Inter-UI-Black.ufo/glyphs/fiveeighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/fivesixths.glif b/src/Inter-UI-Black.ufo/glyphs/fivesixths.glif index 99348b328..322e60d83 100644 --- a/src/Inter-UI-Black.ufo/glyphs/fivesixths.glif +++ b/src/Inter-UI-Black.ufo/glyphs/fivesixths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/four.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/four.dnom.glif index 186789ab4..7c94d95ba 100644 --- a/src/Inter-UI-Black.ufo/glyphs/four.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/four.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/four.sup.glif b/src/Inter-UI-Black.ufo/glyphs/four.dnomf.glif similarity index 97% rename from src/Inter-UI-Black.ufo/glyphs/four.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/four.dnomf.glif index 8edcb5877..121678cfa 100644 --- a/src/Inter-UI-Black.ufo/glyphs/four.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/four.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/four.frac.glif b/src/Inter-UI-Black.ufo/glyphs/four.frac.glif index bd2aa92ab..dee283246 100644 --- a/src/Inter-UI-Black.ufo/glyphs/four.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/four.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/four.numr.glif b/src/Inter-UI-Black.ufo/glyphs/four.numr.glif index 1535b2f80..bf837e8bc 100644 --- a/src/Inter-UI-Black.ufo/glyphs/four.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/four.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/four.subs.glif b/src/Inter-UI-Black.ufo/glyphs/four.subs.glif new file mode 100644 index 000000000..861d34a6a --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/four.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + four.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + four.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/fraction.glif b/src/Inter-UI-Black.ufo/glyphs/fraction.glif index 06643ddbd..a95da1f7f 100644 --- a/src/Inter-UI-Black.ufo/glyphs/fraction.glif +++ b/src/Inter-UI-Black.ufo/glyphs/fraction.glif @@ -3,7 +3,7 @@ -Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .sup +Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .dnomf diff --git a/src/Inter-UI-Black.ufo/glyphs/g.subs.glif b/src/Inter-UI-Black.ufo/glyphs/g.subs.glif new file mode 100644 index 000000000..e91cffd61 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/g.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/h.subs.glif b/src/Inter-UI-Black.ufo/glyphs/h.subs.glif new file mode 100644 index 000000000..57921d396 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/h.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:56 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/i.subs.glif b/src/Inter-UI-Black.ufo/glyphs/i.subs.glif new file mode 100644 index 000000000..9292aadd0 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/i.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:04 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/j.subs.glif b/src/Inter-UI-Black.ufo/glyphs/j.subs.glif new file mode 100644 index 000000000..3c0bae2a5 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/j.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:10 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/k.subs.glif b/src/Inter-UI-Black.ufo/glyphs/k.subs.glif new file mode 100644 index 000000000..7c46dd9bb --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/k.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:57 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/l.subs.glif b/src/Inter-UI-Black.ufo/glyphs/l.subs.glif new file mode 100644 index 000000000..053afcd3d --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/l.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:48:02 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/m.subs.glif b/src/Inter-UI-Black.ufo/glyphs/m.subs.glif new file mode 100644 index 000000000..065a29eff --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/m.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:48:42 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/minus.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/minus.dnom.glif index af1693d79..893dcb16b 100644 --- a/src/Inter-UI-Black.ufo/glyphs/minus.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/minus.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Black.ufo/glyphs/minus.subs.glif b/src/Inter-UI-Black.ufo/glyphs/minus.subs.glif new file mode 100644 index 000000000..c1e8ed1a0 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/minus.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/n.subs.glif b/src/Inter-UI-Black.ufo/glyphs/n.subs.glif new file mode 100644 index 000000000..7c3aa3528 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/n.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:49:19 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/nine.dnom.glif index acabecfb4..108af30e2 100644 --- a/src/Inter-UI-Black.ufo/glyphs/nine.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/nine.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 23:51:43 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.sup.glif b/src/Inter-UI-Black.ufo/glyphs/nine.dnomf.glif similarity index 82% rename from src/Inter-UI-Black.ufo/glyphs/nine.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/nine.dnomf.glif index 140ef18e0..2dfd72478 100644 --- a/src/Inter-UI-Black.ufo/glyphs/nine.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/nine.dnomf.glif @@ -1,12 +1,12 @@ - + - + diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.frac.glif b/src/Inter-UI-Black.ufo/glyphs/nine.frac.glif index 4551187f2..d9510d704 100644 --- a/src/Inter-UI-Black.ufo/glyphs/nine.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/nine.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.numr.glif b/src/Inter-UI-Black.ufo/glyphs/nine.numr.glif index aaa56435c..20d20b632 100644 --- a/src/Inter-UI-Black.ufo/glyphs/nine.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/nine.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/nine.subs.glif b/src/Inter-UI-Black.ufo/glyphs/nine.subs.glif new file mode 100644 index 000000000..184dae6c7 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/nine.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + nine.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + nine.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/o.subs.glif b/src/Inter-UI-Black.ufo/glyphs/o.subs.glif new file mode 100644 index 000000000..7de1e29fe --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/o.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:49:58 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/one.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/one.dnom.glif index f9ac5c852..d4e078749 100644 --- a/src/Inter-UI-Black.ufo/glyphs/one.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/one.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:17:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/one.sup.glif b/src/Inter-UI-Black.ufo/glyphs/one.dnomf.glif similarity index 96% rename from src/Inter-UI-Black.ufo/glyphs/one.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/one.dnomf.glif index 6043ebe71..987e0e1a9 100644 --- a/src/Inter-UI-Black.ufo/glyphs/one.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/one.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/one.frac.glif b/src/Inter-UI-Black.ufo/glyphs/one.frac.glif index 55f1b42e5..05fde41eb 100644 --- a/src/Inter-UI-Black.ufo/glyphs/one.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/one.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/one.numr.glif b/src/Inter-UI-Black.ufo/glyphs/one.numr.glif index 515c512d2..3a4a0560e 100644 --- a/src/Inter-UI-Black.ufo/glyphs/one.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/one.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/one.subs.glif b/src/Inter-UI-Black.ufo/glyphs/one.subs.glif new file mode 100644 index 000000000..63af6d276 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/one.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + one.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/oneeighth.glif b/src/Inter-UI-Black.ufo/glyphs/oneeighth.glif index 7f38fa8b3..e38aa976b 100644 --- a/src/Inter-UI-Black.ufo/glyphs/oneeighth.glif +++ b/src/Inter-UI-Black.ufo/glyphs/oneeighth.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/onehalf.glif b/src/Inter-UI-Black.ufo/glyphs/onehalf.glif index e69153472..17cf674c5 100644 --- a/src/Inter-UI-Black.ufo/glyphs/onehalf.glif +++ b/src/Inter-UI-Black.ufo/glyphs/onehalf.glif @@ -6,7 +6,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/onequarter.glif b/src/Inter-UI-Black.ufo/glyphs/onequarter.glif index 3d92b0572..d8c847dd3 100644 --- a/src/Inter-UI-Black.ufo/glyphs/onequarter.glif +++ b/src/Inter-UI-Black.ufo/glyphs/onequarter.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/p.subs.glif b/src/Inter-UI-Black.ufo/glyphs/p.subs.glif new file mode 100644 index 000000000..538951c4c --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/p.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:36 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/parenleft.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/parenleft.dnom.glif index 2fc07778c..67e198c8c 100644 --- a/src/Inter-UI-Black.ufo/glyphs/parenleft.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/parenleft.dnom.glif @@ -1,7 +1,6 @@ - @@ -25,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 + 2018/09/23 19:37:49 public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Black.ufo/glyphs/parenleft.subs.glif b/src/Inter-UI-Black.ufo/glyphs/parenleft.subs.glif new file mode 100644 index 000000000..501509dc0 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/parenleft.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/parenright.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/parenright.dnom.glif index 08383fe6c..feb29d949 100644 --- a/src/Inter-UI-Black.ufo/glyphs/parenright.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/parenright.dnom.glif @@ -1,7 +1,6 @@ - @@ -25,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 + 2018/09/23 19:37:49 public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Black.ufo/glyphs/parenright.subs.glif b/src/Inter-UI-Black.ufo/glyphs/parenright.subs.glif new file mode 100644 index 000000000..137932c2e --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/parenright.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/plus.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/plus.dnom.glif index 254c2a5a3..8b0b5cdf4 100644 --- a/src/Inter-UI-Black.ufo/glyphs/plus.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/plus.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Black.ufo/glyphs/plus.subs.glif b/src/Inter-UI-Black.ufo/glyphs/plus.subs.glif new file mode 100644 index 000000000..ac02ff028 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/plus.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/q.subs.glif b/src/Inter-UI-Black.ufo/glyphs/q.subs.glif new file mode 100644 index 000000000..ebf60f122 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/q.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/r.subs.glif b/src/Inter-UI-Black.ufo/glyphs/r.subs.glif new file mode 100644 index 000000000..f7ea3bab5 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/r.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:44 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/s.subs.glif b/src/Inter-UI-Black.ufo/glyphs/s.subs.glif new file mode 100644 index 000000000..aa9ddbfad --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/s.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:51 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/seven.dnom.glif index 17c6591e2..546a05024 100644 --- a/src/Inter-UI-Black.ufo/glyphs/seven.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/seven.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.sup.glif b/src/Inter-UI-Black.ufo/glyphs/seven.dnomf.glif similarity index 96% rename from src/Inter-UI-Black.ufo/glyphs/seven.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/seven.dnomf.glif index c5f52cd68..c8d2e8cbd 100644 --- a/src/Inter-UI-Black.ufo/glyphs/seven.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/seven.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.frac.glif b/src/Inter-UI-Black.ufo/glyphs/seven.frac.glif index e61684d0d..6d2bea44a 100644 --- a/src/Inter-UI-Black.ufo/glyphs/seven.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/seven.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.numr.glif b/src/Inter-UI-Black.ufo/glyphs/seven.numr.glif index 13823692d..43b169c84 100644 --- a/src/Inter-UI-Black.ufo/glyphs/seven.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/seven.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/seven.subs.glif b/src/Inter-UI-Black.ufo/glyphs/seven.subs.glif new file mode 100644 index 000000000..bc3808ebe --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/seven.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + seven.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + seven.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/seveneighths.glif b/src/Inter-UI-Black.ufo/glyphs/seveneighths.glif index e64d07b66..de1177c2a 100644 --- a/src/Inter-UI-Black.ufo/glyphs/seveneighths.glif +++ b/src/Inter-UI-Black.ufo/glyphs/seveneighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/six.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/six.dnom.glif index 5c9a34545..a04170532 100644 --- a/src/Inter-UI-Black.ufo/glyphs/six.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/six.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/six.sup.glif b/src/Inter-UI-Black.ufo/glyphs/six.dnomf.glif similarity index 98% rename from src/Inter-UI-Black.ufo/glyphs/six.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/six.dnomf.glif index a3ebf7712..69421efe0 100644 --- a/src/Inter-UI-Black.ufo/glyphs/six.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/six.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/six.frac.glif b/src/Inter-UI-Black.ufo/glyphs/six.frac.glif index 430763b0b..baffeb264 100644 --- a/src/Inter-UI-Black.ufo/glyphs/six.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/six.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/six.numr.glif b/src/Inter-UI-Black.ufo/glyphs/six.numr.glif index 7e5e9df74..b3bc62248 100644 --- a/src/Inter-UI-Black.ufo/glyphs/six.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/six.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/six.subs.glif b/src/Inter-UI-Black.ufo/glyphs/six.subs.glif new file mode 100644 index 000000000..068b3361d --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/six.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + six.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + six.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/t.subs.glif b/src/Inter-UI-Black.ufo/glyphs/t.subs.glif new file mode 100644 index 000000000..0d820a2ec --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/t.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:20 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/three.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/three.dnom.glif index 751962b9c..7c9abad3b 100644 --- a/src/Inter-UI-Black.ufo/glyphs/three.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/three.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/three.sup.glif b/src/Inter-UI-Black.ufo/glyphs/three.dnomf.glif similarity index 98% rename from src/Inter-UI-Black.ufo/glyphs/three.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/three.dnomf.glif index 163119b07..2e78e4656 100644 --- a/src/Inter-UI-Black.ufo/glyphs/three.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/three.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/three.frac.glif b/src/Inter-UI-Black.ufo/glyphs/three.frac.glif index dc64c7a58..ecd3306f7 100644 --- a/src/Inter-UI-Black.ufo/glyphs/three.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/three.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/three.numr.glif b/src/Inter-UI-Black.ufo/glyphs/three.numr.glif index bf9d893f6..57a9bc2d2 100644 --- a/src/Inter-UI-Black.ufo/glyphs/three.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/three.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/three.subs.glif b/src/Inter-UI-Black.ufo/glyphs/three.subs.glif new file mode 100644 index 000000000..e1d3ef7ef --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/three.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + three.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/threeeighths.glif b/src/Inter-UI-Black.ufo/glyphs/threeeighths.glif index 2fe92fbc5..145027691 100644 --- a/src/Inter-UI-Black.ufo/glyphs/threeeighths.glif +++ b/src/Inter-UI-Black.ufo/glyphs/threeeighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/threequarters.glif b/src/Inter-UI-Black.ufo/glyphs/threequarters.glif index 6a7e66a01..1a6e00ed5 100644 --- a/src/Inter-UI-Black.ufo/glyphs/threequarters.glif +++ b/src/Inter-UI-Black.ufo/glyphs/threequarters.glif @@ -4,7 +4,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/two.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/two.dnom.glif index 1a745b264..24f802636 100644 --- a/src/Inter-UI-Black.ufo/glyphs/two.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/two.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:58:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/two.sup.glif b/src/Inter-UI-Black.ufo/glyphs/two.dnomf.glif similarity index 97% rename from src/Inter-UI-Black.ufo/glyphs/two.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/two.dnomf.glif index 8ec918722..cc0c38be7 100644 --- a/src/Inter-UI-Black.ufo/glyphs/two.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/two.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/two.frac.glif b/src/Inter-UI-Black.ufo/glyphs/two.frac.glif index 6a83ef097..3227b9e33 100644 --- a/src/Inter-UI-Black.ufo/glyphs/two.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/two.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/two.numr.glif b/src/Inter-UI-Black.ufo/glyphs/two.numr.glif index 43f6d659e..32656dd59 100644 --- a/src/Inter-UI-Black.ufo/glyphs/two.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/two.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/two.subs.glif b/src/Inter-UI-Black.ufo/glyphs/two.subs.glif new file mode 100644 index 000000000..7599213e6 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/two.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + two.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + two.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/u.subs.glif b/src/Inter-UI-Black.ufo/glyphs/u.subs.glif new file mode 100644 index 000000000..0b13554ac --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/u.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:26 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2090.glif b/src/Inter-UI-Black.ufo/glyphs/uni2090.glif deleted file mode 100644 index cb2085426..000000000 --- a/src/Inter-UI-Black.ufo/glyphs/uni2090.glif +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - com.schriftgestaltung.Glyphs.nodeUserData.0.22 - - name - hr00 - - - - diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2091.glif b/src/Inter-UI-Black.ufo/glyphs/uni2091.glif deleted file mode 100644 index d437938f1..000000000 --- a/src/Inter-UI-Black.ufo/glyphs/uni2091.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - com.schriftgestaltung.Glyphs.nodeUserData.0.31 - - name - hr00 - - - - diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2092.glif b/src/Inter-UI-Black.ufo/glyphs/uni2092.glif deleted file mode 100644 index 9b39a3f77..000000000 --- a/src/Inter-UI-Black.ufo/glyphs/uni2092.glif +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2096.glif b/src/Inter-UI-Black.ufo/glyphs/uni2096.glif deleted file mode 100644 index fb060b30a..000000000 --- a/src/Inter-UI-Black.ufo/glyphs/uni2096.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2098.glif b/src/Inter-UI-Black.ufo/glyphs/uni2098.glif deleted file mode 100644 index 52bcba3ef..000000000 --- a/src/Inter-UI-Black.ufo/glyphs/uni2098.glif +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Black.ufo/glyphs/uni2099.glif b/src/Inter-UI-Black.ufo/glyphs/uni2099.glif deleted file mode 100644 index 9e88a81ae..000000000 --- a/src/Inter-UI-Black.ufo/glyphs/uni2099.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Black.ufo/glyphs/uni209A_.glif b/src/Inter-UI-Black.ufo/glyphs/uni209A_.glif deleted file mode 100644 index e222e72f8..000000000 --- a/src/Inter-UI-Black.ufo/glyphs/uni209A_.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Black.ufo/glyphs/uni209C_.glif b/src/Inter-UI-Black.ufo/glyphs/uni209C_.glif deleted file mode 100644 index 385dd210e..000000000 --- a/src/Inter-UI-Black.ufo/glyphs/uni209C_.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Black.ufo/glyphs/v.subs.glif b/src/Inter-UI-Black.ufo/glyphs/v.subs.glif new file mode 100644 index 000000000..e7a4d04f0 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/v.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:32 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/w.subs.glif b/src/Inter-UI-Black.ufo/glyphs/w.subs.glif new file mode 100644 index 000000000..3e38ccb6c --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/w.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/x.subs.glif b/src/Inter-UI-Black.ufo/glyphs/x.subs.glif new file mode 100644 index 000000000..89d5832ac --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/x.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:39 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/y.subs.glif b/src/Inter-UI-Black.ufo/glyphs/y.subs.glif new file mode 100644 index 000000000..e06464a5b --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/y.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/z.subs.glif b/src/Inter-UI-Black.ufo/glyphs/z.subs.glif new file mode 100644 index 000000000..3cbde8bdd --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/z.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.dnom.glif b/src/Inter-UI-Black.ufo/glyphs/zero.dnom.glif index 8e309b5ef..614e7af0d 100644 --- a/src/Inter-UI-Black.ufo/glyphs/zero.dnom.glif +++ b/src/Inter-UI-Black.ufo/glyphs/zero.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:17:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.sup.glif b/src/Inter-UI-Black.ufo/glyphs/zero.dnomf.glif similarity index 97% rename from src/Inter-UI-Black.ufo/glyphs/zero.sup.glif rename to src/Inter-UI-Black.ufo/glyphs/zero.dnomf.glif index 35bf41837..fbdc5dda0 100644 --- a/src/Inter-UI-Black.ufo/glyphs/zero.sup.glif +++ b/src/Inter-UI-Black.ufo/glyphs/zero.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.frac.glif b/src/Inter-UI-Black.ufo/glyphs/zero.frac.glif index 86ac1ff56..584c19ff3 100644 --- a/src/Inter-UI-Black.ufo/glyphs/zero.frac.glif +++ b/src/Inter-UI-Black.ufo/glyphs/zero.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.numr.glif b/src/Inter-UI-Black.ufo/glyphs/zero.numr.glif index b493604cd..b11c44bbc 100644 --- a/src/Inter-UI-Black.ufo/glyphs/zero.numr.glif +++ b/src/Inter-UI-Black.ufo/glyphs/zero.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Black.ufo/glyphs/zero.subs.glif b/src/Inter-UI-Black.ufo/glyphs/zero.subs.glif new file mode 100644 index 000000000..e0a7243f0 --- /dev/null +++ b/src/Inter-UI-Black.ufo/glyphs/zero.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + zero.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + zero.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Black.ufo/groups.plist b/src/Inter-UI-Black.ufo/groups.plist index 86838c9e2..45d3370b2 100644 --- a/src/Inter-UI-Black.ufo/groups.plist +++ b/src/Inter-UI-Black.ufo/groups.plist @@ -513,7 +513,7 @@ public.kern1.eight.subs - eight.sup + eight.dnomf zero.dnom one.dnom two.dnom @@ -1290,7 +1290,7 @@ public.kern2.eight.subs - eight.sup + eight.dnomf zero.dnom one.dnom two.dnom diff --git a/src/Inter-UI-Black.ufo/lib.plist b/src/Inter-UI-Black.ufo/lib.plist index 86969887c..99d96c163 100644 --- a/src/Inter-UI-Black.ufo/lib.plist +++ b/src/Inter-UI-Black.ufo/lib.plist @@ -1378,16 +1378,16 @@ plus.sups minus.sups equal.sups - zero.sup - one.sup - two.sup - three.sup - four.sup - five.sup - six.sup - seven.sup - eight.sup - nine.sup + zero.dnomf + one.dnomf + two.dnomf + three.dnomf + four.dnomf + five.dnomf + six.dnomf + seven.dnomf + eight.dnomf + nine.dnomf fraction zero.dnom one.dnom @@ -2049,17 +2049,9 @@ uniFE2D gammasuper Nsmallcap - uni2098 - uni2099 - uni2090 - uni2091 - uni2092 uni2094 - uni2096 uni02B2.ccmp bridgeinvsubnosp - uni209A - uni209C esh cyrillictic.cn uni1DEE @@ -2185,12 +2177,53 @@ zedieresiscyrillic zhebrevecyrillic zhedieresiscyrillic + a.subs + b.subs + c.subs + d.subs + e.subs + f.subs + g.subs + h.subs + i.subs + j.subs + k.subs + l.subs + m.subs + n.subs + o.subs + p.subs + q.subs + r.subs + s.subs + t.subs + u.subs + v.subs + w.subs + x.subs + y.subs + z.subs Eltail-cy + zero.subs + one.subs + two.subs + three.subs + four.subs + five.subs + six.subs + seven.subs + eight.subs + nine.subs + parenleft.subs + parenright.subs tonebarextrahighmod.cn tonebarextralowmod.cn tonebarhighmod.cn tonebarlowmod.cn tonebarmidmod.cn + plus.subs + minus.subs + equal.subs macronacutecomb.cn macrongravecomb.cn uni1FFE.tonos diff --git a/src/Inter-UI-BlackItalic.ufo/features.fea b/src/Inter-UI-BlackItalic.ufo/features.fea index a7d3d5a22..6f221aa9d 100644 --- a/src/Inter-UI-BlackItalic.ufo/features.fea +++ b/src/Inter-UI-BlackItalic.ufo/features.fea @@ -151,9 +151,9 @@ comma.tf ]; @frac2 = [ zero.frac one.numr two.numr three.numr four.frac five.frac six.frac seven.frac eight.frac nine.frac ]; -@frac3 = [ fraction zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ]; +@frac3 = [ fraction zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf ]; -@frac4 = [ zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ]; +@frac4 = [ zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf ]; @CCMP_ACC = [ gravecomb acutecomb tildecomb brevetildecomb.cn brevehookcomb.cn breveacutecomb.cn circumflextildecomb.cn circumflexhookcomb.cn circumflexgravecomb.cn circumflexacutecomb.cn @@ -846,16 +846,16 @@ feature frac { nine.numr ]; @denominators = [ - zero.sup - one.sup - two.sup - three.sup - four.sup - five.sup - six.sup - seven.sup - eight.sup - nine.sup + zero.dnomf + one.dnomf + two.dnomf + three.dnomf + four.dnomf + five.dnomf + six.dnomf + seven.dnomf + eight.dnomf + nine.dnomf ]; @denominators2 = [ zero.dnom @@ -1182,6 +1182,50 @@ sub [minus minus.case hyphen hyphen.case] by minus.sups; sub [equal equal.case] by equal.sups; } sups; +feature subs { +sub a by a.subs; +sub b by b.subs; +sub c by c.subs; +sub d by d.subs; +sub e by e.subs; +sub f by f.subs; +sub g by g.subs; +sub h by h.subs; +sub i by i.subs; +sub j by j.subs; +sub k by k.subs; +sub l by l.subs; +sub m by m.subs; +sub n by n.subs; +sub o by o.subs; +sub p by p.subs; +sub q by q.subs; +sub r by r.subs; +sub s by s.subs; +sub t by t.subs; +sub u by u.subs; +sub v by v.subs; +sub w by w.subs; +sub x by x.subs; +sub y by y.subs; +sub z by z.subs; +sub [zero zero.slash] by zero.subs; +sub [one one.ss01] by one.subs; +sub two by two.subs; +sub three by three.subs; +sub [four four.ss01] by four.subs; +sub five by five.subs; +sub [six six.ss01] by six.subs; +sub seven by seven.subs; +sub eight by eight.subs; +sub [nine nine.ss01] by nine.subs; +sub [parenleft parenleft.case] by parenleft.subs; +sub [parenright parenright.case] by parenright.subs; +sub [plus plus.case] by plus.subs; +sub [minus minus.case hyphen hyphen.case] by minus.subs; +sub [equal equal.case] by equal.subs; +} subs; + feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; diff --git a/src/Inter-UI-BlackItalic.ufo/fontinfo.plist b/src/Inter-UI-BlackItalic.ufo/fontinfo.plist index 97ec5707f..77ae28a8b 100644 --- a/src/Inter-UI-BlackItalic.ufo/fontinfo.plist +++ b/src/Inter-UI-BlackItalic.ufo/fontinfo.plist @@ -105,9 +105,9 @@ openTypeNameSampleText openTypeNameUniqueID - Inter UI Black Italic Italic:2018:410438e7 + Inter UI Black Italic Italic:2018:9b7c9e81 openTypeNameVersion - 3.0;410438e7 + 3.0;9b7c9e81 openTypeOS2CodePageRanges 0 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/a.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/a.subs.glif new file mode 100644 index 000000000..82c4ff146 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/a.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:42:46 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/b.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/b.subs.glif new file mode 100644 index 000000000..1aaa76544 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/b.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:11 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/c.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/c.subs.glif new file mode 100644 index 000000000..37fa6cca0 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/c.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/contents.plist b/src/Inter-UI-BlackItalic.ufo/glyphs/contents.plist index 42769c121..d099a7bcc 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/contents.plist +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/contents.plist @@ -878,6 +878,8 @@ Z_linebelow.glif a a.glif + a.subs + a.subs.glif a.sups a.sups.glif aacute @@ -1162,6 +1164,8 @@ austral.glif b b.glif + b.subs + b.subs.glif b.sups b.sups.glif babygamma @@ -1248,6 +1252,8 @@ bullseye.glif c c.glif + c.subs + c.subs.glif c.sups c.sups.glif cacute @@ -1396,6 +1402,8 @@ cyrillictic.cn.glif d d.glif + d.subs + d.subs.glif d.sups d.sups.glif dagger @@ -1522,6 +1530,8 @@ dzhecyrillic.glif e e.glif + e.subs + e.subs.glif e.sups e.sups.glif eacute @@ -1566,12 +1576,14 @@ eight.glif eight.dnom eight.dnom.glif + eight.dnomf + eight.dnomf.glif eight.frac eight.frac.glif eight.numr eight.numr.glif - eight.sup - eight.sup.glif + eight.subs + eight.subs.glif eight.sups eight.sups.glif eight.tf @@ -1650,6 +1662,8 @@ equal.dnom.glif equal.numr equal.numr.glif + equal.subs + equal.subs.glif equal.sups equal.sups.glif ercyrillic @@ -1708,6 +1722,8 @@ ezhtail.glif f f.glif + f.subs + f.subs.glif f.sups f.sups.glif fdotaccent @@ -1734,12 +1750,14 @@ five.glif five.dnom five.dnom.glif + five.dnomf + five.dnomf.glif five.frac five.frac.glif five.numr five.numr.glif - five.sup - five.sup.glif + five.subs + five.subs.glif five.sups five.sups.glif five.tf @@ -1756,14 +1774,16 @@ four.glif four.dnom four.dnom.glif + four.dnomf + four.dnomf.glif four.frac four.frac.glif four.numr four.numr.glif four.ss01 four.ss01.glif - four.sup - four.sup.glif + four.subs + four.subs.glif four.sups four.sups.glif four.tf @@ -1780,6 +1800,8 @@ franc.glif g g.glif + g.subs + g.subs.glif g.sups g.sups.glif gacute @@ -1864,6 +1886,8 @@ guilsinglright.glif h h.glif + h.subs + h.subs.glif h.sups h.sups.glif haabkhasiancyrillic @@ -1934,6 +1958,8 @@ i.glif i.numr i.numr.glif + i.subs + i.subs.glif i.sups i.sups.glif iacute @@ -2018,6 +2044,8 @@ izhitsadblgravecyrillic.glif j j.glif + j.subs + j.subs.glif j.sups j.sups.glif jcaron @@ -2038,6 +2066,8 @@ jhookdblbar.glif k k.glif + k.subs + k.subs.glif k.sups k.sups.glif kabashkircyrillic @@ -2088,6 +2118,8 @@ kturn.glif l l.glif + l.subs + l.subs.glif l.sups l.sups.glif lacute @@ -2156,6 +2188,8 @@ lyogh.glif m m.glif + m.subs + m.subs.glif m.sups m.sups.glif macron @@ -2204,6 +2238,8 @@ minus.dnomnosp.glif minus.numr minus.numr.glif + minus.subs + minus.subs.glif minus.sups minus.sups.glif minusmod @@ -2224,6 +2260,8 @@ n.glif n.numr n.numr.glif + n.subs + n.subs.glif n.sups n.sups.glif nacute @@ -2248,14 +2286,16 @@ nine.glif nine.dnom nine.dnom.glif + nine.dnomf + nine.dnomf.glif nine.frac nine.frac.glif nine.numr nine.numr.glif nine.ss01 nine.ss01.glif - nine.sup - nine.sup.glif + nine.subs + nine.subs.glif nine.sups nine.sups.glif nine.tf @@ -2294,6 +2334,8 @@ numero.glif o o.glif + o.subs + o.subs.glif o.sups o.sups.glif oacute @@ -2384,14 +2426,16 @@ one.glif one.dnom one.dnom.glif + one.dnomf + one.dnomf.glif one.frac one.frac.glif one.numr one.numr.glif one.ss01 one.ss01.glif - one.sup - one.sup.glif + one.subs + one.subs.glif one.sups one.sups.glif one.tf @@ -2444,6 +2488,8 @@ overscorenosp.glif p p.glif + p.subs + p.subs.glif p.sups p.sups.glif pacute @@ -2462,6 +2508,8 @@ parenleft.dnom.glif parenleft.numr parenleft.numr.glif + parenleft.subs + parenleft.subs.glif parenleft.sups parenleft.sups.glif parenright @@ -2472,6 +2520,8 @@ parenright.dnom.glif parenright.numr parenright.numr.glif + parenright.subs + parenright.subs.glif parenright.sups parenright.sups.glif partialdiff @@ -2530,6 +2580,8 @@ plus.dnomnosp.glif plus.numr plus.numr.glif + plus.subs + plus.subs.glif plus.sups plus.sups.glif plusminus @@ -2560,6 +2612,8 @@ punctuationspace.glif q q.glif + q.subs + q.subs.glif q.sups q.sups.glif qhook @@ -2598,6 +2652,8 @@ quotesingle.glif r r.glif + r.subs + r.subs.glif r.sups r.sups.glif racute @@ -2706,6 +2762,8 @@ rupee.glif s s.glif + s.subs + s.subs.glif s.sups s.sups.glif sacute @@ -2754,12 +2812,14 @@ seven.glif seven.dnom seven.dnom.glif + seven.dnomf + seven.dnomf.glif seven.frac seven.frac.glif seven.numr seven.numr.glif - seven.sup - seven.sup.glif + seven.subs + seven.subs.glif seven.sups seven.sups.glif seven.tf @@ -2784,14 +2844,16 @@ six.glif six.dnom six.dnom.glif + six.dnomf + six.dnomf.glif six.frac six.frac.glif six.numr six.numr.glif six.ss01 six.ss01.glif - six.sup - six.sup.glif + six.subs + six.subs.glif six.sups six.sups.glif six.tf @@ -2832,6 +2894,8 @@ summation.glif t t.glif + t.subs + t.subs.glif t.sups t.sups.glif tackdownsubnosp @@ -2894,12 +2958,14 @@ three.glif three.dnom three.dnom.glif + three.dnomf + three.dnomf.glif three.frac three.frac.glif three.numr three.numr.glif - three.sup - three.sup.glif + three.subs + three.subs.glif three.sups three.sups.glif three.tf @@ -2988,12 +3054,14 @@ two.glif two.dnom two.dnom.glif + two.dnomf + two.dnomf.glif two.frac two.frac.glif two.numr two.numr.glif - two.sup - two.sup.glif + two.subs + two.subs.glif two.sups two.sups.glif two.tf @@ -3006,6 +3074,8 @@ twostroke.glif u u.glif + u.subs + u.subs.glif u.sups u.sups.glif uacute @@ -4112,24 +4182,8 @@ uni205F_.glif uni2071.ccmp uni2071.ccmp.glif - uni2090 - uni2090.glif - uni2091 - uni2091.glif - uni2092 - uni2092.glif uni2094 uni2094.glif - uni2096 - uni2096.glif - uni2098 - uni2098.glif - uni2099 - uni2099.glif - uni209A - uni209A_.glif - uni209C - uni209C_.glif uni20AF uni20A_F_.glif uni20B0 @@ -4276,6 +4330,8 @@ utildebelow.glif v v.glif + v.subs + v.subs.glif v.sups v.sups.glif vdotbelow @@ -4296,6 +4352,8 @@ vturn.glif w w.glif + w.subs + w.subs.glif w.sups w.sups.glif wacute @@ -4320,6 +4378,8 @@ wynn.glif x x.glif + x.subs + x.subs.glif x.sups x.sups.glif xdieresis @@ -4332,6 +4392,8 @@ xsupnosp.glif y y.glif + y.subs + y.subs.glif y.sups y.sups.glif yacute @@ -4380,6 +4442,8 @@ yuslittleiotifiedcyrillic.glif z z.glif + z.subs + z.subs.glif z.sups z.sups.glif zacute @@ -4406,14 +4470,16 @@ zero.glif zero.dnom zero.dnom.glif + zero.dnomf + zero.dnomf.glif zero.frac zero.frac.glif zero.numr zero.numr.glif zero.slash zero.slash.glif - zero.sup - zero.sup.glif + zero.subs + zero.subs.glif zero.sups zero.sups.glif zero.tf diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/d.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/d.subs.glif new file mode 100644 index 000000000..17524dbd6 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/d.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/e.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/e.subs.glif new file mode 100644 index 000000000..bc665d7d8 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/e.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:49 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.dnom.glif index 1701e9a6f..74eb8e6c4 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 23:40:33 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.dnomf.glif similarity index 98% rename from src/Inter-UI-BlackItalic.ufo/glyphs/eight.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/eight.dnomf.glif index 7fc9cb17c..523e183c0 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.frac.glif index f864919ef..bfece0c33 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.numr.glif index e0be97f4a..a186ed885 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/eight.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.subs.glif new file mode 100644 index 000000000..2a710cd59 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/eight.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + eight.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + eight.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/equal.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/equal.dnom.glif index b63f3c237..5fcd9751e 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/equal.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/equal.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/equal.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/equal.subs.glif new file mode 100644 index 000000000..1c72736fa --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/equal.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/f.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/f.subs.glif new file mode 100644 index 000000000..504f1252b --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/f.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/five.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/five.dnom.glif index a6d17ed5f..69ac6556d 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/five.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/five.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/five.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/five.dnomf.glif similarity index 97% rename from src/Inter-UI-BlackItalic.ufo/glyphs/five.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/five.dnomf.glif index f7cf37faa..360e42314 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/five.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/five.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/five.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/five.frac.glif index 46c3c87f5..58246ec5e 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/five.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/five.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/five.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/five.numr.glif index 085c55e31..a580626b1 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/five.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/five.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/five.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/five.subs.glif new file mode 100644 index 000000000..f54e8790d --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/five.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + five.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + five.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/fiveeighths.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/fiveeighths.glif index 703db0580..52b616f1a 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/fiveeighths.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/fiveeighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/fivesixths.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/fivesixths.glif index 4c77745e3..6d4822a23 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/fivesixths.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/fivesixths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/four.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/four.dnom.glif index 238c6a1b2..5a2c1bd64 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/four.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/four.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/four.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/four.dnomf.glif similarity index 97% rename from src/Inter-UI-BlackItalic.ufo/glyphs/four.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/four.dnomf.glif index a1e5f45bb..627dabb15 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/four.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/four.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/four.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/four.frac.glif index f32e9b2f0..40cf5ec9b 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/four.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/four.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/four.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/four.numr.glif index c5027c992..2b406de21 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/four.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/four.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/four.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/four.subs.glif new file mode 100644 index 000000000..b2f4091c7 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/four.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + four.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + four.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/fraction.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/fraction.glif index 09c27ebfa..df2a4c79b 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/fraction.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/fraction.glif @@ -3,7 +3,7 @@ -Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .sup +Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .dnomf diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/g.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/g.subs.glif new file mode 100644 index 000000000..bc08a8f58 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/g.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/h.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/h.subs.glif new file mode 100644 index 000000000..b703be102 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/h.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:56 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/i.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/i.subs.glif new file mode 100644 index 000000000..e738d65fa --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/i.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:04 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/j.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/j.subs.glif new file mode 100644 index 000000000..dc1c07afc --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/j.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:10 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/k.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/k.subs.glif new file mode 100644 index 000000000..78954ef11 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/k.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:57 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/l.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/l.subs.glif new file mode 100644 index 000000000..8484e8d60 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/l.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:48:02 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/m.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/m.subs.glif new file mode 100644 index 000000000..27a0ebd98 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/m.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:48:42 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/minus.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/minus.dnom.glif index af8185858..49aea0a03 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/minus.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/minus.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/minus.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/minus.subs.glif new file mode 100644 index 000000000..5644380d6 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/minus.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/n.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/n.subs.glif new file mode 100644 index 000000000..889568f0d --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/n.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:49:19 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.dnom.glif index 923921995..62982fba0 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 23:51:43 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.dnomf.glif similarity index 70% rename from src/Inter-UI-BlackItalic.ufo/glyphs/nine.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/nine.dnomf.glif index d6bcbb4e5..19ea233e4 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.dnomf.glif @@ -1,8 +1,8 @@ - + - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.frac.glif index 105d123ab..01fd61e52 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.numr.glif index 35ce47381..ed04c4952 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/nine.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.subs.glif new file mode 100644 index 000000000..493597e2e --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/nine.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + nine.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + nine.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/o.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/o.subs.glif new file mode 100644 index 000000000..59a5f9bd9 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/o.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:49:58 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/one.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/one.dnom.glif index e0897e35c..0baf45ece 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/one.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/one.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:17:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/one.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/one.dnomf.glif similarity index 96% rename from src/Inter-UI-BlackItalic.ufo/glyphs/one.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/one.dnomf.glif index 532543781..0deebda79 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/one.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/one.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/one.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/one.frac.glif index fb43bd196..5255e5ae1 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/one.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/one.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/one.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/one.numr.glif index ea1ec1b5c..d3f0d73d2 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/one.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/one.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/one.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/one.subs.glif new file mode 100644 index 000000000..b66f86c9e --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/one.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + one.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/oneeighth.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/oneeighth.glif index df4f570cb..868410646 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/oneeighth.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/oneeighth.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/onehalf.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/onehalf.glif index f528d2b83..89bbf13d4 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/onehalf.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/onehalf.glif @@ -6,7 +6,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/onequarter.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/onequarter.glif index 362cee905..4abc56264 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/onequarter.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/onequarter.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/p.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/p.subs.glif new file mode 100644 index 000000000..a9e1353bd --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/p.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:36 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/parenleft.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/parenleft.dnom.glif index 1e2c401ad..2d7913c7a 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/parenleft.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/parenleft.dnom.glif @@ -1,7 +1,6 @@ - @@ -25,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 + 2018/09/23 19:37:49 public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/parenleft.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/parenleft.subs.glif new file mode 100644 index 000000000..0451a495b --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/parenleft.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/parenright.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/parenright.dnom.glif index 4e24a0c48..c409e0a2c 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/parenright.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/parenright.dnom.glif @@ -1,7 +1,6 @@ - @@ -25,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 + 2018/09/23 19:37:49 public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/parenright.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/parenright.subs.glif new file mode 100644 index 000000000..4b14e8581 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/parenright.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/plus.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/plus.dnom.glif index 9f45deffd..26f8ced23 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/plus.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/plus.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/plus.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/plus.subs.glif new file mode 100644 index 000000000..f79f4a573 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/plus.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/q.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/q.subs.glif new file mode 100644 index 000000000..03cd9fb76 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/q.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/r.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/r.subs.glif new file mode 100644 index 000000000..281cf7085 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/r.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:44 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/s.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/s.subs.glif new file mode 100644 index 000000000..d889c92b2 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/s.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:51 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.dnom.glif index fb2a18e22..4f45117ff 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.dnomf.glif similarity index 95% rename from src/Inter-UI-BlackItalic.ufo/glyphs/seven.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/seven.dnomf.glif index 60e6cb533..5126c4fdf 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.frac.glif index fa7e28178..501c407b1 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.numr.glif index a8f273bd5..91a6d0aa6 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/seven.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.subs.glif new file mode 100644 index 000000000..41f3015cc --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/seven.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + seven.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + seven.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/seveneighths.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/seveneighths.glif index b3d32adc9..60bc2d0e3 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/seveneighths.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/seveneighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/six.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/six.dnom.glif index 4ea85153b..103dbb94a 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/six.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/six.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/six.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/six.dnomf.glif similarity index 98% rename from src/Inter-UI-BlackItalic.ufo/glyphs/six.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/six.dnomf.glif index 48e62123a..5d8d1f22d 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/six.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/six.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/six.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/six.frac.glif index 21846f5fc..fcd72eb3d 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/six.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/six.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/six.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/six.numr.glif index e4c7b2d05..9cb82e424 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/six.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/six.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/six.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/six.subs.glif new file mode 100644 index 000000000..7cce0d507 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/six.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + six.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + six.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/t.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/t.subs.glif new file mode 100644 index 000000000..3234bebd7 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/t.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:20 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/three.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/three.dnom.glif index 36083746e..81cc83b18 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/three.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/three.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/three.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/three.dnomf.glif similarity index 98% rename from src/Inter-UI-BlackItalic.ufo/glyphs/three.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/three.dnomf.glif index 7a1b020e6..f716b13e8 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/three.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/three.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/three.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/three.frac.glif index 75b2eff46..42817cd16 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/three.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/three.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/three.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/three.numr.glif index 152af95b2..091ed64fc 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/three.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/three.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/three.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/three.subs.glif new file mode 100644 index 000000000..cf8e8466e --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/three.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + three.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/threeeighths.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/threeeighths.glif index 331f23c6e..2a8aa07c4 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/threeeighths.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/threeeighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/threequarters.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/threequarters.glif index aae40eaf2..f377ad3e5 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/threequarters.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/threequarters.glif @@ -4,7 +4,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/two.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/two.dnom.glif index e949f05b1..8a394e79f 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/two.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/two.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:58:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/two.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/two.dnomf.glif similarity index 97% rename from src/Inter-UI-BlackItalic.ufo/glyphs/two.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/two.dnomf.glif index 318ebb644..1fef5a31f 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/two.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/two.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/two.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/two.frac.glif index d293458c9..0e4ca7d26 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/two.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/two.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/two.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/two.numr.glif index 1bd93ccdd..7a744ca64 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/two.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/two.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/two.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/two.subs.glif new file mode 100644 index 000000000..bc7d60e96 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/two.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + two.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + two.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/u.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/u.subs.glif new file mode 100644 index 000000000..c72c5e6d1 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/u.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:26 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2090.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni2090.glif deleted file mode 100644 index 358192d68..000000000 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2090.glif +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - com.schriftgestaltung.Glyphs.nodeUserData.0.22 - - name - hr00 - - - - diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2091.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni2091.glif deleted file mode 100644 index e2727ba52..000000000 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2091.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - com.schriftgestaltung.Glyphs.nodeUserData.0.31 - - name - hr00 - - - - diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2092.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni2092.glif deleted file mode 100644 index 049fe9552..000000000 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2092.glif +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2096.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni2096.glif deleted file mode 100644 index 89f883b4c..000000000 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2096.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2098.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni2098.glif deleted file mode 100644 index 4b9bd897e..000000000 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2098.glif +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2099.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni2099.glif deleted file mode 100644 index a080e5c68..000000000 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni2099.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni209A_.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni209A_.glif deleted file mode 100644 index b3fa1b556..000000000 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni209A_.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/uni209C_.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/uni209C_.glif deleted file mode 100644 index 443647033..000000000 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/uni209C_.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/v.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/v.subs.glif new file mode 100644 index 000000000..00092caec --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/v.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:32 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/w.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/w.subs.glif new file mode 100644 index 000000000..3fd8400da --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/w.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/x.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/x.subs.glif new file mode 100644 index 000000000..2be55a9c1 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/x.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:39 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/y.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/y.subs.glif new file mode 100644 index 000000000..24cf806c3 --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/y.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/z.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/z.subs.glif new file mode 100644 index 000000000..2bdeef12a --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/z.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.dnom.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.dnom.glif index 6e0abed01..1c8401e84 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.dnom.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:17:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.sup.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.dnomf.glif similarity index 97% rename from src/Inter-UI-BlackItalic.ufo/glyphs/zero.sup.glif rename to src/Inter-UI-BlackItalic.ufo/glyphs/zero.dnomf.glif index c3d5c5a12..62fea667d 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.sup.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.frac.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.frac.glif index f1a53fd9d..c62736c97 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.frac.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.numr.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.numr.glif index 57becef3d..8dc8808e1 100644 --- a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.numr.glif +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-BlackItalic.ufo/glyphs/zero.subs.glif b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.subs.glif new file mode 100644 index 000000000..9f279746e --- /dev/null +++ b/src/Inter-UI-BlackItalic.ufo/glyphs/zero.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + zero.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + zero.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-BlackItalic.ufo/groups.plist b/src/Inter-UI-BlackItalic.ufo/groups.plist index 86838c9e2..45d3370b2 100644 --- a/src/Inter-UI-BlackItalic.ufo/groups.plist +++ b/src/Inter-UI-BlackItalic.ufo/groups.plist @@ -513,7 +513,7 @@ public.kern1.eight.subs - eight.sup + eight.dnomf zero.dnom one.dnom two.dnom @@ -1290,7 +1290,7 @@ public.kern2.eight.subs - eight.sup + eight.dnomf zero.dnom one.dnom two.dnom diff --git a/src/Inter-UI-BlackItalic.ufo/lib.plist b/src/Inter-UI-BlackItalic.ufo/lib.plist index 944c9db5d..3574ef6a8 100644 --- a/src/Inter-UI-BlackItalic.ufo/lib.plist +++ b/src/Inter-UI-BlackItalic.ufo/lib.plist @@ -1374,16 +1374,16 @@ plus.sups minus.sups equal.sups - zero.sup - one.sup - two.sup - three.sup - four.sup - five.sup - six.sup - seven.sup - eight.sup - nine.sup + zero.dnomf + one.dnomf + two.dnomf + three.dnomf + four.dnomf + five.dnomf + six.dnomf + seven.dnomf + eight.dnomf + nine.dnomf fraction zero.dnom one.dnom @@ -2045,17 +2045,9 @@ uniFE2D gammasuper Nsmallcap - uni2098 - uni2099 - uni2090 - uni2091 - uni2092 uni2094 - uni2096 uni02B2.ccmp bridgeinvsubnosp - uni209A - uni209C esh cyrillictic.cn uni1DEE @@ -2181,12 +2173,53 @@ zedieresiscyrillic zhebrevecyrillic zhedieresiscyrillic + a.subs + b.subs + c.subs + d.subs + e.subs + f.subs + g.subs + h.subs + i.subs + j.subs + k.subs + l.subs + m.subs + n.subs + o.subs + p.subs + q.subs + r.subs + s.subs + t.subs + u.subs + v.subs + w.subs + x.subs + y.subs + z.subs Eltail-cy + zero.subs + one.subs + two.subs + three.subs + four.subs + five.subs + six.subs + seven.subs + eight.subs + nine.subs + parenleft.subs + parenright.subs tonebarextrahighmod.cn tonebarextralowmod.cn tonebarhighmod.cn tonebarlowmod.cn tonebarmidmod.cn + plus.subs + minus.subs + equal.subs macronacutecomb.cn macrongravecomb.cn uni1FFE.tonos diff --git a/src/Inter-UI-Italic.ufo/features.fea b/src/Inter-UI-Italic.ufo/features.fea index a7d3d5a22..6f221aa9d 100644 --- a/src/Inter-UI-Italic.ufo/features.fea +++ b/src/Inter-UI-Italic.ufo/features.fea @@ -151,9 +151,9 @@ comma.tf ]; @frac2 = [ zero.frac one.numr two.numr three.numr four.frac five.frac six.frac seven.frac eight.frac nine.frac ]; -@frac3 = [ fraction zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ]; +@frac3 = [ fraction zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf ]; -@frac4 = [ zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ]; +@frac4 = [ zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf ]; @CCMP_ACC = [ gravecomb acutecomb tildecomb brevetildecomb.cn brevehookcomb.cn breveacutecomb.cn circumflextildecomb.cn circumflexhookcomb.cn circumflexgravecomb.cn circumflexacutecomb.cn @@ -846,16 +846,16 @@ feature frac { nine.numr ]; @denominators = [ - zero.sup - one.sup - two.sup - three.sup - four.sup - five.sup - six.sup - seven.sup - eight.sup - nine.sup + zero.dnomf + one.dnomf + two.dnomf + three.dnomf + four.dnomf + five.dnomf + six.dnomf + seven.dnomf + eight.dnomf + nine.dnomf ]; @denominators2 = [ zero.dnom @@ -1182,6 +1182,50 @@ sub [minus minus.case hyphen hyphen.case] by minus.sups; sub [equal equal.case] by equal.sups; } sups; +feature subs { +sub a by a.subs; +sub b by b.subs; +sub c by c.subs; +sub d by d.subs; +sub e by e.subs; +sub f by f.subs; +sub g by g.subs; +sub h by h.subs; +sub i by i.subs; +sub j by j.subs; +sub k by k.subs; +sub l by l.subs; +sub m by m.subs; +sub n by n.subs; +sub o by o.subs; +sub p by p.subs; +sub q by q.subs; +sub r by r.subs; +sub s by s.subs; +sub t by t.subs; +sub u by u.subs; +sub v by v.subs; +sub w by w.subs; +sub x by x.subs; +sub y by y.subs; +sub z by z.subs; +sub [zero zero.slash] by zero.subs; +sub [one one.ss01] by one.subs; +sub two by two.subs; +sub three by three.subs; +sub [four four.ss01] by four.subs; +sub five by five.subs; +sub [six six.ss01] by six.subs; +sub seven by seven.subs; +sub eight by eight.subs; +sub [nine nine.ss01] by nine.subs; +sub [parenleft parenleft.case] by parenleft.subs; +sub [parenright parenright.case] by parenright.subs; +sub [plus plus.case] by plus.subs; +sub [minus minus.case hyphen hyphen.case] by minus.subs; +sub [equal equal.case] by equal.subs; +} subs; + feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; diff --git a/src/Inter-UI-Italic.ufo/fontinfo.plist b/src/Inter-UI-Italic.ufo/fontinfo.plist index 178266186..eb5096987 100644 --- a/src/Inter-UI-Italic.ufo/fontinfo.plist +++ b/src/Inter-UI-Italic.ufo/fontinfo.plist @@ -105,9 +105,9 @@ openTypeNameSampleText openTypeNameUniqueID - Inter UI Italic:2018:410438e7 + Inter UI Italic:2018:9b7c9e81 openTypeNameVersion - 3.0;410438e7 + 3.0;9b7c9e81 openTypeOS2CodePageRanges 0 diff --git a/src/Inter-UI-Italic.ufo/glyphs/a.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/a.subs.glif new file mode 100644 index 000000000..a4a56e5db --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/a.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:42:46 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/b.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/b.subs.glif new file mode 100644 index 000000000..97339d9b0 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/b.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:11 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/c.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/c.subs.glif new file mode 100644 index 000000000..25af5d6bd --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/c.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/contents.plist b/src/Inter-UI-Italic.ufo/glyphs/contents.plist index 42769c121..d099a7bcc 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/contents.plist +++ b/src/Inter-UI-Italic.ufo/glyphs/contents.plist @@ -878,6 +878,8 @@ Z_linebelow.glif a a.glif + a.subs + a.subs.glif a.sups a.sups.glif aacute @@ -1162,6 +1164,8 @@ austral.glif b b.glif + b.subs + b.subs.glif b.sups b.sups.glif babygamma @@ -1248,6 +1252,8 @@ bullseye.glif c c.glif + c.subs + c.subs.glif c.sups c.sups.glif cacute @@ -1396,6 +1402,8 @@ cyrillictic.cn.glif d d.glif + d.subs + d.subs.glif d.sups d.sups.glif dagger @@ -1522,6 +1530,8 @@ dzhecyrillic.glif e e.glif + e.subs + e.subs.glif e.sups e.sups.glif eacute @@ -1566,12 +1576,14 @@ eight.glif eight.dnom eight.dnom.glif + eight.dnomf + eight.dnomf.glif eight.frac eight.frac.glif eight.numr eight.numr.glif - eight.sup - eight.sup.glif + eight.subs + eight.subs.glif eight.sups eight.sups.glif eight.tf @@ -1650,6 +1662,8 @@ equal.dnom.glif equal.numr equal.numr.glif + equal.subs + equal.subs.glif equal.sups equal.sups.glif ercyrillic @@ -1708,6 +1722,8 @@ ezhtail.glif f f.glif + f.subs + f.subs.glif f.sups f.sups.glif fdotaccent @@ -1734,12 +1750,14 @@ five.glif five.dnom five.dnom.glif + five.dnomf + five.dnomf.glif five.frac five.frac.glif five.numr five.numr.glif - five.sup - five.sup.glif + five.subs + five.subs.glif five.sups five.sups.glif five.tf @@ -1756,14 +1774,16 @@ four.glif four.dnom four.dnom.glif + four.dnomf + four.dnomf.glif four.frac four.frac.glif four.numr four.numr.glif four.ss01 four.ss01.glif - four.sup - four.sup.glif + four.subs + four.subs.glif four.sups four.sups.glif four.tf @@ -1780,6 +1800,8 @@ franc.glif g g.glif + g.subs + g.subs.glif g.sups g.sups.glif gacute @@ -1864,6 +1886,8 @@ guilsinglright.glif h h.glif + h.subs + h.subs.glif h.sups h.sups.glif haabkhasiancyrillic @@ -1934,6 +1958,8 @@ i.glif i.numr i.numr.glif + i.subs + i.subs.glif i.sups i.sups.glif iacute @@ -2018,6 +2044,8 @@ izhitsadblgravecyrillic.glif j j.glif + j.subs + j.subs.glif j.sups j.sups.glif jcaron @@ -2038,6 +2066,8 @@ jhookdblbar.glif k k.glif + k.subs + k.subs.glif k.sups k.sups.glif kabashkircyrillic @@ -2088,6 +2118,8 @@ kturn.glif l l.glif + l.subs + l.subs.glif l.sups l.sups.glif lacute @@ -2156,6 +2188,8 @@ lyogh.glif m m.glif + m.subs + m.subs.glif m.sups m.sups.glif macron @@ -2204,6 +2238,8 @@ minus.dnomnosp.glif minus.numr minus.numr.glif + minus.subs + minus.subs.glif minus.sups minus.sups.glif minusmod @@ -2224,6 +2260,8 @@ n.glif n.numr n.numr.glif + n.subs + n.subs.glif n.sups n.sups.glif nacute @@ -2248,14 +2286,16 @@ nine.glif nine.dnom nine.dnom.glif + nine.dnomf + nine.dnomf.glif nine.frac nine.frac.glif nine.numr nine.numr.glif nine.ss01 nine.ss01.glif - nine.sup - nine.sup.glif + nine.subs + nine.subs.glif nine.sups nine.sups.glif nine.tf @@ -2294,6 +2334,8 @@ numero.glif o o.glif + o.subs + o.subs.glif o.sups o.sups.glif oacute @@ -2384,14 +2426,16 @@ one.glif one.dnom one.dnom.glif + one.dnomf + one.dnomf.glif one.frac one.frac.glif one.numr one.numr.glif one.ss01 one.ss01.glif - one.sup - one.sup.glif + one.subs + one.subs.glif one.sups one.sups.glif one.tf @@ -2444,6 +2488,8 @@ overscorenosp.glif p p.glif + p.subs + p.subs.glif p.sups p.sups.glif pacute @@ -2462,6 +2508,8 @@ parenleft.dnom.glif parenleft.numr parenleft.numr.glif + parenleft.subs + parenleft.subs.glif parenleft.sups parenleft.sups.glif parenright @@ -2472,6 +2520,8 @@ parenright.dnom.glif parenright.numr parenright.numr.glif + parenright.subs + parenright.subs.glif parenright.sups parenright.sups.glif partialdiff @@ -2530,6 +2580,8 @@ plus.dnomnosp.glif plus.numr plus.numr.glif + plus.subs + plus.subs.glif plus.sups plus.sups.glif plusminus @@ -2560,6 +2612,8 @@ punctuationspace.glif q q.glif + q.subs + q.subs.glif q.sups q.sups.glif qhook @@ -2598,6 +2652,8 @@ quotesingle.glif r r.glif + r.subs + r.subs.glif r.sups r.sups.glif racute @@ -2706,6 +2762,8 @@ rupee.glif s s.glif + s.subs + s.subs.glif s.sups s.sups.glif sacute @@ -2754,12 +2812,14 @@ seven.glif seven.dnom seven.dnom.glif + seven.dnomf + seven.dnomf.glif seven.frac seven.frac.glif seven.numr seven.numr.glif - seven.sup - seven.sup.glif + seven.subs + seven.subs.glif seven.sups seven.sups.glif seven.tf @@ -2784,14 +2844,16 @@ six.glif six.dnom six.dnom.glif + six.dnomf + six.dnomf.glif six.frac six.frac.glif six.numr six.numr.glif six.ss01 six.ss01.glif - six.sup - six.sup.glif + six.subs + six.subs.glif six.sups six.sups.glif six.tf @@ -2832,6 +2894,8 @@ summation.glif t t.glif + t.subs + t.subs.glif t.sups t.sups.glif tackdownsubnosp @@ -2894,12 +2958,14 @@ three.glif three.dnom three.dnom.glif + three.dnomf + three.dnomf.glif three.frac three.frac.glif three.numr three.numr.glif - three.sup - three.sup.glif + three.subs + three.subs.glif three.sups three.sups.glif three.tf @@ -2988,12 +3054,14 @@ two.glif two.dnom two.dnom.glif + two.dnomf + two.dnomf.glif two.frac two.frac.glif two.numr two.numr.glif - two.sup - two.sup.glif + two.subs + two.subs.glif two.sups two.sups.glif two.tf @@ -3006,6 +3074,8 @@ twostroke.glif u u.glif + u.subs + u.subs.glif u.sups u.sups.glif uacute @@ -4112,24 +4182,8 @@ uni205F_.glif uni2071.ccmp uni2071.ccmp.glif - uni2090 - uni2090.glif - uni2091 - uni2091.glif - uni2092 - uni2092.glif uni2094 uni2094.glif - uni2096 - uni2096.glif - uni2098 - uni2098.glif - uni2099 - uni2099.glif - uni209A - uni209A_.glif - uni209C - uni209C_.glif uni20AF uni20A_F_.glif uni20B0 @@ -4276,6 +4330,8 @@ utildebelow.glif v v.glif + v.subs + v.subs.glif v.sups v.sups.glif vdotbelow @@ -4296,6 +4352,8 @@ vturn.glif w w.glif + w.subs + w.subs.glif w.sups w.sups.glif wacute @@ -4320,6 +4378,8 @@ wynn.glif x x.glif + x.subs + x.subs.glif x.sups x.sups.glif xdieresis @@ -4332,6 +4392,8 @@ xsupnosp.glif y y.glif + y.subs + y.subs.glif y.sups y.sups.glif yacute @@ -4380,6 +4442,8 @@ yuslittleiotifiedcyrillic.glif z z.glif + z.subs + z.subs.glif z.sups z.sups.glif zacute @@ -4406,14 +4470,16 @@ zero.glif zero.dnom zero.dnom.glif + zero.dnomf + zero.dnomf.glif zero.frac zero.frac.glif zero.numr zero.numr.glif zero.slash zero.slash.glif - zero.sup - zero.sup.glif + zero.subs + zero.subs.glif zero.sups zero.sups.glif zero.tf diff --git a/src/Inter-UI-Italic.ufo/glyphs/d.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/d.subs.glif new file mode 100644 index 000000000..b319097a1 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/d.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/e.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/e.subs.glif new file mode 100644 index 000000000..a3870aebe --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/e.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:49 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/eight.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/eight.dnom.glif index e8ca1abca..e12820875 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/eight.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/eight.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 23:40:33 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/eight.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/eight.dnomf.glif similarity index 98% rename from src/Inter-UI-Italic.ufo/glyphs/eight.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/eight.dnomf.glif index e64cf1cec..83372ef32 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/eight.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/eight.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/eight.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/eight.frac.glif index e96640b7f..bb0b35aea 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/eight.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/eight.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/eight.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/eight.numr.glif index c5e8d7238..b8b025bdd 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/eight.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/eight.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/eight.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/eight.subs.glif new file mode 100644 index 000000000..37041767a --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/eight.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + eight.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + eight.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/equal.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/equal.dnom.glif index 3846b3698..7054d7472 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/equal.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/equal.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/equal.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/equal.subs.glif new file mode 100644 index 000000000..ed9510742 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/equal.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/f.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/f.subs.glif new file mode 100644 index 000000000..b44db8bf6 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/f.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/five.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/five.dnom.glif index 01b7e395f..2b4074e1d 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/five.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/five.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/five.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/five.dnomf.glif similarity index 97% rename from src/Inter-UI-Italic.ufo/glyphs/five.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/five.dnomf.glif index 86bc4c6f5..e2f5587bf 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/five.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/five.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/five.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/five.frac.glif index 46c3c87f5..58246ec5e 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/five.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/five.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/five.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/five.numr.glif index 085c55e31..a580626b1 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/five.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/five.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/five.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/five.subs.glif new file mode 100644 index 000000000..49df619bd --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/five.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + five.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + five.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/fiveeighths.glif b/src/Inter-UI-Italic.ufo/glyphs/fiveeighths.glif index 7121a187d..fa5ff0965 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/fiveeighths.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/fiveeighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/fivesixths.glif b/src/Inter-UI-Italic.ufo/glyphs/fivesixths.glif index 2127c9648..cae358b37 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/fivesixths.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/fivesixths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/four.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/four.dnom.glif index d2e5d669e..c1504334d 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/four.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/four.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/four.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/four.dnomf.glif similarity index 97% rename from src/Inter-UI-Italic.ufo/glyphs/four.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/four.dnomf.glif index ad578743e..b2f0dc35f 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/four.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/four.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/four.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/four.frac.glif index 9f40fe6a0..05eb66ce3 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/four.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/four.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/four.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/four.numr.glif index 32221c423..f5a8d3624 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/four.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/four.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/four.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/four.subs.glif new file mode 100644 index 000000000..155355d20 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/four.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + four.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + four.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/fraction.glif b/src/Inter-UI-Italic.ufo/glyphs/fraction.glif index c63681a87..2f4e67b53 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/fraction.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/fraction.glif @@ -3,7 +3,7 @@ -Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .sup +Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .dnomf diff --git a/src/Inter-UI-Italic.ufo/glyphs/g.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/g.subs.glif new file mode 100644 index 000000000..22de86706 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/g.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/h.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/h.subs.glif new file mode 100644 index 000000000..8c976590d --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/h.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:56 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/i.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/i.subs.glif new file mode 100644 index 000000000..2161b270e --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/i.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:04 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/j.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/j.subs.glif new file mode 100644 index 000000000..152f7fe2f --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/j.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:10 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/k.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/k.subs.glif new file mode 100644 index 000000000..6220d9292 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/k.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:57 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/l.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/l.subs.glif new file mode 100644 index 000000000..53ea6a233 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/l.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:48:02 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/m.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/m.subs.glif new file mode 100644 index 000000000..c9e4cc728 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/m.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:48:42 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/minus.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/minus.dnom.glif index bbbb05d73..317eee7b2 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/minus.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/minus.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/minus.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/minus.subs.glif new file mode 100644 index 000000000..dec9e6523 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/minus.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/n.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/n.subs.glif new file mode 100644 index 000000000..8d10ad999 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/n.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:49:19 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/nine.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/nine.dnom.glif index 0623d00d0..ec2415f03 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/nine.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/nine.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 23:51:43 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/nine.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/nine.dnomf.glif similarity index 70% rename from src/Inter-UI-Italic.ufo/glyphs/nine.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/nine.dnomf.glif index 9bf6337ea..1e0616957 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/nine.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/nine.dnomf.glif @@ -1,8 +1,8 @@ - + - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/nine.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/nine.frac.glif index c3533b87a..6ef1fc64c 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/nine.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/nine.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/nine.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/nine.numr.glif index ca24ffcc4..d53be8d11 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/nine.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/nine.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/nine.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/nine.subs.glif new file mode 100644 index 000000000..45b8ca959 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/nine.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + nine.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + nine.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/o.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/o.subs.glif new file mode 100644 index 000000000..90e21d95a --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/o.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:49:58 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/one.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/one.dnom.glif index a33f8a241..df00a1acc 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/one.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/one.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:17:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/one.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/one.dnomf.glif similarity index 96% rename from src/Inter-UI-Italic.ufo/glyphs/one.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/one.dnomf.glif index 8079c3eda..90f108b82 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/one.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/one.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/one.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/one.frac.glif index 7fb4bc8cf..8307a00d9 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/one.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/one.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/one.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/one.numr.glif index 1f54ccdbd..ac8a56ffd 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/one.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/one.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/one.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/one.subs.glif new file mode 100644 index 000000000..c3dcfa99b --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/one.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + one.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/oneeighth.glif b/src/Inter-UI-Italic.ufo/glyphs/oneeighth.glif index 3d23ce034..baaf4820d 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/oneeighth.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/oneeighth.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/onehalf.glif b/src/Inter-UI-Italic.ufo/glyphs/onehalf.glif index 046169aed..c3418c663 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/onehalf.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/onehalf.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/onequarter.glif b/src/Inter-UI-Italic.ufo/glyphs/onequarter.glif index 6c2e934c6..d22c007ad 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/onequarter.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/onequarter.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/p.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/p.subs.glif new file mode 100644 index 000000000..a3ff0afa1 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/p.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:36 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/parenleft.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/parenleft.dnom.glif index e30cc6fb2..b448b2d32 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/parenleft.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/parenleft.dnom.glif @@ -1,7 +1,6 @@ - @@ -25,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 + 2018/09/23 19:37:49 public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/parenleft.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/parenleft.subs.glif new file mode 100644 index 000000000..ef528f237 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/parenleft.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/parenright.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/parenright.dnom.glif index c9b17a16f..8d4aeb07b 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/parenright.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/parenright.dnom.glif @@ -1,7 +1,6 @@ - @@ -25,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 + 2018/09/23 19:37:49 public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/parenright.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/parenright.subs.glif new file mode 100644 index 000000000..70e189614 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/parenright.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/plus.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/plus.dnom.glif index 64fd6c39c..1e924723c 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/plus.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/plus.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Italic.ufo/glyphs/plus.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/plus.subs.glif new file mode 100644 index 000000000..bd8bb7ff4 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/plus.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/q.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/q.subs.glif new file mode 100644 index 000000000..efd0972d8 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/q.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/r.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/r.subs.glif new file mode 100644 index 000000000..087ff48e0 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/r.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:44 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/s.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/s.subs.glif new file mode 100644 index 000000000..78ae906eb --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/s.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:51 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/seven.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/seven.dnom.glif index 67ade5dbd..006c00cd2 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/seven.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/seven.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/seven.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/seven.dnomf.glif similarity index 95% rename from src/Inter-UI-Italic.ufo/glyphs/seven.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/seven.dnomf.glif index 5121164c3..33a3fd242 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/seven.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/seven.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/seven.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/seven.frac.glif index fa7e28178..501c407b1 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/seven.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/seven.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/seven.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/seven.numr.glif index a8f273bd5..91a6d0aa6 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/seven.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/seven.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/seven.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/seven.subs.glif new file mode 100644 index 000000000..e72c9ba62 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/seven.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + seven.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + seven.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/seveneighths.glif b/src/Inter-UI-Italic.ufo/glyphs/seveneighths.glif index 452bd548a..8d580cf79 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/seveneighths.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/seveneighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/six.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/six.dnom.glif index 2b5b073db..e41218bb4 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/six.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/six.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/six.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/six.dnomf.glif similarity index 98% rename from src/Inter-UI-Italic.ufo/glyphs/six.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/six.dnomf.glif index ae0e3005b..68029a295 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/six.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/six.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/six.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/six.frac.glif index 5eafc4961..7cc1d1767 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/six.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/six.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/six.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/six.numr.glif index 434593eca..96e5747da 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/six.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/six.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/six.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/six.subs.glif new file mode 100644 index 000000000..9cbf7d717 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/six.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + six.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + six.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/t.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/t.subs.glif new file mode 100644 index 000000000..73c8b1154 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/t.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:20 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/three.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/three.dnom.glif index 6a5562396..933d0cbd5 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/three.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/three.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/three.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/three.dnomf.glif similarity index 98% rename from src/Inter-UI-Italic.ufo/glyphs/three.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/three.dnomf.glif index 9e27de1e3..bc1ae78a8 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/three.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/three.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/three.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/three.frac.glif index 091e62ebc..915cb523c 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/three.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/three.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/three.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/three.numr.glif index f98ad6402..9f56446e5 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/three.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/three.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/three.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/three.subs.glif new file mode 100644 index 000000000..b933f8390 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/three.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + three.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/threeeighths.glif b/src/Inter-UI-Italic.ufo/glyphs/threeeighths.glif index 5dead300a..9618fc619 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/threeeighths.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/threeeighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/threequarters.glif b/src/Inter-UI-Italic.ufo/glyphs/threequarters.glif index 2095fb913..8f372cbd7 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/threequarters.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/threequarters.glif @@ -4,7 +4,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/two.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/two.dnom.glif index b41843081..02abf4d94 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/two.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/two.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:58:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/two.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/two.dnomf.glif similarity index 97% rename from src/Inter-UI-Italic.ufo/glyphs/two.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/two.dnomf.glif index e7231d78d..2531ce57b 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/two.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/two.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/two.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/two.frac.glif index 7a4598a29..5f11b222f 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/two.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/two.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/two.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/two.numr.glif index f76daad91..80b57b557 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/two.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/two.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/two.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/two.subs.glif new file mode 100644 index 000000000..b978d7bd6 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/two.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + two.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + two.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/u.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/u.subs.glif new file mode 100644 index 000000000..7d4ac592c --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/u.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:26 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni2090.glif b/src/Inter-UI-Italic.ufo/glyphs/uni2090.glif deleted file mode 100644 index 5d6b8a34e..000000000 --- a/src/Inter-UI-Italic.ufo/glyphs/uni2090.glif +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni2091.glif b/src/Inter-UI-Italic.ufo/glyphs/uni2091.glif deleted file mode 100644 index 3df0402a9..000000000 --- a/src/Inter-UI-Italic.ufo/glyphs/uni2091.glif +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni2092.glif b/src/Inter-UI-Italic.ufo/glyphs/uni2092.glif deleted file mode 100644 index 360aceb46..000000000 --- a/src/Inter-UI-Italic.ufo/glyphs/uni2092.glif +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni2096.glif b/src/Inter-UI-Italic.ufo/glyphs/uni2096.glif deleted file mode 100644 index ecf481ed3..000000000 --- a/src/Inter-UI-Italic.ufo/glyphs/uni2096.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni2098.glif b/src/Inter-UI-Italic.ufo/glyphs/uni2098.glif deleted file mode 100644 index 9bfefcd2b..000000000 --- a/src/Inter-UI-Italic.ufo/glyphs/uni2098.glif +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni2099.glif b/src/Inter-UI-Italic.ufo/glyphs/uni2099.glif deleted file mode 100644 index b56951bbc..000000000 --- a/src/Inter-UI-Italic.ufo/glyphs/uni2099.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni209A_.glif b/src/Inter-UI-Italic.ufo/glyphs/uni209A_.glif deleted file mode 100644 index 4658e76d0..000000000 --- a/src/Inter-UI-Italic.ufo/glyphs/uni209A_.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/uni209C_.glif b/src/Inter-UI-Italic.ufo/glyphs/uni209C_.glif deleted file mode 100644 index 15b8d99bb..000000000 --- a/src/Inter-UI-Italic.ufo/glyphs/uni209C_.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Italic.ufo/glyphs/v.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/v.subs.glif new file mode 100644 index 000000000..1604d5994 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/v.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:32 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/w.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/w.subs.glif new file mode 100644 index 000000000..3fd8400da --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/w.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/x.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/x.subs.glif new file mode 100644 index 000000000..59ba333ea --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/x.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:39 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/y.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/y.subs.glif new file mode 100644 index 000000000..2a281be10 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/y.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/z.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/z.subs.glif new file mode 100644 index 000000000..3d340427e --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/z.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/glyphs/zero.dnom.glif b/src/Inter-UI-Italic.ufo/glyphs/zero.dnom.glif index 68a624703..d7204779c 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/zero.dnom.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/zero.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:17:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Italic.ufo/glyphs/zero.sup.glif b/src/Inter-UI-Italic.ufo/glyphs/zero.dnomf.glif similarity index 97% rename from src/Inter-UI-Italic.ufo/glyphs/zero.sup.glif rename to src/Inter-UI-Italic.ufo/glyphs/zero.dnomf.glif index 9e1a28e0f..8f1aab7ef 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/zero.sup.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/zero.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/zero.frac.glif b/src/Inter-UI-Italic.ufo/glyphs/zero.frac.glif index db7d946a2..5bfdf7c77 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/zero.frac.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/zero.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/zero.numr.glif b/src/Inter-UI-Italic.ufo/glyphs/zero.numr.glif index b2fae3a8b..466405960 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/zero.numr.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/zero.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Italic.ufo/glyphs/zero.subs.glif b/src/Inter-UI-Italic.ufo/glyphs/zero.subs.glif new file mode 100644 index 000000000..1776fd5e0 --- /dev/null +++ b/src/Inter-UI-Italic.ufo/glyphs/zero.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + zero.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + zero.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Italic.ufo/groups.plist b/src/Inter-UI-Italic.ufo/groups.plist index 86838c9e2..45d3370b2 100644 --- a/src/Inter-UI-Italic.ufo/groups.plist +++ b/src/Inter-UI-Italic.ufo/groups.plist @@ -513,7 +513,7 @@ public.kern1.eight.subs - eight.sup + eight.dnomf zero.dnom one.dnom two.dnom @@ -1290,7 +1290,7 @@ public.kern2.eight.subs - eight.sup + eight.dnomf zero.dnom one.dnom two.dnom diff --git a/src/Inter-UI-Italic.ufo/lib.plist b/src/Inter-UI-Italic.ufo/lib.plist index f80aaaf3e..5a8145cac 100644 --- a/src/Inter-UI-Italic.ufo/lib.plist +++ b/src/Inter-UI-Italic.ufo/lib.plist @@ -1380,16 +1380,16 @@ plus.sups minus.sups equal.sups - zero.sup - one.sup - two.sup - three.sup - four.sup - five.sup - six.sup - seven.sup - eight.sup - nine.sup + zero.dnomf + one.dnomf + two.dnomf + three.dnomf + four.dnomf + five.dnomf + six.dnomf + seven.dnomf + eight.dnomf + nine.dnomf fraction zero.dnom one.dnom @@ -2051,17 +2051,9 @@ uniFE2D gammasuper Nsmallcap - uni2098 - uni2099 - uni2090 - uni2091 - uni2092 uni2094 - uni2096 uni02B2.ccmp bridgeinvsubnosp - uni209A - uni209C esh cyrillictic.cn uni1DEE @@ -2187,12 +2179,53 @@ zedieresiscyrillic zhebrevecyrillic zhedieresiscyrillic + a.subs + b.subs + c.subs + d.subs + e.subs + f.subs + g.subs + h.subs + i.subs + j.subs + k.subs + l.subs + m.subs + n.subs + o.subs + p.subs + q.subs + r.subs + s.subs + t.subs + u.subs + v.subs + w.subs + x.subs + y.subs + z.subs Eltail-cy + zero.subs + one.subs + two.subs + three.subs + four.subs + five.subs + six.subs + seven.subs + eight.subs + nine.subs + parenleft.subs + parenright.subs tonebarextrahighmod.cn tonebarextralowmod.cn tonebarhighmod.cn tonebarlowmod.cn tonebarmidmod.cn + plus.subs + minus.subs + equal.subs macronacutecomb.cn macrongravecomb.cn uni1FFE.tonos diff --git a/src/Inter-UI-Regular.ufo/features.fea b/src/Inter-UI-Regular.ufo/features.fea index a7d3d5a22..6f221aa9d 100644 --- a/src/Inter-UI-Regular.ufo/features.fea +++ b/src/Inter-UI-Regular.ufo/features.fea @@ -151,9 +151,9 @@ comma.tf ]; @frac2 = [ zero.frac one.numr two.numr three.numr four.frac five.frac six.frac seven.frac eight.frac nine.frac ]; -@frac3 = [ fraction zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ]; +@frac3 = [ fraction zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf ]; -@frac4 = [ zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup ]; +@frac4 = [ zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf ]; @CCMP_ACC = [ gravecomb acutecomb tildecomb brevetildecomb.cn brevehookcomb.cn breveacutecomb.cn circumflextildecomb.cn circumflexhookcomb.cn circumflexgravecomb.cn circumflexacutecomb.cn @@ -846,16 +846,16 @@ feature frac { nine.numr ]; @denominators = [ - zero.sup - one.sup - two.sup - three.sup - four.sup - five.sup - six.sup - seven.sup - eight.sup - nine.sup + zero.dnomf + one.dnomf + two.dnomf + three.dnomf + four.dnomf + five.dnomf + six.dnomf + seven.dnomf + eight.dnomf + nine.dnomf ]; @denominators2 = [ zero.dnom @@ -1182,6 +1182,50 @@ sub [minus minus.case hyphen hyphen.case] by minus.sups; sub [equal equal.case] by equal.sups; } sups; +feature subs { +sub a by a.subs; +sub b by b.subs; +sub c by c.subs; +sub d by d.subs; +sub e by e.subs; +sub f by f.subs; +sub g by g.subs; +sub h by h.subs; +sub i by i.subs; +sub j by j.subs; +sub k by k.subs; +sub l by l.subs; +sub m by m.subs; +sub n by n.subs; +sub o by o.subs; +sub p by p.subs; +sub q by q.subs; +sub r by r.subs; +sub s by s.subs; +sub t by t.subs; +sub u by u.subs; +sub v by v.subs; +sub w by w.subs; +sub x by x.subs; +sub y by y.subs; +sub z by z.subs; +sub [zero zero.slash] by zero.subs; +sub [one one.ss01] by one.subs; +sub two by two.subs; +sub three by three.subs; +sub [four four.ss01] by four.subs; +sub five by five.subs; +sub [six six.ss01] by six.subs; +sub seven by seven.subs; +sub eight by eight.subs; +sub [nine nine.ss01] by nine.subs; +sub [parenleft parenleft.case] by parenleft.subs; +sub [parenright parenright.case] by parenright.subs; +sub [plus plus.case] by plus.subs; +sub [minus minus.case hyphen hyphen.case] by minus.subs; +sub [equal equal.case] by equal.subs; +} subs; + feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; diff --git a/src/Inter-UI-Regular.ufo/fontinfo.plist b/src/Inter-UI-Regular.ufo/fontinfo.plist index b290dc326..6fe6a9a31 100644 --- a/src/Inter-UI-Regular.ufo/fontinfo.plist +++ b/src/Inter-UI-Regular.ufo/fontinfo.plist @@ -109,9 +109,9 @@ openTypeNameSampleText openTypeNameUniqueID - Inter UI Regular:2018:410438e7 + Inter UI Regular:2018:9b7c9e81 openTypeNameVersion - 3.0;410438e7 + 3.0;9b7c9e81 openTypeOS2CodePageRanges 0 diff --git a/src/Inter-UI-Regular.ufo/glyphs.public.background/contents.plist b/src/Inter-UI-Regular.ufo/glyphs.public.background/contents.plist index 6e063cbc2..22de552cb 100644 --- a/src/Inter-UI-Regular.ufo/glyphs.public.background/contents.plist +++ b/src/Inter-UI-Regular.ufo/glyphs.public.background/contents.plist @@ -32,10 +32,10 @@ perthousand.glif six six.glif + six.dnomf + six.dnomf.glif six.ss01 six.ss01.glif - six.sup - six.sup.glif two two.glif diff --git a/src/Inter-UI-Regular.ufo/glyphs/a.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/a.subs.glif new file mode 100644 index 000000000..0671d6aaa --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/a.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:42:46 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/b.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/b.subs.glif new file mode 100644 index 000000000..b81bb225e --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/b.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:11 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/c.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/c.subs.glif new file mode 100644 index 000000000..366ef334f --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/c.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/contents.plist b/src/Inter-UI-Regular.ufo/glyphs/contents.plist index 42769c121..d099a7bcc 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/contents.plist +++ b/src/Inter-UI-Regular.ufo/glyphs/contents.plist @@ -878,6 +878,8 @@ Z_linebelow.glif a a.glif + a.subs + a.subs.glif a.sups a.sups.glif aacute @@ -1162,6 +1164,8 @@ austral.glif b b.glif + b.subs + b.subs.glif b.sups b.sups.glif babygamma @@ -1248,6 +1252,8 @@ bullseye.glif c c.glif + c.subs + c.subs.glif c.sups c.sups.glif cacute @@ -1396,6 +1402,8 @@ cyrillictic.cn.glif d d.glif + d.subs + d.subs.glif d.sups d.sups.glif dagger @@ -1522,6 +1530,8 @@ dzhecyrillic.glif e e.glif + e.subs + e.subs.glif e.sups e.sups.glif eacute @@ -1566,12 +1576,14 @@ eight.glif eight.dnom eight.dnom.glif + eight.dnomf + eight.dnomf.glif eight.frac eight.frac.glif eight.numr eight.numr.glif - eight.sup - eight.sup.glif + eight.subs + eight.subs.glif eight.sups eight.sups.glif eight.tf @@ -1650,6 +1662,8 @@ equal.dnom.glif equal.numr equal.numr.glif + equal.subs + equal.subs.glif equal.sups equal.sups.glif ercyrillic @@ -1708,6 +1722,8 @@ ezhtail.glif f f.glif + f.subs + f.subs.glif f.sups f.sups.glif fdotaccent @@ -1734,12 +1750,14 @@ five.glif five.dnom five.dnom.glif + five.dnomf + five.dnomf.glif five.frac five.frac.glif five.numr five.numr.glif - five.sup - five.sup.glif + five.subs + five.subs.glif five.sups five.sups.glif five.tf @@ -1756,14 +1774,16 @@ four.glif four.dnom four.dnom.glif + four.dnomf + four.dnomf.glif four.frac four.frac.glif four.numr four.numr.glif four.ss01 four.ss01.glif - four.sup - four.sup.glif + four.subs + four.subs.glif four.sups four.sups.glif four.tf @@ -1780,6 +1800,8 @@ franc.glif g g.glif + g.subs + g.subs.glif g.sups g.sups.glif gacute @@ -1864,6 +1886,8 @@ guilsinglright.glif h h.glif + h.subs + h.subs.glif h.sups h.sups.glif haabkhasiancyrillic @@ -1934,6 +1958,8 @@ i.glif i.numr i.numr.glif + i.subs + i.subs.glif i.sups i.sups.glif iacute @@ -2018,6 +2044,8 @@ izhitsadblgravecyrillic.glif j j.glif + j.subs + j.subs.glif j.sups j.sups.glif jcaron @@ -2038,6 +2066,8 @@ jhookdblbar.glif k k.glif + k.subs + k.subs.glif k.sups k.sups.glif kabashkircyrillic @@ -2088,6 +2118,8 @@ kturn.glif l l.glif + l.subs + l.subs.glif l.sups l.sups.glif lacute @@ -2156,6 +2188,8 @@ lyogh.glif m m.glif + m.subs + m.subs.glif m.sups m.sups.glif macron @@ -2204,6 +2238,8 @@ minus.dnomnosp.glif minus.numr minus.numr.glif + minus.subs + minus.subs.glif minus.sups minus.sups.glif minusmod @@ -2224,6 +2260,8 @@ n.glif n.numr n.numr.glif + n.subs + n.subs.glif n.sups n.sups.glif nacute @@ -2248,14 +2286,16 @@ nine.glif nine.dnom nine.dnom.glif + nine.dnomf + nine.dnomf.glif nine.frac nine.frac.glif nine.numr nine.numr.glif nine.ss01 nine.ss01.glif - nine.sup - nine.sup.glif + nine.subs + nine.subs.glif nine.sups nine.sups.glif nine.tf @@ -2294,6 +2334,8 @@ numero.glif o o.glif + o.subs + o.subs.glif o.sups o.sups.glif oacute @@ -2384,14 +2426,16 @@ one.glif one.dnom one.dnom.glif + one.dnomf + one.dnomf.glif one.frac one.frac.glif one.numr one.numr.glif one.ss01 one.ss01.glif - one.sup - one.sup.glif + one.subs + one.subs.glif one.sups one.sups.glif one.tf @@ -2444,6 +2488,8 @@ overscorenosp.glif p p.glif + p.subs + p.subs.glif p.sups p.sups.glif pacute @@ -2462,6 +2508,8 @@ parenleft.dnom.glif parenleft.numr parenleft.numr.glif + parenleft.subs + parenleft.subs.glif parenleft.sups parenleft.sups.glif parenright @@ -2472,6 +2520,8 @@ parenright.dnom.glif parenright.numr parenright.numr.glif + parenright.subs + parenright.subs.glif parenright.sups parenright.sups.glif partialdiff @@ -2530,6 +2580,8 @@ plus.dnomnosp.glif plus.numr plus.numr.glif + plus.subs + plus.subs.glif plus.sups plus.sups.glif plusminus @@ -2560,6 +2612,8 @@ punctuationspace.glif q q.glif + q.subs + q.subs.glif q.sups q.sups.glif qhook @@ -2598,6 +2652,8 @@ quotesingle.glif r r.glif + r.subs + r.subs.glif r.sups r.sups.glif racute @@ -2706,6 +2762,8 @@ rupee.glif s s.glif + s.subs + s.subs.glif s.sups s.sups.glif sacute @@ -2754,12 +2812,14 @@ seven.glif seven.dnom seven.dnom.glif + seven.dnomf + seven.dnomf.glif seven.frac seven.frac.glif seven.numr seven.numr.glif - seven.sup - seven.sup.glif + seven.subs + seven.subs.glif seven.sups seven.sups.glif seven.tf @@ -2784,14 +2844,16 @@ six.glif six.dnom six.dnom.glif + six.dnomf + six.dnomf.glif six.frac six.frac.glif six.numr six.numr.glif six.ss01 six.ss01.glif - six.sup - six.sup.glif + six.subs + six.subs.glif six.sups six.sups.glif six.tf @@ -2832,6 +2894,8 @@ summation.glif t t.glif + t.subs + t.subs.glif t.sups t.sups.glif tackdownsubnosp @@ -2894,12 +2958,14 @@ three.glif three.dnom three.dnom.glif + three.dnomf + three.dnomf.glif three.frac three.frac.glif three.numr three.numr.glif - three.sup - three.sup.glif + three.subs + three.subs.glif three.sups three.sups.glif three.tf @@ -2988,12 +3054,14 @@ two.glif two.dnom two.dnom.glif + two.dnomf + two.dnomf.glif two.frac two.frac.glif two.numr two.numr.glif - two.sup - two.sup.glif + two.subs + two.subs.glif two.sups two.sups.glif two.tf @@ -3006,6 +3074,8 @@ twostroke.glif u u.glif + u.subs + u.subs.glif u.sups u.sups.glif uacute @@ -4112,24 +4182,8 @@ uni205F_.glif uni2071.ccmp uni2071.ccmp.glif - uni2090 - uni2090.glif - uni2091 - uni2091.glif - uni2092 - uni2092.glif uni2094 uni2094.glif - uni2096 - uni2096.glif - uni2098 - uni2098.glif - uni2099 - uni2099.glif - uni209A - uni209A_.glif - uni209C - uni209C_.glif uni20AF uni20A_F_.glif uni20B0 @@ -4276,6 +4330,8 @@ utildebelow.glif v v.glif + v.subs + v.subs.glif v.sups v.sups.glif vdotbelow @@ -4296,6 +4352,8 @@ vturn.glif w w.glif + w.subs + w.subs.glif w.sups w.sups.glif wacute @@ -4320,6 +4378,8 @@ wynn.glif x x.glif + x.subs + x.subs.glif x.sups x.sups.glif xdieresis @@ -4332,6 +4392,8 @@ xsupnosp.glif y y.glif + y.subs + y.subs.glif y.sups y.sups.glif yacute @@ -4380,6 +4442,8 @@ yuslittleiotifiedcyrillic.glif z z.glif + z.subs + z.subs.glif z.sups z.sups.glif zacute @@ -4406,14 +4470,16 @@ zero.glif zero.dnom zero.dnom.glif + zero.dnomf + zero.dnomf.glif zero.frac zero.frac.glif zero.numr zero.numr.glif zero.slash zero.slash.glif - zero.sup - zero.sup.glif + zero.subs + zero.subs.glif zero.sups zero.sups.glif zero.tf diff --git a/src/Inter-UI-Regular.ufo/glyphs/d.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/d.subs.glif new file mode 100644 index 000000000..7cfe43000 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/d.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/e.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/e.subs.glif new file mode 100644 index 000000000..fddb15c3b --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/e.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:49 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.dnom.glif index fa22fc063..2058e47cd 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/eight.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/eight.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 23:40:33 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.dnomf.glif similarity index 98% rename from src/Inter-UI-Regular.ufo/glyphs/eight.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/eight.dnomf.glif index 7b641f53c..d1b6fe2fa 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/eight.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/eight.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif index 74d24935b..36f5b9c3f 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/eight.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.numr.glif index 54789a320..5432ca174 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/eight.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/eight.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/eight.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/eight.subs.glif new file mode 100644 index 000000000..c5a55b6c4 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/eight.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + eight.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + eight.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/equal.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/equal.dnom.glif index 4c83d2d0c..026f4bd68 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/equal.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/equal.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Regular.ufo/glyphs/equal.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/equal.subs.glif new file mode 100644 index 000000000..04eda78af --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/equal.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/f.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/f.subs.glif new file mode 100644 index 000000000..c3bd938c0 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/f.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/five.dnom.glif index 437b9657d..c3dab2ca2 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/five.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/five.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/five.dnomf.glif similarity index 97% rename from src/Inter-UI-Regular.ufo/glyphs/five.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/five.dnomf.glif index f2e287072..0eddb8aac 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/five.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/five.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/five.frac.glif index e73073cd8..ccb97384f 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/five.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/five.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/five.numr.glif index c8c15a194..b6b7392a3 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/five.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/five.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/five.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/five.subs.glif new file mode 100644 index 000000000..58cf9b49f --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/five.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + five.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + five.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif b/src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif index 5b5c07778..ca7088e23 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/fiveeighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/fivesixths.glif b/src/Inter-UI-Regular.ufo/glyphs/fivesixths.glif index fcc8ebc8e..8731446db 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/fivesixths.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/fivesixths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/four.dnom.glif index 125ea38a4..80102e663 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/four.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/four.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/four.dnomf.glif similarity index 97% rename from src/Inter-UI-Regular.ufo/glyphs/four.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/four.dnomf.glif index af65a1b6e..e577b00bc 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/four.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/four.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/four.frac.glif index 506a4705f..117742828 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/four.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/four.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/four.numr.glif index 3a7ab66ef..1f81fc23d 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/four.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/four.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/four.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/four.subs.glif new file mode 100644 index 000000000..26f0b84c0 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/four.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + four.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + four.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/fraction.glif b/src/Inter-UI-Regular.ufo/glyphs/fraction.glif index ad0579ea7..b901812fe 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/fraction.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/fraction.glif @@ -3,7 +3,7 @@ -Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .sup +Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .dnomf diff --git a/src/Inter-UI-Regular.ufo/glyphs/g.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/g.subs.glif new file mode 100644 index 000000000..f3bd277f2 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/g.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/h.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/h.subs.glif new file mode 100644 index 000000000..01509a995 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/h.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:46:56 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/i.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/i.subs.glif new file mode 100644 index 000000000..81b4e78aa --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/i.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:04 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/j.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/j.subs.glif new file mode 100644 index 000000000..82be3bfad --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/j.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:10 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/k.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/k.subs.glif new file mode 100644 index 000000000..079560508 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/k.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:47:57 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/l.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/l.subs.glif new file mode 100644 index 000000000..0c7249a31 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/l.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:48:02 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/m.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/m.subs.glif new file mode 100644 index 000000000..725122cff --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/m.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:48:42 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/minus.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/minus.dnom.glif index 72bb044a9..47ebcd5fd 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/minus.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/minus.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Regular.ufo/glyphs/minus.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/minus.subs.glif new file mode 100644 index 000000000..da7b5d161 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/minus.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/n.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/n.subs.glif new file mode 100644 index 000000000..8d32ce162 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/n.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:49:19 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.dnom.glif index 8b95bec5a..026326ac5 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/nine.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/nine.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 23:51:43 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.dnomf.glif similarity index 81% rename from src/Inter-UI-Regular.ufo/glyphs/nine.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/nine.dnomf.glif index 07648054a..6a2b22faa 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/nine.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/nine.dnomf.glif @@ -1,11 +1,11 @@ - + - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif index 6d285d885..a01cf58b5 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/nine.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.numr.glif index 552f9aca6..56ed08423 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/nine.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/nine.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/nine.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/nine.subs.glif new file mode 100644 index 000000000..c6b57f09f --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/nine.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + nine.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + nine.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/o.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/o.subs.glif new file mode 100644 index 000000000..7de1e29fe --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/o.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:49:58 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/one.dnom.glif index 6da125288..35c4a9aaa 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/one.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/one.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:17:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/one.dnomf.glif similarity index 96% rename from src/Inter-UI-Regular.ufo/glyphs/one.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/one.dnomf.glif index 9ead4016c..81201159d 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/one.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/one.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/one.frac.glif index ccaa30cb6..81b02c3fa 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/one.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/one.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/one.numr.glif index c798abcad..beb630c8e 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/one.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/one.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/one.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/one.subs.glif new file mode 100644 index 000000000..e63176f96 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/one.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + one.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + one.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif b/src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif index 984ff763b..2a93ce700 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/oneeighth.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/onehalf.glif b/src/Inter-UI-Regular.ufo/glyphs/onehalf.glif index c2d899951..7e314973c 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/onehalf.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/onehalf.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/onequarter.glif b/src/Inter-UI-Regular.ufo/glyphs/onequarter.glif index d6ba61046..7f8c3406f 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/onequarter.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/onequarter.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/p.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/p.subs.glif new file mode 100644 index 000000000..5c9ca1118 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/p.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:36 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenleft.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/parenleft.dnom.glif index f1a08ec1f..fe83b4567 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/parenleft.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/parenleft.dnom.glif @@ -1,7 +1,6 @@ - @@ -25,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 + 2018/09/23 19:37:49 public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenleft.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/parenleft.subs.glif new file mode 100644 index 000000000..77fb0cb91 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/parenleft.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenright.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/parenright.dnom.glif index bf2c63528..17628c863 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/parenright.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/parenright.dnom.glif @@ -1,7 +1,6 @@ - @@ -25,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 + 2018/09/23 19:37:49 public.markColor 0.941,0.941,0.941,0.004 diff --git a/src/Inter-UI-Regular.ufo/glyphs/parenright.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/parenright.subs.glif new file mode 100644 index 000000000..19c9650ad --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/parenright.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/plus.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/plus.dnom.glif index bd0240c0a..9721c6eaa 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/plus.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/plus.dnom.glif @@ -1,14 +1,13 @@ - com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 21:56:42 + 2018/09/23 19:37:49 public.markColor 0.8,0.941,0.949,0.004 diff --git a/src/Inter-UI-Regular.ufo/glyphs/plus.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/plus.subs.glif new file mode 100644 index 000000000..c5d22c190 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/plus.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/q.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/q.subs.glif new file mode 100644 index 000000000..7a2bb3c79 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/q.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/r.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/r.subs.glif new file mode 100644 index 000000000..80087987f --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/r.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:44 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/s.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/s.subs.glif new file mode 100644 index 000000000..bb396783c --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/s.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:50:51 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.dnom.glif index c868b97c7..360da8092 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/seven.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/seven.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.dnomf.glif similarity index 95% rename from src/Inter-UI-Regular.ufo/glyphs/seven.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/seven.dnomf.glif index d3274d215..8a09a4ebd 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/seven.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/seven.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif index e61684d0d..6d2bea44a 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/seven.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.numr.glif index 13823692d..43b169c84 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/seven.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/seven.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/seven.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/seven.subs.glif new file mode 100644 index 000000000..224659980 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/seven.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + seven.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + seven.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif b/src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif index da8c8feea..029864b7a 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/seveneighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/six.dnom.glif index 75c04627a..ac51c834b 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/six.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/six.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/six.dnomf.glif similarity index 98% rename from src/Inter-UI-Regular.ufo/glyphs/six.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/six.dnomf.glif index 6a41a40c9..23b39f1e8 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/six.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/six.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/six.frac.glif index 1da607166..524dea167 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/six.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/six.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/six.numr.glif index 14a74bc1f..1da438b22 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/six.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/six.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/six.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/six.subs.glif new file mode 100644 index 000000000..36c83e2f5 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/six.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + six.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + six.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/t.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/t.subs.glif new file mode 100644 index 000000000..5e441387b --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/t.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:20 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/three.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/three.dnom.glif index ea6cea25a..27a4b0c4e 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/three.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/three.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:13:54 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/three.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/three.dnomf.glif similarity index 98% rename from src/Inter-UI-Regular.ufo/glyphs/three.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/three.dnomf.glif index 98821b4ba..445131770 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/three.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/three.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/three.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/three.frac.glif index c38a43bfd..213b1e123 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/three.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/three.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/three.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/three.numr.glif index c741ececa..6875a802f 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/three.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/three.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/three.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/three.subs.glif new file mode 100644 index 000000000..138d430b3 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/three.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + three.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + three.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif b/src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif index e31c1a0e5..6f7bd6fb1 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/threeeighths.glif @@ -5,7 +5,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/threequarters.glif b/src/Inter-UI-Regular.ufo/glyphs/threequarters.glif index f5804943c..966da0d08 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/threequarters.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/threequarters.glif @@ -4,7 +4,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/two.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/two.dnom.glif index 1ffb15fba..e18144881 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/two.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/two.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:58:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/two.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/two.dnomf.glif similarity index 97% rename from src/Inter-UI-Regular.ufo/glyphs/two.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/two.dnomf.glif index df8a91f9d..9acb8eb08 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/two.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/two.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/two.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/two.frac.glif index 8501cd7b1..e2540d090 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/two.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/two.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/two.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/two.numr.glif index 562e1295f..12b043ff0 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/two.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/two.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/two.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/two.subs.glif new file mode 100644 index 000000000..94d2352bc --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/two.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + two.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + two.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/u.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/u.subs.glif new file mode 100644 index 000000000..12ad310b7 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/u.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:26 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2090.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2090.glif deleted file mode 100644 index 720ae3dfe..000000000 --- a/src/Inter-UI-Regular.ufo/glyphs/uni2090.glif +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2091.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2091.glif deleted file mode 100644 index dc24b1916..000000000 --- a/src/Inter-UI-Regular.ufo/glyphs/uni2091.glif +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2092.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2092.glif deleted file mode 100644 index ae3c5dabb..000000000 --- a/src/Inter-UI-Regular.ufo/glyphs/uni2092.glif +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2096.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2096.glif deleted file mode 100644 index 6b4e2cc73..000000000 --- a/src/Inter-UI-Regular.ufo/glyphs/uni2096.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2098.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2098.glif deleted file mode 100644 index 1a04804de..000000000 --- a/src/Inter-UI-Regular.ufo/glyphs/uni2098.glif +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni2099.glif b/src/Inter-UI-Regular.ufo/glyphs/uni2099.glif deleted file mode 100644 index bdedc7254..000000000 --- a/src/Inter-UI-Regular.ufo/glyphs/uni2099.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni209A_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni209A_.glif deleted file mode 100644 index 1969438bf..000000000 --- a/src/Inter-UI-Regular.ufo/glyphs/uni209A_.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/uni209C_.glif b/src/Inter-UI-Regular.ufo/glyphs/uni209C_.glif deleted file mode 100644 index 48b7f82a1..000000000 --- a/src/Inter-UI-Regular.ufo/glyphs/uni209C_.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.lastChange - 2018/09/14 16:09:22 - - - diff --git a/src/Inter-UI-Regular.ufo/glyphs/v.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/v.subs.glif new file mode 100644 index 000000000..6f4babd5b --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/v.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:32 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/w.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/w.subs.glif new file mode 100644 index 000000000..e1cafaef4 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/w.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/x.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/x.subs.glif new file mode 100644 index 000000000..0476929b8 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/x.subs.glif @@ -0,0 +1,14 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:51:39 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/y.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/y.subs.glif new file mode 100644 index 000000000..4f70e377f --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/y.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/z.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/z.subs.glif new file mode 100644 index 000000000..7dc4fad22 --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/z.subs.glif @@ -0,0 +1,13 @@ + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.dnom.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.dnom.glif index 74895297e..d37e25fa1 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/zero.dnom.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/zero.dnom.glif @@ -1,14 +1,13 @@ - - + com.schriftgestaltung.Glyphs.lastChange - 2018/09/22 20:17:52 + 2018/09/23 19:31:40 com.schriftgestaltung.componentsAlignment 1 diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.sup.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.dnomf.glif similarity index 97% rename from src/Inter-UI-Regular.ufo/glyphs/zero.sup.glif rename to src/Inter-UI-Regular.ufo/glyphs/zero.dnomf.glif index d997efe45..cda5eaa0b 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/zero.sup.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/zero.dnomf.glif @@ -1,5 +1,5 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif index 86ac1ff56..584c19ff3 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/zero.frac.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.numr.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.numr.glif index b493604cd..b11c44bbc 100644 --- a/src/Inter-UI-Regular.ufo/glyphs/zero.numr.glif +++ b/src/Inter-UI-Regular.ufo/glyphs/zero.numr.glif @@ -2,7 +2,7 @@ - + diff --git a/src/Inter-UI-Regular.ufo/glyphs/zero.subs.glif b/src/Inter-UI-Regular.ufo/glyphs/zero.subs.glif new file mode 100644 index 000000000..71e2055de --- /dev/null +++ b/src/Inter-UI-Regular.ufo/glyphs/zero.subs.glif @@ -0,0 +1,18 @@ + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.leftMetricsKey + zero.sups + com.schriftgestaltung.Glyphs.glyph.rightMetricsKey + zero.sups + com.schriftgestaltung.Glyphs.lastChange + 2018/09/23 19:39:37 + + + diff --git a/src/Inter-UI-Regular.ufo/groups.plist b/src/Inter-UI-Regular.ufo/groups.plist index 86838c9e2..45d3370b2 100644 --- a/src/Inter-UI-Regular.ufo/groups.plist +++ b/src/Inter-UI-Regular.ufo/groups.plist @@ -513,7 +513,7 @@ public.kern1.eight.subs - eight.sup + eight.dnomf zero.dnom one.dnom two.dnom @@ -1290,7 +1290,7 @@ public.kern2.eight.subs - eight.sup + eight.dnomf zero.dnom one.dnom two.dnom diff --git a/src/Inter-UI-Regular.ufo/lib.plist b/src/Inter-UI-Regular.ufo/lib.plist index f80aaaf3e..5a8145cac 100644 --- a/src/Inter-UI-Regular.ufo/lib.plist +++ b/src/Inter-UI-Regular.ufo/lib.plist @@ -1380,16 +1380,16 @@ plus.sups minus.sups equal.sups - zero.sup - one.sup - two.sup - three.sup - four.sup - five.sup - six.sup - seven.sup - eight.sup - nine.sup + zero.dnomf + one.dnomf + two.dnomf + three.dnomf + four.dnomf + five.dnomf + six.dnomf + seven.dnomf + eight.dnomf + nine.dnomf fraction zero.dnom one.dnom @@ -2051,17 +2051,9 @@ uniFE2D gammasuper Nsmallcap - uni2098 - uni2099 - uni2090 - uni2091 - uni2092 uni2094 - uni2096 uni02B2.ccmp bridgeinvsubnosp - uni209A - uni209C esh cyrillictic.cn uni1DEE @@ -2187,12 +2179,53 @@ zedieresiscyrillic zhebrevecyrillic zhedieresiscyrillic + a.subs + b.subs + c.subs + d.subs + e.subs + f.subs + g.subs + h.subs + i.subs + j.subs + k.subs + l.subs + m.subs + n.subs + o.subs + p.subs + q.subs + r.subs + s.subs + t.subs + u.subs + v.subs + w.subs + x.subs + y.subs + z.subs Eltail-cy + zero.subs + one.subs + two.subs + three.subs + four.subs + five.subs + six.subs + seven.subs + eight.subs + nine.subs + parenleft.subs + parenright.subs tonebarextrahighmod.cn tonebarextralowmod.cn tonebarhighmod.cn tonebarlowmod.cn tonebarmidmod.cn + plus.subs + minus.subs + equal.subs macronacutecomb.cn macrongravecomb.cn uni1FFE.tonos diff --git a/src/Inter-UI.glyphs b/src/Inter-UI.glyphs index 9953b71ea..7b50b1ca5 100644 --- a/src/Inter-UI.glyphs +++ b/src/Inter-UI.glyphs @@ -1,7 +1,9 @@ { .appVersion = "1141"; DisplayStrings = ( -"/a.sups/b.sups/c.sups/d.sups/e.sups/f.sups/g.sups/h.sups/i.sups/j.sups/k.sups/l.sups/m.sups/n.sups/o.sups/p.sups/q.sups/r.sups/s.sups/t.sups/u.sups/v.sups/w.sups/x.sups/y.sups/z.sups/zero.sups ¹²³/four.sups/five.sups/six.sups/seven.sups/eight.sups/nine.sups/parenleft.sups/parenright.sups/plus.sups/minus.sups/equal.sups" +"/a.sups/b.sups/c.sups/d.sups/e.sups/f.sups/g.sups/h.sups/i.sups/j.sups/k.sups/l.sups/m.sups/n.sups/o.sups/p.sups/q.sups/r.sups/s.sups/t.sups/u.sups/v.sups/w.sups/x.sups/y.sups/z.sups/zero.sups ¹²³/four.sups/five.sups/six.sups/seven.sups/eight.sups/nine.sups/parenleft.sups/parenright.sups/plus.sups/minus.sups/equal.sups", +Nx, +"/a.subs/b.subs/c.subs/d.subs/e.subs/f.subs/g.subs/h.subs/i.subs/j.subs/k.subs/l.subs/m.subs/n.subs/o.subs/p.subs/q.subs/r.subs/s.subs/t.subs/u.subs/v.subs/w.subs/x.subs/y.subs/z.subs/zero.subs/one.subs/two.subs/three.subs/four.subs/five.subs/six.subs/seven.subs/eight.subs/nine.subs/parenleft.subs/parenright.subs/plus.subs/minus.subs/equal.subs" ); classes = ( { @@ -57,11 +59,11 @@ code = " zero.frac one.numr two.numr three.numr four.frac five.frac six.frac sev name = frac2; }, { -code = " fraction zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup "; +code = " fraction zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf "; name = frac3; }, { -code = " zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup "; +code = " zero.dnomf one.dnomf two.dnomf three.dnomf four.dnomf five.dnomf six.dnomf seven.dnomf eight.dnomf nine.dnomf "; name = frac4; }, { @@ -1475,16 +1477,16 @@ parenright.sups, plus.sups, minus.sups, equal.sups, -zero.sup, -one.sup, -two.sup, -three.sup, -four.sup, -five.sup, -six.sup, -seven.sup, -eight.sup, -nine.sup, +zero.dnomf, +one.dnomf, +two.dnomf, +three.dnomf, +four.dnomf, +five.dnomf, +six.dnomf, +seven.dnomf, +eight.dnomf, +nine.dnomf, fraction, zero.dnom, one.dnom, @@ -2177,17 +2179,9 @@ uniFE2D, brevehookcomb, gammasuper, Nsmallcap, -uni2098, -uni2099, -uni2090, -uni2091, -uni2092, uni2094, -uni2096, uni02B2.ccmp, bridgeinvsubnosp, -uni209A, -uni209C, commaaccentrotate, esh, cyrillictic.cn, @@ -2558,7 +2552,7 @@ code = "script latn;\012language CAT;\012sub l' periodcentered' l by ldot;\012s name = locl; }, { -code = "@figures = [\012 zero\012 one\012 two\012 three\012 four\012 five\012 six\012 seven\012 eight\012 nine\012];\012@numerators = [\012 zero.frac\012 one.frac\012 two.frac\012 three.frac\012 four.frac\012 five.frac\012 six.frac\012 seven.frac\012 eight.frac\012 nine.frac\012];\012@numerators2 = [\012 zero.numr\012 one.numr\012 two.numr\012 three.numr\012 four.numr\012 five.numr\012 six.numr\012 seven.numr\012 eight.numr\012 nine.numr\012];\012@denominators = [\012 zero.sup\012 one.sup\012 two.sup\012 three.sup\012 four.sup\012 five.sup\012 six.sup\012 seven.sup\012 eight.sup\012 nine.sup\012];\012@denominators2 = [\012 zero.dnom\012 one.dnom\012 two.dnom\012 three.dnom\012 four.dnom\012 five.dnom\012 six.dnom\012 seven.dnom\012 eight.dnom\012 nine.dnom\012];\012\012lookup FractionBar {\012 ignore sub slash @figures @figures @figures @figures @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures slash;\012 ignore sub slash @figures @figures slash';\012 ignore sub slash' @figures @figures slash;\012 ignore sub slash @figures slash';\012 ignore sub slash' @figures slash;\012 sub @figures slash' @figures by fraction;\012} FractionBar;\012\012lookup Numerator1 {\012 sub @figures'\012 fraction by @numerators;\012} Numerator1;\012\012lookup Numerator2 {\012 sub @figures'\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator2;\012\012lookup Numerator3 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator3;\012\012lookup Numerator4 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator4;\012\012lookup Numerator5 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator5;\012\012lookup Numerator6 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator6;\012\012lookup Numerator7 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator7;\012\012lookup Numerator8 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator8;\012\012lookup Numerator9 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator9;\012\012lookup Numerator10 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator10;\012\012lookup Denominator {\012 sub [fraction @denominators @denominators2] @figures' by @denominators;\012} Denominator;\012\012sub @figures space' [@numerators @numerators2] by thinspace;"; +code = "@figures = [\012 zero\012 one\012 two\012 three\012 four\012 five\012 six\012 seven\012 eight\012 nine\012];\012@numerators = [\012 zero.frac\012 one.frac\012 two.frac\012 three.frac\012 four.frac\012 five.frac\012 six.frac\012 seven.frac\012 eight.frac\012 nine.frac\012];\012@numerators2 = [\012 zero.numr\012 one.numr\012 two.numr\012 three.numr\012 four.numr\012 five.numr\012 six.numr\012 seven.numr\012 eight.numr\012 nine.numr\012];\012@denominators = [\012 zero.dnomf\012 one.dnomf\012 two.dnomf\012 three.dnomf\012 four.dnomf\012 five.dnomf\012 six.dnomf\012 seven.dnomf\012 eight.dnomf\012 nine.dnomf\012];\012@denominators2 = [\012 zero.dnom\012 one.dnom\012 two.dnom\012 three.dnom\012 four.dnom\012 five.dnom\012 six.dnom\012 seven.dnom\012 eight.dnom\012 nine.dnom\012];\012\012lookup FractionBar {\012 ignore sub slash @figures @figures @figures @figures @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures @figures slash;\012 ignore sub slash @figures @figures @figures slash';\012 ignore sub slash' @figures @figures @figures slash;\012 ignore sub slash @figures @figures slash';\012 ignore sub slash' @figures @figures slash;\012 ignore sub slash @figures slash';\012 ignore sub slash' @figures slash;\012 sub @figures slash' @figures by fraction;\012} FractionBar;\012\012lookup Numerator1 {\012 sub @figures'\012 fraction by @numerators;\012} Numerator1;\012\012lookup Numerator2 {\012 sub @figures'\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator2;\012\012lookup Numerator3 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator3;\012\012lookup Numerator4 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator4;\012\012lookup Numerator5 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator5;\012\012lookup Numerator6 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator6;\012\012lookup Numerator7 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator7;\012\012lookup Numerator8 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator8;\012\012lookup Numerator9 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator9;\012\012lookup Numerator10 {\012 sub @figures'\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 [@numerators @numerators2]\012 fraction by @numerators;\012} Numerator10;\012\012lookup Denominator {\012 sub [fraction @denominators @denominators2] @figures' by @denominators;\012} Denominator;\012\012sub @figures space' [@numerators @numerators2] by thinspace;"; name = frac; }, { @@ -2608,6 +2602,10 @@ code = "sub a by a.sups;\012sub b by b.sups;\012sub c by c.sups;\012sub d by d.s name = sups; }, { +code = "sub a by a.subs;\012sub b by b.subs;\012sub c by c.subs;\012sub d by d.subs;\012sub e by e.subs;\012sub f by f.subs;\012sub g by g.subs;\012sub h by h.subs;\012sub i by i.subs;\012sub j by j.subs;\012sub k by k.subs;\012sub l by l.subs;\012sub m by m.subs;\012sub n by n.subs;\012sub o by o.subs;\012sub p by p.subs;\012sub q by q.subs;\012sub r by r.subs;\012sub s by s.subs;\012sub t by t.subs;\012sub u by u.subs;\012sub v by v.subs;\012sub w by w.subs;\012sub x by x.subs;\012sub y by y.subs;\012sub z by z.subs;\012sub [zero zero.slash] by zero.subs;\012sub [one one.ss01] by one.subs;\012sub two by two.subs;\012sub three by three.subs;\012sub [four four.ss01] by four.subs;\012sub five by five.subs;\012sub [six six.ss01] by six.subs;\012sub seven by seven.subs;\012sub eight by eight.subs;\012sub [nine nine.ss01] by nine.subs;\012sub [parenleft parenleft.case] by parenleft.subs;\012sub [parenright parenright.case] by parenright.subs;\012sub [plus plus.case] by plus.subs;\012sub [minus minus.case hyphen hyphen.case] by minus.subs;\012sub [equal equal.case] by equal.subs;"; +name = subs; +}, +{ automatic = 1; code = "sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;\012sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;\012sub N o period by numero;\012"; name = ordn; @@ -208427,7 +208425,7 @@ source = equal; }, { color = (222,222,222,1); -glyphname = zero.sup; +glyphname = zero.dnomf; lastChange = "2018-09-22 21:09:02 +0000"; layers = ( { @@ -208673,7 +208671,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin }, { color = (222,222,222,1); -glyphname = one.sup; +glyphname = one.dnomf; lastChange = "2018-09-22 21:09:15 +0000"; layers = ( { @@ -208822,7 +208820,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 168, 'rightMargin }, { color = (222,222,222,1); -glyphname = two.sup; +glyphname = two.dnomf; lastChange = "2018-09-22 20:59:43 +0000"; layers = ( { @@ -209027,7 +209025,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 88, 'rightMargin' }, { color = (222,222,222,1); -glyphname = three.sup; +glyphname = three.dnomf; lastChange = "2018-09-22 21:09:36 +0000"; layers = ( { @@ -209304,7 +209302,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 84, 'rightMargin' }, { color = (222,222,222,1); -glyphname = four.sup; +glyphname = four.dnomf; lastChange = "2018-09-22 21:27:19 +0000"; layers = ( { @@ -209497,7 +209495,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 73, 'rightMargin' }, { color = (222,222,222,1); -glyphname = five.sup; +glyphname = five.dnomf; lastChange = "2018-09-22 21:09:53 +0000"; layers = ( { @@ -209726,7 +209724,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 121, 'rightMargin }, { color = (222,222,222,1); -glyphname = six.sup; +glyphname = six.dnomf; lastChange = "2018-09-22 23:06:13 +0000"; layers = ( { @@ -209863,7 +209861,7 @@ position = "{0, 1088}"; background = { components = ( { -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, -20, 0}"; } ); @@ -210118,7 +210116,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 116, 'rightMargin }, { color = (222,222,222,1); -glyphname = seven.sup; +glyphname = seven.dnomf; lastChange = "2018-09-22 21:10:17 +0000"; layers = ( { @@ -210268,7 +210266,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 80, 'rightMargin' }, { color = (222,222,222,1); -glyphname = eight.sup; +glyphname = eight.dnomf; lastChange = "2018-09-22 23:40:15 +0000"; layers = ( { @@ -210713,7 +210711,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin }, { color = (222,222,222,1); -glyphname = nine.sup; +glyphname = nine.dnomf; lastChange = "2018-09-22 21:52:05 +0000"; layers = ( { @@ -210726,7 +210724,7 @@ position = "{0, 1088}"; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{-1, 0, 0, -1, 1064, 1088}"; } ); @@ -210757,7 +210755,7 @@ position = "{0, 1088}"; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{-1, 0, 0, -1, 1104, 1088}"; } ); @@ -210787,7 +210785,7 @@ position = "{52, 1088}"; ); components = ( { -name = six.sup; +name = six.dnomf; transform = "{-1, 0, 0, -1, 988, 1088}"; } ); @@ -210803,7 +210801,7 @@ position = "{52, 1088}"; ); components = ( { -name = six.sup; +name = six.dnomf; transform = "{-1, 0, 0, -1, 1028, 1088}"; } ); @@ -210952,7 +210950,7 @@ nodes = ( width = 848; } ); -note = "Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .sup"; +note = "Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .dnomf"; unicode = 2044; userData = { interface.gridadjust.original = "{'width': 1284, 'leftMargin': 81, 'rightMargin': 73}"; @@ -210964,13 +210962,13 @@ interface.gridadjust.original = "{'width': 1284, 'leftMargin': 81, 'rightMargin' { color = (227,245,235,1); glyphname = zero.dnom; -lastChange = "2018-09-22 20:17:52 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -210981,7 +210979,7 @@ width = 1104; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -210992,7 +210990,7 @@ width = 1104; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211003,7 +211001,7 @@ width = 1108; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211013,7 +211011,6 @@ width = 1104; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2080; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin': 110}"; "interface.width-adjustments" = ( @@ -211024,13 +211021,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 109, 'rightMargin { color = (227,245,235,1); glyphname = one.dnom; -lastChange = "2018-09-22 20:17:52 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211041,7 +211038,7 @@ width = 856; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211052,7 +211049,7 @@ width = 796; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211063,7 +211060,7 @@ width = 856; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211073,7 +211070,6 @@ width = 796; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2081; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 252, 'rightMargin': 265}"; "interface.width-adjustments" = ( @@ -211084,13 +211080,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 252, 'rightMargin { color = (227,245,235,1); glyphname = two.dnom; -lastChange = "2018-09-22 20:58:52 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211101,7 +211097,7 @@ width = 1116; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211112,7 +211108,7 @@ width = 1052; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211123,7 +211119,7 @@ width = 1116; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211133,7 +211129,6 @@ width = 1052; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2082; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 212, 'rightMargin': -31}"; "interface.width-adjustments" = ( @@ -211144,13 +211139,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 212, 'rightMargin { color = (227,245,235,1); glyphname = three.dnom; -lastChange = "2018-09-22 20:13:54 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211161,7 +211156,7 @@ width = 1068; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211172,7 +211167,7 @@ width = 1080; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211183,7 +211178,7 @@ width = 1068; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211193,7 +211188,6 @@ width = 1076; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2083; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 84, 'rightMargin': 116}"; "interface.width-adjustments" = ( @@ -211204,13 +211198,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 84, 'rightMargin' { color = (227,245,235,1); glyphname = four.dnom; -lastChange = "2018-09-22 20:13:54 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211221,7 +211215,7 @@ width = 1104; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211232,7 +211226,7 @@ width = 1088; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211243,7 +211237,7 @@ width = 1104; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211253,7 +211247,6 @@ width = 1088; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2084; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 196, 'rightMargin': -51}"; "interface.width-adjustments" = ( @@ -211264,13 +211257,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 196, 'rightMargin { color = (227,245,235,1); glyphname = five.dnom; -lastChange = "2018-09-22 20:13:54 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211281,7 +211274,7 @@ width = 1060; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211292,7 +211285,7 @@ width = 1060; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211303,7 +211296,7 @@ width = 1060; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211313,7 +211306,6 @@ width = 1060; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2085; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 232, 'rightMargin': -11}"; "interface.width-adjustments" = ( @@ -211324,13 +211316,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 232, 'rightMargin { color = (227,245,235,1); glyphname = six.dnom; -lastChange = "2018-09-22 20:13:54 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211341,7 +211333,7 @@ width = 1064; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211352,7 +211344,7 @@ width = 1104; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211363,7 +211355,7 @@ width = 1064; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211373,7 +211365,6 @@ width = 1104; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2086; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 224, 'rightMargin': -19}"; "interface.width-adjustments" = ( @@ -211384,13 +211375,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 224, 'rightMargin { color = (227,245,235,1); glyphname = seven.dnom; -lastChange = "2018-09-22 20:13:54 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211401,7 +211392,7 @@ width = 1016; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211412,7 +211403,7 @@ width = 1016; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211423,7 +211414,7 @@ width = 1016; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211433,7 +211424,6 @@ width = 1016; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2087; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 80, 'rightMargin': 99}"; "interface.width-adjustments" = ( @@ -211444,13 +211434,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 80, 'rightMargin' { color = (227,245,235,1); glyphname = eight.dnom; -lastChange = "2018-09-22 23:40:33 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211461,7 +211451,7 @@ width = 1096; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211472,7 +211462,7 @@ width = 1072; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211483,7 +211473,7 @@ width = 1096; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211493,7 +211483,6 @@ width = 1076; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2088; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 232, 'rightMargin': -11}"; "interface.width-adjustments" = ( @@ -211504,13 +211493,13 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 232, 'rightMargin { color = (227,245,235,1); glyphname = nine.dnom; -lastChange = "2018-09-22 23:51:43 +0000"; +lastChange = "2018-09-23 19:31:40 +0000"; layers = ( { components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 0, -504}"; } ); @@ -211521,7 +211510,7 @@ width = 1064; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 0, -492}"; } ); @@ -211532,7 +211521,7 @@ width = 1104; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, -84, -504}"; } ); @@ -211543,7 +211532,7 @@ width = 1060; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, -80, -492}"; } ); @@ -211553,7 +211542,6 @@ width = 1104; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 2089; userData = { interface.gridadjust.original = "{'width': 1037, 'leftMargin': 100, 'rightMargin': 121}"; "interface.width-adjustments" = ( @@ -211564,7 +211552,7 @@ interface.gridadjust.original = "{'width': 1037, 'leftMargin': 100, 'rightMargin { color = (204,240,242,1); glyphname = plus.dnom; -lastChange = "2018-09-22 21:56:42 +0000"; +lastChange = "2018-09-23 19:37:49 +0000"; layers = ( { components = ( @@ -211609,7 +211597,6 @@ width = 1392; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 208A; userData = { interface.gridadjust.original = "{'width': 1139, 'leftMargin': 110, 'rightMargin': 110}"; "interface.width-adjustments" = ( @@ -211620,7 +211607,7 @@ interface.gridadjust.original = "{'width': 1139, 'leftMargin': 110, 'rightMargin { color = (204,240,242,1); glyphname = minus.dnom; -lastChange = "2018-09-22 21:56:42 +0000"; +lastChange = "2018-09-23 19:37:49 +0000"; layers = ( { components = ( @@ -211665,7 +211652,6 @@ width = 1392; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 208B; userData = { interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 110, 'rightMargin': 110.0}"; "interface.width-adjustments" = ( @@ -211676,7 +211662,7 @@ interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 110, 'rightMarg { color = (204,240,242,1); glyphname = equal.dnom; -lastChange = "2018-09-22 21:56:42 +0000"; +lastChange = "2018-09-23 19:37:49 +0000"; layers = ( { components = ( @@ -211721,7 +211707,6 @@ width = 1392; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 208C; userData = { interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 224, 'rightMargin': -4.0}"; "interface.width-adjustments" = ( @@ -211732,7 +211717,7 @@ interface.gridadjust.original = "{'width': 1056.0, 'leftMargin': 224, 'rightMarg { color = (240,240,240,1); glyphname = parenleft.dnom; -lastChange = "2018-09-14 16:09:22 +0000"; +lastChange = "2018-09-23 19:37:49 +0000"; layers = ( { layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; @@ -211845,7 +211830,6 @@ width = 852; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 208D; userData = { interface.gridadjust.original = "{'width': 683, 'leftMargin': 110, 'rightMargin': 110}"; "interface.width-adjustments" = ( @@ -211856,7 +211840,7 @@ interface.gridadjust.original = "{'width': 683, 'leftMargin': 110, 'rightMargin' { color = (240,240,240,1); glyphname = parenright.dnom; -lastChange = "2018-09-14 16:09:22 +0000"; +lastChange = "2018-09-23 19:37:49 +0000"; layers = ( { layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; @@ -211969,7 +211953,6 @@ width = 852; ); leftKerningGroup = eight.subs; rightKerningGroup = eight.subs; -unicode = 208E; userData = { interface.gridadjust.original = "{'width': 683, 'leftMargin': 110, 'rightMargin': 110}"; "interface.width-adjustments" = ( @@ -211992,7 +211975,7 @@ position = "{1104, 1024}"; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212009,7 +211992,7 @@ position = "{1104, 1024}"; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212026,7 +212009,7 @@ position = "{1152, 1024}"; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212043,7 +212026,7 @@ position = "{1144, 1024}"; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212075,7 +212058,7 @@ position = "{856, 1024}"; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212092,7 +212075,7 @@ position = "{796, 1024}"; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212109,7 +212092,7 @@ position = "{896, 1024}"; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212126,7 +212109,7 @@ position = "{840, 1024}"; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212158,7 +212141,7 @@ position = "{1116, 1024}"; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212175,7 +212158,7 @@ position = "{1052, 1024}"; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212192,7 +212175,7 @@ position = "{1160, 1024}"; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212209,7 +212192,7 @@ position = "{1096, 1024}"; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212241,7 +212224,7 @@ position = "{1068, 1024}"; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212258,7 +212241,7 @@ position = "{1080, 1024}"; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212275,7 +212258,7 @@ position = "{1108, 1024}"; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212292,7 +212275,7 @@ position = "{1120, 1024}"; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212324,7 +212307,7 @@ position = "{1104, 1024}"; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212341,7 +212324,7 @@ position = "{1088, 1024}"; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212358,7 +212341,7 @@ position = "{1148, 1024}"; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212375,7 +212358,7 @@ position = "{1132, 1024}"; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212407,7 +212390,7 @@ position = "{1060, 1024}"; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212424,7 +212407,7 @@ position = "{1060, 1024}"; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212441,7 +212424,7 @@ position = "{1104, 1024}"; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212458,7 +212441,7 @@ position = "{1100, 1024}"; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212490,7 +212473,7 @@ position = "{1064, 1024}"; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212507,7 +212490,7 @@ position = "{1104, 1024}"; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212524,7 +212507,7 @@ position = "{1108, 1024}"; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212541,7 +212524,7 @@ position = "{1148, 1024}"; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212573,7 +212556,7 @@ position = "{896, 1024}"; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212590,7 +212573,7 @@ position = "{896, 1024}"; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212607,7 +212590,7 @@ position = "{940, 1024}"; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212624,7 +212607,7 @@ position = "{940, 1024}"; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212656,7 +212639,7 @@ position = "{1096, 1024}"; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212673,7 +212656,7 @@ position = "{1072, 1024}"; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212690,7 +212673,7 @@ position = "{1140, 1024}"; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212707,7 +212690,7 @@ position = "{1120, 1024}"; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212739,7 +212722,7 @@ position = "{1064, 1024}"; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212756,7 +212739,7 @@ position = "{1104, 1024}"; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 0, 1024}"; } ); @@ -212773,7 +212756,7 @@ position = "{1104, 1024}"; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -212790,7 +212773,7 @@ position = "{1148, 1024}"; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 168, 1024}"; } ); @@ -213377,7 +213360,7 @@ layers = ( components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213388,7 +213371,7 @@ width = 1104; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213399,7 +213382,7 @@ width = 1108; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213410,7 +213393,7 @@ width = 1104; components = ( { alignment = 1; -name = zero.sup; +name = zero.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213428,7 +213411,7 @@ layers = ( components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213439,7 +213422,7 @@ width = 856; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213450,7 +213433,7 @@ width = 856; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213461,7 +213444,7 @@ width = 796; components = ( { alignment = 1; -name = one.sup; +name = one.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213479,7 +213462,7 @@ layers = ( components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213490,7 +213473,7 @@ width = 1116; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213501,7 +213484,7 @@ width = 1116; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213512,7 +213495,7 @@ width = 1052; components = ( { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213530,7 +213513,7 @@ layers = ( components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213541,7 +213524,7 @@ width = 1068; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213552,7 +213535,7 @@ width = 1068; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213563,7 +213546,7 @@ width = 1080; components = ( { alignment = 1; -name = three.sup; +name = three.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213581,7 +213564,7 @@ layers = ( components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213592,7 +213575,7 @@ width = 1104; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213603,7 +213586,7 @@ width = 1104; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213614,7 +213597,7 @@ width = 1088; components = ( { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213632,7 +213615,7 @@ layers = ( components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213643,7 +213626,7 @@ width = 1060; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213654,7 +213637,7 @@ width = 1060; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213665,7 +213648,7 @@ width = 1060; components = ( { alignment = 1; -name = five.sup; +name = five.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213683,7 +213666,7 @@ layers = ( components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213694,7 +213677,7 @@ width = 1064; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213705,7 +213688,7 @@ width = 1064; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213716,7 +213699,7 @@ width = 1104; components = ( { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213734,7 +213717,7 @@ layers = ( components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213745,7 +213728,7 @@ width = 1016; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213756,7 +213739,7 @@ width = 1016; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213767,7 +213750,7 @@ width = 1016; components = ( { alignment = 1; -name = seven.sup; +name = seven.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213785,7 +213768,7 @@ layers = ( components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213796,7 +213779,7 @@ width = 1096; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213807,7 +213790,7 @@ width = 1096; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213818,7 +213801,7 @@ width = 1072; components = ( { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213838,7 +213821,7 @@ layers = ( components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213849,7 +213832,7 @@ width = 1064; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213860,7 +213843,7 @@ width = 1060; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 0, 960}"; } ); @@ -213871,7 +213854,7 @@ width = 1104; components = ( { alignment = 1; -name = nine.sup; +name = nine.dnomf; transform = "{1, 0, 0, 1, 160, 960}"; } ); @@ -213898,7 +213881,7 @@ transform = "{1, 0, 0, 1, 24, -64}"; }, { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 1520, 0}"; } ); @@ -213919,7 +213902,7 @@ transform = "{1, 0, 0, 1, 32, -64}"; }, { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 1524, 0}"; } ); @@ -213945,7 +213928,7 @@ transform = "{1, 0, 0, 1, 16, -64}"; }, { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 1496, 0}"; } ); @@ -213965,7 +213948,7 @@ transform = "{1, 0, 0, 1, 24, -64}"; }, { alignment = 1; -name = two.sup; +name = two.dnomf; transform = "{1, 0, 0, 1, 1508, 0}"; } ); @@ -214004,7 +213987,7 @@ transform = "{1, 0, 0, 1, 24, -64}"; }, { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 1360, 0}"; } ); @@ -214024,7 +214007,7 @@ transform = "{1, 0, 0, 1, 32, -64}"; }, { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 1364, 0}"; } ); @@ -214044,7 +214027,7 @@ transform = "{1, 0, 0, 1, 16, -64}"; }, { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 1336, 0}"; } ); @@ -214064,7 +214047,7 @@ transform = "{1, 0, 0, 1, 24, -64}"; }, { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 1348, 0}"; } ); @@ -214094,7 +214077,7 @@ transform = "{1, 0, 0, 1, 1008, 0}"; }, { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 1556, 0}"; }, { @@ -214114,7 +214097,7 @@ transform = "{1, 0, 0, 1, 1052, 0}"; }, { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 1664, 0}"; }, { @@ -214134,7 +214117,7 @@ transform = "{1, 0, 0, 1, 988, 0}"; }, { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 1532, 0}"; }, { @@ -214154,7 +214137,7 @@ transform = "{1, 0, 0, 1, 1040, 0}"; }, { alignment = 1; -name = four.sup; +name = four.dnomf; transform = "{1, 0, 0, 1, 1644, 0}"; }, { @@ -214191,7 +214174,7 @@ name = five.numr; transform = "{1, 0, 0, 1, -4, -64}"; }, { -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 1696, 0}"; } ); @@ -214210,7 +214193,7 @@ name = five.numr; transform = "{1, 0, 0, 1, 8, -64}"; }, { -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 1764, 0}"; } ); @@ -214229,7 +214212,7 @@ name = five.numr; transform = "{1, 0, 0, 1, -16, -64}"; }, { -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 1620, 0}"; } ); @@ -214249,7 +214232,7 @@ transform = "{1, 0, 0, 1, 0, -64}"; }, { alignment = 1; -name = six.sup; +name = six.dnomf; transform = "{1, 0, 0, 1, 1744, 0}"; } ); @@ -214357,7 +214340,7 @@ transform = "{1, 0, 0, 1, 40, -64}"; }, { alignment = 1; -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1576, 0}"; } ); @@ -214376,7 +214359,7 @@ name = seven.numr; transform = "{1, 0, 0, 1, 52, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1644, 0}"; } ); @@ -214395,7 +214378,7 @@ name = seven.numr; transform = "{1, 0, 0, 1, 36, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1560, 0}"; } ); @@ -214414,7 +214397,7 @@ name = seven.numr; transform = "{1, 0, 0, 1, 44, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1628, 0}"; } ); @@ -214447,7 +214430,7 @@ name = one.numr; transform = "{1, 0, 0, 1, 24, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1520, 0}"; } ); @@ -214466,7 +214449,7 @@ name = one.numr; transform = "{1, 0, 0, 1, 32, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1524, 0}"; } ); @@ -214485,7 +214468,7 @@ name = one.numr; transform = "{1, 0, 0, 1, 20, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1500, 0}"; } ); @@ -214504,7 +214487,7 @@ name = one.numr; transform = "{1, 0, 0, 1, 24, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1508, 0}"; } ); @@ -214534,7 +214517,7 @@ name = five.numr; transform = "{1, 0, 0, 1, -4, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1696, 0}"; } ); @@ -214553,7 +214536,7 @@ name = five.numr; transform = "{1, 0, 0, 1, 8, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1764, 0}"; } ); @@ -214572,7 +214555,7 @@ name = five.numr; transform = "{1, 0, 0, 1, -16, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1672, 0}"; } ); @@ -214591,7 +214574,7 @@ name = five.numr; transform = "{1, 0, 0, 1, 0, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1744, 0}"; } ); @@ -214624,7 +214607,7 @@ name = three.numr; transform = "{1, 0, 0, 1, 8, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1716, 0}"; } ); @@ -214643,7 +214626,7 @@ name = three.numr; transform = "{1, 0, 0, 1, 48, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1824, 0}"; } ); @@ -214662,7 +214645,7 @@ name = three.numr; transform = "{1, 0, 0, 1, 0, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1692, 0}"; } ); @@ -214681,7 +214664,7 @@ name = three.numr; transform = "{1, 0, 0, 1, 40, -64}"; }, { -name = eight.sup; +name = eight.dnomf; transform = "{1, 0, 0, 1, 1804, 0}"; } ); @@ -315488,1043 +315471,6 @@ interface.gridadjust.original = "{'width': 1585, 'leftMargin': 188, 'rightMargin }; }, { -glyphname = uni2098; -lastChange = "2018-09-14 16:09:22 +0000"; -layers = ( -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -paths = ( -{ -closed = 1; -nodes = ( -"336 196 OFFCURVE", -"404 340 OFFCURVE", -"560 340 CURVE SMOOTH", -"672 340 OFFCURVE", -"744 272 OFFCURVE", -"744 80 CURVE SMOOTH", -"744 -572 LINE", -"996 -572 LINE", -"996 128 LINE SMOOTH", -"996 424 OFFCURVE", -"860 548 OFFCURVE", -"644 548 CURVE SMOOTH", -"412 548 OFFCURVE", -"272 324 OFFCURVE", -"272 12 CURVE", -"336 16 LINE" -); -}, -{ -closed = 1; -nodes = ( -"304 528 LINE", -"116 528 LINE", -"116 -572 LINE", -"368 -572 LINE", -"368 292 LINE" -); -}, -{ -closed = 1; -nodes = ( -"968 196 OFFCURVE", -"1036 340 OFFCURVE", -"1196 340 CURVE SMOOTH", -"1304 340 OFFCURVE", -"1380 272 OFFCURVE", -"1380 80 CURVE SMOOTH", -"1380 -572 LINE", -"1628 -572 LINE", -"1628 128 LINE SMOOTH", -"1628 424 OFFCURVE", -"1492 548 OFFCURVE", -"1276 548 CURVE SMOOTH", -"1044 548 OFFCURVE", -"904 324 OFFCURVE", -"904 12 CURVE", -"968 16 LINE" -); -} -); -width = 1776; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -paths = ( -{ -closed = 1; -nodes = ( -"400 140 OFFCURVE", -"460 244 OFFCURVE", -"620 244 CURVE SMOOTH", -"752 244 OFFCURVE", -"796 160 OFFCURVE", -"796 -16 CURVE SMOOTH", -"796 -576 LINE", -"1140 -576 LINE", -"1140 116 LINE SMOOTH", -"1140 412 OFFCURVE", -"996 536 OFFCURVE", -"748 536 CURVE SMOOTH", -"480 536 OFFCURVE", -"336 308 OFFCURVE", -"336 0 CURVE", -"400 4 LINE" -); -}, -{ -closed = 1; -nodes = ( -"372 528 LINE", -"100 528 LINE", -"100 -576 LINE", -"440 -576 LINE", -"440 292 LINE" -); -}, -{ -closed = 1; -nodes = ( -"1096 140 OFFCURVE", -"1156 244 OFFCURVE", -"1316 244 CURVE SMOOTH", -"1448 244 OFFCURVE", -"1492 160 OFFCURVE", -"1492 -16 CURVE SMOOTH", -"1492 -576 LINE", -"1836 -576 LINE", -"1836 116 LINE SMOOTH", -"1836 412 OFFCURVE", -"1692 536 OFFCURVE", -"1444 536 CURVE SMOOTH", -"1180 536 OFFCURVE", -"1032 312 OFFCURVE", -"1032 0 CURVE", -"1096 4 LINE" -); -} -); -width = 1932; -}, -{ -layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; -paths = ( -{ -closed = 1; -nodes = ( -"240 196 OFFCURVE", -"332 340 OFFCURVE", -"488 340 CURVE SMOOTH", -"600 340 OFFCURVE", -"660 272 OFFCURVE", -"632 80 CURVE SMOOTH", -"524 -572 LINE", -"776 -572 LINE", -"892 128 LINE SMOOTH", -"940 424 OFFCURVE", -"824 548 OFFCURVE", -"608 548 CURVE SMOOTH", -"376 548 OFFCURVE", -"200 324 OFFCURVE", -"148 12 CURVE", -"212 16 LINE" -); -}, -{ -closed = 1; -nodes = ( -"264 528 LINE", -"76 528 LINE", -"-104 -572 LINE", -"148 -572 LINE", -"288 292 LINE" -); -}, -{ -closed = 1; -nodes = ( -"872 196 OFFCURVE", -"964 340 OFFCURVE", -"1124 340 CURVE SMOOTH", -"1232 340 OFFCURVE", -"1296 272 OFFCURVE", -"1268 80 CURVE SMOOTH", -"1160 -572 LINE", -"1408 -572 LINE", -"1524 128 LINE SMOOTH", -"1572 424 OFFCURVE", -"1456 548 OFFCURVE", -"1240 548 CURVE SMOOTH", -"1008 548 OFFCURVE", -"832 324 OFFCURVE", -"780 12 CURVE", -"844 16 LINE" -); -} -); -width = 1776; -}, -{ -layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -paths = ( -{ -closed = 1; -nodes = ( -"296 140 OFFCURVE", -"372 244 OFFCURVE", -"532 244 CURVE SMOOTH", -"664 244 OFFCURVE", -"696 160 OFFCURVE", -"668 -16 CURVE SMOOTH", -"572 -576 LINE", -"916 -576 LINE", -"1032 116 LINE SMOOTH", -"1080 412 OFFCURVE", -"956 536 OFFCURVE", -"708 536 CURVE SMOOTH", -"440 536 OFFCURVE", -"260 308 OFFCURVE", -"208 0 CURVE", -"272 4 LINE" -); -}, -{ -closed = 1; -nodes = ( -"332 528 LINE", -"60 528 LINE", -"-124 -576 LINE", -"216 -576 LINE", -"360 292 LINE" -); -}, -{ -closed = 1; -nodes = ( -"992 140 OFFCURVE", -"1068 244 OFFCURVE", -"1228 244 CURVE SMOOTH", -"1360 244 OFFCURVE", -"1392 160 OFFCURVE", -"1364 -16 CURVE SMOOTH", -"1268 -576 LINE", -"1612 -576 LINE", -"1728 116 LINE SMOOTH", -"1776 412 OFFCURVE", -"1652 536 OFFCURVE", -"1404 536 CURVE SMOOTH", -"1140 536 OFFCURVE", -"956 312 OFFCURVE", -"904 0 CURVE", -"968 4 LINE" -); -} -); -width = 1932; -} -); -unicode = 2098; -userData = { -interface.gridadjust.original = "{'width': 1789, 'leftMargin': 140, 'rightMargin': 137}"; -"interface.width-adjustments" = ( --16 -); -}; -}, -{ -glyphname = uni2099; -lastChange = "2018-09-14 16:09:22 +0000"; -layers = ( -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -paths = ( -{ -closed = 1; -nodes = ( -"412 196 OFFCURVE", -"480 340 OFFCURVE", -"636 340 CURVE SMOOTH", -"748 340 OFFCURVE", -"820 272 OFFCURVE", -"820 80 CURVE SMOOTH", -"820 -572 LINE", -"1072 -572 LINE", -"1072 128 LINE SMOOTH", -"1072 424 OFFCURVE", -"936 548 OFFCURVE", -"720 548 CURVE SMOOTH", -"488 548 OFFCURVE", -"348 324 OFFCURVE", -"348 16 CURVE", -"412 16 LINE" -); -}, -{ -closed = 1; -nodes = ( -"412 528 LINE", -"192 528 LINE", -"192 -572 LINE", -"444 -572 LINE", -"444 292 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -paths = ( -{ -closed = 1; -nodes = ( -"480 144 OFFCURVE", -"536 252 OFFCURVE", -"700 252 CURVE SMOOTH", -"832 252 OFFCURVE", -"876 160 OFFCURVE", -"876 -8 CURVE SMOOTH", -"876 -572 LINE", -"1220 -572 LINE", -"1220 116 LINE SMOOTH", -"1220 412 OFFCURVE", -"1076 544 OFFCURVE", -"828 544 CURVE SMOOTH", -"560 544 OFFCURVE", -"416 308 OFFCURVE", -"416 4 CURVE", -"480 4 LINE" -); -}, -{ -closed = 1; -nodes = ( -"444 528 LINE", -"180 528 LINE", -"180 -572 LINE", -"520 -572 LINE", -"520 292 LINE" -); -} -); -width = 1396; -}, -{ -layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; -paths = ( -{ -closed = 1; -nodes = ( -"316 196 OFFCURVE", -"408 340 OFFCURVE", -"564 340 CURVE SMOOTH", -"676 340 OFFCURVE", -"736 272 OFFCURVE", -"708 80 CURVE SMOOTH", -"600 -572 LINE", -"852 -572 LINE", -"968 128 LINE SMOOTH", -"1016 424 OFFCURVE", -"900 548 OFFCURVE", -"684 548 CURVE SMOOTH", -"452 548 OFFCURVE", -"276 324 OFFCURVE", -"224 16 CURVE", -"288 16 LINE" -); -}, -{ -closed = 1; -nodes = ( -"372 528 LINE", -"152 528 LINE", -"-28 -572 LINE", -"224 -572 LINE", -"364 292 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -paths = ( -{ -closed = 1; -nodes = ( -"376 144 OFFCURVE", -"452 252 OFFCURVE", -"616 252 CURVE SMOOTH", -"748 252 OFFCURVE", -"776 160 OFFCURVE", -"748 -8 CURVE SMOOTH", -"656 -572 LINE", -"1000 -572 LINE", -"1112 116 LINE SMOOTH", -"1160 412 OFFCURVE", -"1040 544 OFFCURVE", -"792 544 CURVE SMOOTH", -"524 544 OFFCURVE", -"340 308 OFFCURVE", -"288 4 CURVE", -"352 4 LINE" -); -}, -{ -closed = 1; -nodes = ( -"404 528 LINE", -"140 528 LINE", -"-40 -572 LINE", -"300 -572 LINE", -"440 292 LINE" -); -} -); -width = 1396; -} -); -unicode = 2099; -userData = { -interface.gridadjust.original = "{'width': 1156, 'leftMargin': 138, 'rightMargin': 137}"; -"interface.width-adjustments" = ( --16 -); -}; -}, -{ -glyphname = uni2090; -lastChange = "2018-09-14 16:09:22 +0000"; -layers = ( -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -paths = ( -{ -closed = 1; -nodes = ( -"812 -448 OFFCURVE", -"824 -532 OFFCURVE", -"840 -572 CURVE", -"1100 -572 LINE", -"1100 -556 LINE", -"1076 -496 OFFCURVE", -"1060 -404 OFFCURVE", -"1060 -332 CURVE SMOOTH", -"1060 152 LINE SMOOTH", -"1060 424 OFFCURVE", -"864 548 OFFCURVE", -"620 548 CURVE SMOOTH", -"352 548 OFFCURVE", -"168 360 OFFCURVE", -"168 204 CURVE", -"396 204 LINE", -"416 280 OFFCURVE", -"472 336 OFFCURVE", -"608 336 CURVE SMOOTH", -"756 336 OFFCURVE", -"812 260 OFFCURVE", -"812 132 CURVE SMOOTH", -"812 -388 LINE" -); -}, -{ -closed = 1; -nodes = ( -"636 112 LINE SMOOTH", -"328 112 OFFCURVE", -"132 -20 OFFCURVE", -"132 -268 CURVE SMOOTH", -"132 -464 OFFCURVE", -"280 -592 OFFCURVE", -"512 -592 CURVE SMOOTH", -"748 -592 OFFCURVE", -"904 -428 OFFCURVE", -"936 -292 CURVE", -"848 -196 LINE", -"848 -288 OFFCURVE", -"708 -384 OFFCURVE", -"564 -384 CURVE SMOOTH", -"444 -384 OFFCURVE", -"384 -328 OFFCURVE", -"384 -236 CURVE SMOOTH", -"384 -112 OFFCURVE", -"476 -64 OFFCURVE", -"684 -64 CURVE SMOOTH", -"864 -64 LINE", -"864 112 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -paths = ( -{ -closed = 1; -nodes = ( -"828 -384 OFFCURVE", -"840 -500 OFFCURVE", -"880 -576 CURVE", -"1216 -576 LINE", -"1216 -560 LINE", -"1180 -508 OFFCURVE", -"1164 -448 OFFCURVE", -"1164 -280 CURVE SMOOTH", -"1164 152 LINE SMOOTH", -"1164 412 OFFCURVE", -"988 536 OFFCURVE", -"712 536 CURVE SMOOTH", -"404 536 OFFCURVE", -"204 404 OFFCURVE", -"204 180 CURVE", -"560 180 LINE", -"552 264 OFFCURVE", -"612 284 OFFCURVE", -"680 284 CURVE SMOOTH", -"764 284 OFFCURVE", -"828 244 OFFCURVE", -"828 164 CURVE SMOOTH", -"828 -264 LINE {name = hr00;}" -); -}, -{ -closed = 1; -nodes = ( -"724 88 LINE SMOOTH", -"344 88 OFFCURVE", -"184 -44 OFFCURVE", -"184 -264 CURVE SMOOTH", -"184 -468 OFFCURVE", -"336 -596 OFFCURVE", -"544 -596 CURVE SMOOTH", -"748 -596 OFFCURVE", -"848 -480 OFFCURVE", -"908 -380 CURVE", -"832 -224 LINE", -"832 -264 OFFCURVE", -"756 -340 OFFCURVE", -"636 -340 CURVE SMOOTH", -"564 -340 OFFCURVE", -"520 -300 OFFCURVE", -"520 -236 CURVE SMOOTH", -"520 -164 OFFCURVE", -"588 -92 OFFCURVE", -"708 -92 CURVE SMOOTH", -"864 -92 LINE", -"864 88 LINE" -); -} -); -width = 1392; -}, -{ -layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; -paths = ( -{ -closed = 1; -nodes = ( -"612 -448 OFFCURVE", -"608 -532 OFFCURVE", -"620 -572 CURVE", -"880 -572 LINE", -"880 -556 LINE", -"868 -496 OFFCURVE", -"864 -404 OFFCURVE", -"876 -332 CURVE SMOOTH", -"960 152 LINE SMOOTH", -"1004 424 OFFCURVE", -"828 548 OFFCURVE", -"584 548 CURVE SMOOTH", -"316 548 OFFCURVE", -"100 360 OFFCURVE", -"76 204 CURVE", -"304 204 LINE", -"336 280 OFFCURVE", -"400 336 OFFCURVE", -"536 336 CURVE SMOOTH", -"684 336 OFFCURVE", -"728 260 OFFCURVE", -"708 132 CURVE SMOOTH", -"620 -388 LINE" -); -}, -{ -closed = 1; -nodes = ( -"528 112 LINE SMOOTH", -"220 112 OFFCURVE", -"0 -20 OFFCURVE", -"-40 -268 CURVE SMOOTH", -"-72 -464 OFFCURVE", -"56 -592 OFFCURVE", -"288 -592 CURVE SMOOTH", -"524 -592 OFFCURVE", -"708 -428 OFFCURVE", -"760 -292 CURVE", -"688 -196 LINE", -"672 -288 OFFCURVE", -"516 -384 OFFCURVE", -"372 -384 CURVE SMOOTH", -"252 -384 OFFCURVE", -"204 -328 OFFCURVE", -"216 -236 CURVE SMOOTH", -"240 -112 OFFCURVE", -"340 -64 OFFCURVE", -"548 -64 CURVE SMOOTH", -"728 -64 LINE", -"756 112 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -paths = ( -{ -closed = 1; -nodes = ( -"636 -384 OFFCURVE", -"632 -500 OFFCURVE", -"656 -576 CURVE", -"992 -576 LINE", -"996 -560 LINE", -"968 -508 OFFCURVE", -"964 -448 OFFCURVE", -"992 -280 CURVE SMOOTH", -"1064 152 LINE SMOOTH", -"1104 412 OFFCURVE", -"948 536 OFFCURVE", -"672 536 CURVE SMOOTH", -"364 536 OFFCURVE", -"144 404 OFFCURVE", -"108 180 CURVE", -"464 180 LINE", -"468 264 OFFCURVE", -"532 284 OFFCURVE", -"600 284 CURVE SMOOTH", -"684 284 OFFCURVE", -"740 244 OFFCURVE", -"728 164 CURVE SMOOTH", -"656 -264 LINE {name = hr00;}" -); -}, -{ -closed = 1; -nodes = ( -"612 88 LINE SMOOTH", -"232 88 OFFCURVE", -"48 -44 OFFCURVE", -"12 -264 CURVE SMOOTH", -"-20 -468 OFFCURVE", -"112 -596 OFFCURVE", -"320 -596 CURVE SMOOTH", -"524 -596 OFFCURVE", -"640 -480 OFFCURVE", -"716 -380 CURVE", -"668 -224 LINE", -"660 -264 OFFCURVE", -"572 -340 OFFCURVE", -"452 -340 CURVE SMOOTH", -"380 -340 OFFCURVE", -"344 -300 OFFCURVE", -"352 -236 CURVE SMOOTH", -"364 -164 OFFCURVE", -"444 -92 OFFCURVE", -"564 -92 CURVE SMOOTH", -"720 -92 LINE", -"752 88 LINE" -); -} -); -width = 1392; -} -); -unicode = 2090; -userData = { -interface.gridadjust.original = "{'width': 1191, 'leftMargin': 156, 'rightMargin': 67}"; -"interface.width-adjustments" = ( --16 -); -}; -}, -{ -glyphname = uni2091; -lastChange = "2018-09-14 16:09:22 +0000"; -layers = ( -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -paths = ( -{ -closed = 1; -nodes = ( -"872 -600 OFFCURVE", -"1012 -500 OFFCURVE", -"1084 -392 CURVE", -"924 -248 LINE", -"860 -320 OFFCURVE", -"788 -392 OFFCURVE", -"660 -392 CURVE SMOOTH", -"488 -392 OFFCURVE", -"368 -272 OFFCURVE", -"368 -72 CURVE SMOOTH", -"368 -28 LINE SMOOTH", -"368 208 OFFCURVE", -"460 328 OFFCURVE", -"624 328 CURVE SMOOTH", -"788 328 OFFCURVE", -"860 224 OFFCURVE", -"860 84 CURVE SMOOTH", -"860 72 LINE", -"264 72 LINE", -"264 -140 LINE", -"1112 -140 LINE", -"1112 -4 LINE SMOOTH", -"1112 304 OFFCURVE", -"948 540 OFFCURVE", -"624 540 CURVE SMOOTH", -"380 540 OFFCURVE", -"116 336 OFFCURVE", -"116 -28 CURVE SMOOTH", -"116 -72 LINE SMOOTH", -"116 -380 OFFCURVE", -"340 -600 OFFCURVE", -"648 -600 CURVE SMOOTH" -); -} -); -width = 1264; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -paths = ( -{ -closed = 1; -nodes = ( -"968 -604 OFFCURVE", -"1132 -512 OFFCURVE", -"1208 -416 CURVE", -"1052 -216 LINE", -"980 -296 OFFCURVE", -"872 -320 OFFCURVE", -"780 -320 CURVE SMOOTH", -"616 -320 OFFCURVE", -"496 -216 OFFCURVE", -"496 -68 CURVE SMOOTH", -"496 -28 LINE SMOOTH", -"496 124 OFFCURVE", -"556 256 OFFCURVE", -"708 256 CURVE SMOOTH", -"812 256 OFFCURVE", -"896 208 OFFCURVE", -"896 108 CURVE SMOOTH", -"896 76 LINE", -"288 76 LINE", -"288 -140 LINE", -"1240 -140 LINE", -"1240 0 LINE SMOOTH", -"1240 344 OFFCURVE", -"1036 540 OFFCURVE", -"716 540 CURVE SMOOTH", -"328 540 OFFCURVE", -"160 272 OFFCURVE", -"160 -28 CURVE SMOOTH", -"160 -68 LINE SMOOTH", -"160 -344 OFFCURVE", -"368 -604 OFFCURVE", -"756 -604 CURVE SMOOTH {name = hr00;}" -); -} -); -width = 1396; -}, -{ -layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; -paths = ( -{ -closed = 1; -nodes = ( -"644 -600 OFFCURVE", -"804 -500 OFFCURVE", -"892 -392 CURVE", -"756 -248 LINE", -"680 -320 OFFCURVE", -"596 -392 OFFCURVE", -"468 -392 CURVE SMOOTH", -"296 -392 OFFCURVE", -"196 -272 OFFCURVE", -"228 -72 CURVE SMOOTH", -"236 -28 LINE SMOOTH", -"276 208 OFFCURVE", -"388 328 OFFCURVE", -"552 328 CURVE SMOOTH", -"716 328 OFFCURVE", -"768 224 OFFCURVE", -"748 84 CURVE SMOOTH", -"744 72 LINE", -"148 72 LINE", -"112 -140 LINE", -"960 -140 LINE", -"984 -4 LINE SMOOTH", -"1036 304 OFFCURVE", -"912 540 OFFCURVE", -"588 540 CURVE SMOOTH", -"344 540 OFFCURVE", -"44 336 OFFCURVE", -"-16 -28 CURVE SMOOTH", -"-24 -72 LINE SMOOTH", -"-76 -380 OFFCURVE", -"112 -600 OFFCURVE", -"420 -600 CURVE SMOOTH" -); -} -); -width = 1264; -}, -{ -layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -paths = ( -{ -closed = 1; -nodes = ( -"740 -604 OFFCURVE", -"920 -512 OFFCURVE", -"1012 -416 CURVE", -"888 -216 LINE", -"804 -296 OFFCURVE", -"692 -320 OFFCURVE", -"600 -320 CURVE SMOOTH", -"436 -320 OFFCURVE", -"332 -216 OFFCURVE", -"356 -68 CURVE SMOOTH", -"364 -28 LINE SMOOTH", -"388 124 OFFCURVE", -"472 256 OFFCURVE", -"624 256 CURVE SMOOTH", -"728 256 OFFCURVE", -"804 208 OFFCURVE", -"788 108 CURVE SMOOTH", -"780 76 LINE", -"172 76 LINE", -"136 -140 LINE", -"1088 -140 LINE", -"1112 0 LINE SMOOTH", -"1168 344 OFFCURVE", -"1000 540 OFFCURVE", -"680 540 CURVE SMOOTH", -"292 540 OFFCURVE", -"76 272 OFFCURVE", -"28 -28 CURVE SMOOTH", -"20 -68 LINE SMOOTH", -"-24 -344 OFFCURVE", -"140 -604 OFFCURVE", -"528 -604 CURVE SMOOTH {name = hr00;}" -); -} -); -width = 1396; -} -); -unicode = 2091; -userData = { -interface.gridadjust.original = "{'width': 1161, 'leftMargin': 144, 'rightMargin': 21}"; -"interface.width-adjustments" = ( --16 -); -}; -}, -{ -glyphname = uni2092; -lastChange = "2018-09-14 16:09:22 +0000"; -layers = ( -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -paths = ( -{ -closed = 1; -nodes = ( -"100 -376 OFFCURVE", -"304 -600 OFFCURVE", -"616 -600 CURVE SMOOTH", -"928 -600 OFFCURVE", -"1132 -376 OFFCURVE", -"1132 -40 CURVE SMOOTH", -"1132 -20 LINE SMOOTH", -"1132 312 OFFCURVE", -"928 540 OFFCURVE", -"616 540 CURVE SMOOTH", -"304 540 OFFCURVE", -"100 312 OFFCURVE", -"100 -20 CURVE SMOOTH", -"100 -40 LINE" -); -}, -{ -closed = 1; -nodes = ( -"352 192 OFFCURVE", -"440 328 OFFCURVE", -"616 328 CURVE SMOOTH", -"788 328 OFFCURVE", -"880 192 OFFCURVE", -"880 -20 CURVE SMOOTH", -"880 -40 LINE SMOOTH", -"880 -256 OFFCURVE", -"788 -392 OFFCURVE", -"616 -392 CURVE SMOOTH", -"440 -392 OFFCURVE", -"352 -256 OFFCURVE", -"352 -40 CURVE SMOOTH", -"352 -20 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -paths = ( -{ -closed = 1; -nodes = ( -"144 -352 OFFCURVE", -"336 -596 OFFCURVE", -"704 -596 CURVE SMOOTH", -"1072 -596 OFFCURVE", -"1260 -352 OFFCURVE", -"1260 -36 CURVE SMOOTH", -"1260 -16 LINE SMOOTH", -"1260 300 OFFCURVE", -"1072 544 OFFCURVE", -"704 544 CURVE SMOOTH", -"336 544 OFFCURVE", -"144 300 OFFCURVE", -"144 -16 CURVE SMOOTH", -"144 -36 LINE" -); -}, -{ -closed = 1; -nodes = ( -"484 136 OFFCURVE", -"548 260 OFFCURVE", -"704 260 CURVE SMOOTH", -"856 260 OFFCURVE", -"920 140 OFFCURVE", -"920 -16 CURVE SMOOTH", -"920 -36 LINE SMOOTH", -"920 -196 OFFCURVE", -"856 -308 OFFCURVE", -"704 -308 CURVE SMOOTH", -"552 -308 OFFCURVE", -"484 -200 OFFCURVE", -"484 -36 CURVE SMOOTH", -"484 -16 LINE" -); -} -); -width = 1392; -}, -{ -layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; -paths = ( -{ -closed = 1; -nodes = ( -"-88 -376 OFFCURVE", -"76 -600 OFFCURVE", -"388 -600 CURVE SMOOTH", -"700 -600 OFFCURVE", -"944 -376 OFFCURVE", -"1000 -40 CURVE SMOOTH", -"1000 -20 LINE SMOOTH", -"1056 312 OFFCURVE", -"892 540 OFFCURVE", -"580 540 CURVE SMOOTH", -"268 540 OFFCURVE", -"24 312 OFFCURVE", -"-32 -20 CURVE SMOOTH", -"-32 -40 LINE" -); -}, -{ -closed = 1; -nodes = ( -"256 192 OFFCURVE", -"368 328 OFFCURVE", -"544 328 CURVE SMOOTH", -"716 328 OFFCURVE", -"784 192 OFFCURVE", -"748 -20 CURVE SMOOTH", -"748 -40 LINE SMOOTH", -"712 -256 OFFCURVE", -"596 -392 OFFCURVE", -"424 -392 CURVE SMOOTH", -"248 -392 OFFCURVE", -"184 -256 OFFCURVE", -"220 -40 CURVE SMOOTH", -"220 -20 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -paths = ( -{ -closed = 1; -nodes = ( -"-40 -352 OFFCURVE", -"112 -596 OFFCURVE", -"480 -596 CURVE SMOOTH", -"848 -596 OFFCURVE", -"1076 -352 OFFCURVE", -"1128 -36 CURVE SMOOTH", -"1132 -16 LINE SMOOTH", -"1184 300 OFFCURVE", -"1036 544 OFFCURVE", -"668 544 CURVE SMOOTH", -"300 544 OFFCURVE", -"68 300 OFFCURVE", -"16 -16 CURVE SMOOTH", -"12 -36 LINE" -); -}, -{ -closed = 1; -nodes = ( -"380 136 OFFCURVE", -"464 260 OFFCURVE", -"620 260 CURVE SMOOTH", -"772 260 OFFCURVE", -"816 140 OFFCURVE", -"792 -16 CURVE SMOOTH", -"788 -36 LINE SMOOTH", -"760 -196 OFFCURVE", -"676 -308 OFFCURVE", -"524 -308 CURVE SMOOTH", -"372 -308 OFFCURVE", -"324 -200 OFFCURVE", -"352 -36 CURVE SMOOTH", -"356 -16 LINE" -); -} -); -width = 1392; -} -); -unicode = 2092; -userData = { -interface.gridadjust.original = "{'width': 1199.0, 'leftMargin': 124, 'rightMargin': 43.0}"; -"interface.width-adjustments" = ( --16 -); -}; -}, -{ glyphname = uni2094; lastChange = "2018-09-14 16:09:22 +0000"; layers = ( @@ -316710,159 +315656,6 @@ interface.gridadjust.original = "{'width': 1161, 'leftMargin': 21, 'rightMargin' }; }, { -glyphname = uni2096; -lastChange = "2018-09-14 16:09:22 +0000"; -layers = ( -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -paths = ( -{ -closed = 1; -nodes = ( -"124 1016 LINE", -"124 -572 LINE", -"376 -572 LINE", -"376 1016 LINE" -); -}, -{ -closed = 1; -nodes = ( -"780 528 LINE", -"468 176 LINE", -"276 -64 LINE", -"304 -292 LINE", -"592 16 LINE", -"1064 528 LINE" -); -}, -{ -closed = 1; -nodes = ( -"1108 -572 LINE", -"624 124 LINE", -"480 -56 LINE", -"816 -572 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -paths = ( -{ -closed = 1; -nodes = ( -"148 1012 LINE", -"148 -576 LINE", -"484 -576 LINE", -"484 1012 LINE" -); -}, -{ -closed = 1; -nodes = ( -"800 528 LINE", -"516 200 LINE", -"292 -88 LINE", -"468 -280 LINE", -"700 -56 LINE", -"1204 528 LINE" -); -}, -{ -closed = 1; -nodes = ( -"1252 -576 LINE", -"800 100 LINE", -"520 -80 LINE", -"832 -576 LINE" -); -} -); -width = 1396; -}, -{ -layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; -paths = ( -{ -closed = 1; -nodes = ( -"204 1016 LINE", -"-56 -572 LINE", -"196 -572 LINE", -"456 1016 LINE" -); -}, -{ -closed = 1; -nodes = ( -"780 528 LINE", -"408 176 LINE", -"180 -64 LINE", -"168 -292 LINE", -"508 16 LINE", -"1064 528 LINE" -); -}, -{ -closed = 1; -nodes = ( -"928 -572 LINE", -"556 124 LINE", -"384 -56 LINE", -"636 -572 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -paths = ( -{ -closed = 1; -nodes = ( -"188 1012 LINE", -"-76 -576 LINE", -"260 -576 LINE", -"524 1012 LINE" -); -}, -{ -closed = 1; -nodes = ( -"760 528 LINE", -"420 200 LINE", -"152 -88 LINE", -"296 -280 LINE", -"564 -56 LINE", -"1164 528 LINE" -); -}, -{ -closed = 1; -nodes = ( -"1028 -576 LINE", -"688 100 LINE", -"380 -80 LINE", -"608 -576 LINE" -); -} -); -width = 1396; -} -); -unicode = 2096; -userData = { -interface.gridadjust.original = "{'width': 1151, 'leftMargin': 148, 'rightMargin': 19}"; -"interface.width-adjustments" = ( --16 -); -}; -}, -{ color = (222,222,222,1); glyphname = uni02B2.ccmp; lastChange = "2018-09-14 16:09:22 +0000"; @@ -317096,392 +315889,6 @@ width = 0; unicode = 033A; }, { -glyphname = uni209A; -lastChange = "2018-09-14 16:09:22 +0000"; -layers = ( -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -paths = ( -{ -closed = 1; -nodes = ( -"380 308 LINE", -"352 520 LINE", -"128 520 LINE", -"128 -728 LINE", -"380 -728 LINE" -); -}, -{ -closed = 1; -nodes = ( -"1136 332 OFFCURVE", -"960 540 OFFCURVE", -"688 540 CURVE SMOOTH", -"404 540 OFFCURVE", -"268 340 OFFCURVE", -"240 16 CURVE", -"240 -20 LINE", -"268 -332 OFFCURVE", -"404 -520 OFFCURVE", -"684 -520 CURVE SMOOTH", -"964 -520 OFFCURVE", -"1136 -324 OFFCURVE", -"1136 0 CURVE SMOOTH", -"1136 24 LINE" -); -}, -{ -closed = 1; -nodes = ( -"884 -188 OFFCURVE", -"816 -308 OFFCURVE", -"636 -308 CURVE SMOOTH", -"480 -308 OFFCURVE", -"364 -216 OFFCURVE", -"336 -92 CURVE", -"336 88 LINE", -"368 220 OFFCURVE", -"480 328 OFFCURVE", -"636 328 CURVE SMOOTH", -"808 328 OFFCURVE", -"884 212 OFFCURVE", -"884 24 CURVE SMOOTH", -"884 0 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -paths = ( -{ -closed = 1; -nodes = ( -"516 220 LINE", -"464 516 LINE", -"176 516 LINE", -"176 -728 LINE", -"516 -728 LINE" -); -}, -{ -closed = 1; -nodes = ( -"1212 332 OFFCURVE", -"1084 536 OFFCURVE", -"768 536 CURVE SMOOTH", -"488 536 OFFCURVE", -"384 312 OFFCURVE", -"336 48 CURVE", -"336 24 LINE", -"384 -220 OFFCURVE", -"488 -460 OFFCURVE", -"772 -460 CURVE SMOOTH", -"1080 -460 OFFCURVE", -"1212 -252 OFFCURVE", -"1212 24 CURVE SMOOTH", -"1212 40 LINE" -); -}, -{ -closed = 1; -nodes = ( -"872 -76 OFFCURVE", -"820 -172 OFFCURVE", -"672 -172 CURVE SMOOTH", -"512 -172 OFFCURVE", -"484 -108 OFFCURVE", -"480 16 CURVE SMOOTH", -"480 60 LINE SMOOTH", -"480 180 OFFCURVE", -"504 248 OFFCURVE", -"672 248 CURVE SMOOTH", -"852 248 OFFCURVE", -"872 136 OFFCURVE", -"872 40 CURVE SMOOTH", -"872 24 LINE" -); -} -); -width = 1388; -}, -{ -layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; -paths = ( -{ -closed = 1; -nodes = ( -"304 308 LINE", -"312 520 LINE", -"88 520 LINE", -"-120 -728 LINE", -"132 -728 LINE" -); -}, -{ -closed = 1; -nodes = ( -"1064 332 OFFCURVE", -"924 540 OFFCURVE", -"652 540 CURVE SMOOTH", -"368 540 OFFCURVE", -"196 340 OFFCURVE", -"116 16 CURVE", -"108 -20 LINE", -"84 -332 OFFCURVE", -"192 -520 OFFCURVE", -"472 -520 CURVE SMOOTH", -"752 -520 OFFCURVE", -"956 -324 OFFCURVE", -"1008 0 CURVE SMOOTH", -"1012 24 LINE" -); -}, -{ -closed = 1; -nodes = ( -"724 -188 OFFCURVE", -"636 -308 OFFCURVE", -"456 -308 CURVE SMOOTH", -"300 -308 OFFCURVE", -"200 -216 OFFCURVE", -"192 -92 CURVE", -"224 88 LINE", -"276 220 OFFCURVE", -"408 328 OFFCURVE", -"564 328 CURVE SMOOTH", -"736 328 OFFCURVE", -"792 212 OFFCURVE", -"760 24 CURVE SMOOTH", -"756 0 LINE" -); -} -); -width = 1264; -}, -{ -layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -paths = ( -{ -closed = 1; -nodes = ( -"424 220 LINE", -"424 516 LINE", -"136 516 LINE", -"-72 -728 LINE", -"268 -728 LINE" -); -}, -{ -closed = 1; -nodes = ( -"1140 332 OFFCURVE", -"1044 536 OFFCURVE", -"728 536 CURVE SMOOTH", -"448 536 OFFCURVE", -"308 312 OFFCURVE", -"216 48 CURVE", -"212 24 LINE", -"220 -220 OFFCURVE", -"284 -460 OFFCURVE", -"568 -460 CURVE SMOOTH", -"876 -460 OFFCURVE", -"1044 -252 OFFCURVE", -"1088 24 CURVE SMOOTH", -"1092 40 LINE" -); -}, -{ -closed = 1; -nodes = ( -"732 -76 OFFCURVE", -"664 -172 OFFCURVE", -"516 -172 CURVE SMOOTH", -"356 -172 OFFCURVE", -"340 -108 OFFCURVE", -"356 16 CURVE SMOOTH", -"364 60 LINE SMOOTH", -"384 180 OFFCURVE", -"416 248 OFFCURVE", -"584 248 CURVE SMOOTH", -"764 248 OFFCURVE", -"768 136 OFFCURVE", -"752 40 CURVE SMOOTH", -"748 24 LINE" -); -} -); -width = 1388; -} -); -unicode = 209A; -userData = { -interface.gridadjust.original = "{'width': 1229, 'leftMargin': 138, 'rightMargin': 82}"; -"interface.width-adjustments" = ( --16 -); -}; -}, -{ -glyphname = uni209C; -lastChange = "2018-09-14 16:09:22 +0000"; -layers = ( -{ -layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; -paths = ( -{ -closed = 1; -nodes = ( -"156 520 LINE", -"156 308 LINE", -"816 308 LINE", -"816 520 LINE" -); -}, -{ -closed = 1; -nodes = ( -"356 -276 LINE SMOOTH", -"356 -512 OFFCURVE", -"472 -600 OFFCURVE", -"612 -600 CURVE SMOOTH", -"684 -600 OFFCURVE", -"768 -588 OFFCURVE", -"800 -580 CURVE", -"800 -380 LINE", -"784 -384 OFFCURVE", -"736 -392 OFFCURVE", -"708 -392 CURVE SMOOTH", -"648 -392 OFFCURVE", -"608 -360 OFFCURVE", -"608 -236 CURVE SMOOTH", -"608 784 LINE", -"356 784 LINE" -); -} -); -width = 1008; -}, -{ -layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; -paths = ( -{ -closed = 1; -nodes = ( -"56 520 LINE", -"56 268 LINE", -"716 268 LINE", -"716 520 LINE" -); -}, -{ -closed = 1; -nodes = ( -"196 -204 LINE SMOOTH", -"196 -456 OFFCURVE", -"296 -600 OFFCURVE", -"540 -600 CURVE SMOOTH", -"628 -600 OFFCURVE", -"680 -592 OFFCURVE", -"736 -568 CURVE", -"736 -300 LINE", -"720 -304 OFFCURVE", -"704 -308 OFFCURVE", -"652 -308 CURVE SMOOTH", -"552 -308 OFFCURVE", -"532 -272 OFFCURVE", -"532 -212 CURVE SMOOTH", -"532 800 LINE", -"196 800 LINE" -); -} -); -width = 776; -}, -{ -layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; -paths = ( -{ -closed = 1; -nodes = ( -"116 520 LINE", -"80 308 LINE", -"740 308 LINE", -"776 520 LINE" -); -}, -{ -closed = 1; -nodes = ( -"184 -276 LINE SMOOTH", -"144 -512 OFFCURVE", -"244 -600 OFFCURVE", -"384 -600 CURVE SMOOTH", -"456 -600 OFFCURVE", -"544 -588 OFFCURVE", -"576 -580 CURVE", -"608 -380 LINE", -"592 -384 OFFCURVE", -"544 -392 OFFCURVE", -"516 -392 CURVE SMOOTH", -"456 -392 OFFCURVE", -"420 -360 OFFCURVE", -"440 -236 CURVE SMOOTH", -"612 784 LINE", -"360 784 LINE" -); -} -); -width = 1008; -}, -{ -layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; -paths = ( -{ -closed = 1; -nodes = ( -"16 520 LINE", -"-28 268 LINE", -"632 268 LINE", -"676 520 LINE" -); -}, -{ -closed = 1; -nodes = ( -"36 -204 LINE SMOOTH", -"-8 -456 OFFCURVE", -"68 -600 OFFCURVE", -"312 -600 CURVE SMOOTH", -"400 -600 OFFCURVE", -"456 -592 OFFCURVE", -"516 -568 CURVE", -"560 -300 LINE", -"544 -304 OFFCURVE", -"524 -308 OFFCURVE", -"472 -308 CURVE SMOOTH", -"372 -308 OFFCURVE", -"360 -272 OFFCURVE", -"368 -212 CURVE SMOOTH", -"536 800 LINE", -"200 800 LINE" -); -} -); -width = 776; -} -); -unicode = 209C; -userData = { -interface.gridadjust.original = "{'width': 770.0, 'leftMargin': 184, 'rightMargin': -74.0}"; -"interface.width-adjustments" = ( --16 -); -}; -}, -{ glyphname = esh; lastChange = "2018-09-14 16:09:22 +0000"; layers = ( @@ -332948,6 +331355,1219 @@ width = 2816; unicode = 04DD; }, { +glyphname = a.subs; +lastChange = "2018-09-23 19:42:46 +0000"; +layers = ( +{ +components = ( +{ +name = a.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1064; +}, +{ +components = ( +{ +name = a.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1060; +}, +{ +components = ( +{ +name = a.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1076; +}, +{ +components = ( +{ +name = a.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1076; +} +); +unicode = 2090; +}, +{ +glyphname = b.subs; +lastChange = "2018-09-23 19:46:11 +0000"; +layers = ( +{ +components = ( +{ +name = b.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1156; +}, +{ +components = ( +{ +name = b.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1156; +}, +{ +components = ( +{ +name = b.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +components = ( +{ +name = b.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +} +); +}, +{ +glyphname = c.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = c.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1060; +}, +{ +components = ( +{ +name = c.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1060; +}, +{ +components = ( +{ +name = c.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1092; +}, +{ +components = ( +{ +name = c.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1092; +} +); +}, +{ +glyphname = d.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = d.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1156; +}, +{ +components = ( +{ +name = d.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1156; +}, +{ +components = ( +{ +name = d.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +components = ( +{ +name = d.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +} +); +}, +{ +glyphname = e.subs; +lastChange = "2018-09-23 19:46:49 +0000"; +layers = ( +{ +components = ( +{ +name = e.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1096; +}, +{ +components = ( +{ +name = e.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1096; +}, +{ +components = ( +{ +name = e.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1100; +}, +{ +components = ( +{ +name = e.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1100; +} +); +unicode = 2091; +}, +{ +glyphname = f.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = f.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 696; +}, +{ +components = ( +{ +name = f.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 696; +}, +{ +components = ( +{ +name = f.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 792; +}, +{ +components = ( +{ +name = f.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 792; +} +); +}, +{ +glyphname = g.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = g.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1156; +}, +{ +components = ( +{ +name = g.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1152; +}, +{ +components = ( +{ +name = g.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +components = ( +{ +name = g.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +} +); +}, +{ +glyphname = h.subs; +lastChange = "2018-09-23 19:46:56 +0000"; +layers = ( +{ +components = ( +{ +name = h.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1116; +}, +{ +components = ( +{ +name = h.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1112; +}, +{ +components = ( +{ +name = h.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +components = ( +{ +name = h.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +} +); +unicode = 2095; +}, +{ +glyphname = i.subs; +lastChange = "2018-09-23 19:47:04 +0000"; +layers = ( +{ +components = ( +{ +name = i.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 472; +}, +{ +components = ( +{ +name = i.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 472; +}, +{ +components = ( +{ +name = i.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 568; +}, +{ +components = ( +{ +name = i.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 572; +} +); +unicode = 1D62; +}, +{ +glyphname = j.subs; +lastChange = "2018-09-23 19:47:10 +0000"; +layers = ( +{ +components = ( +{ +name = j.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 508; +}, +{ +components = ( +{ +name = j.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 504; +}, +{ +components = ( +{ +name = j.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 724; +}, +{ +components = ( +{ +name = j.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 724; +} +); +unicode = 2C7C; +}, +{ +glyphname = k.subs; +lastChange = "2018-09-23 19:47:57 +0000"; +layers = ( +{ +components = ( +{ +name = k.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1048; +}, +{ +components = ( +{ +name = k.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1040; +}, +{ +components = ( +{ +name = k.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1128; +}, +{ +components = ( +{ +name = k.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1128; +} +); +unicode = 2096; +}, +{ +glyphname = l.subs; +lastChange = "2018-09-23 19:48:02 +0000"; +layers = ( +{ +components = ( +{ +name = l.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 468; +}, +{ +components = ( +{ +name = l.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 468; +}, +{ +components = ( +{ +name = l.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 536; +}, +{ +components = ( +{ +name = l.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 540; +} +); +unicode = 2097; +}, +{ +glyphname = m.subs; +lastChange = "2018-09-23 19:48:42 +0000"; +layers = ( +{ +components = ( +{ +name = m.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1636; +}, +{ +components = ( +{ +name = m.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1632; +}, +{ +components = ( +{ +name = m.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1752; +}, +{ +components = ( +{ +name = m.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1752; +} +); +unicode = 2098; +}, +{ +glyphname = n.subs; +lastChange = "2018-09-23 19:49:19 +0000"; +layers = ( +{ +components = ( +{ +name = n.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1116; +}, +{ +components = ( +{ +name = n.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1112; +}, +{ +components = ( +{ +name = n.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +components = ( +{ +name = n.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +} +); +unicode = 2099; +}, +{ +glyphname = o.subs; +lastChange = "2018-09-23 19:49:58 +0000"; +layers = ( +{ +components = ( +{ +name = o.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1120; +}, +{ +components = ( +{ +name = o.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1116; +}, +{ +components = ( +{ +name = o.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1120; +}, +{ +components = ( +{ +name = o.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1120; +} +); +unicode = 2092; +}, +{ +glyphname = p.subs; +lastChange = "2018-09-23 19:50:36 +0000"; +layers = ( +{ +components = ( +{ +name = p.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1156; +}, +{ +components = ( +{ +name = p.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1156; +}, +{ +components = ( +{ +name = p.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +components = ( +{ +name = p.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +} +); +unicode = 209A; +}, +{ +glyphname = q.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = q.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1156; +}, +{ +components = ( +{ +name = q.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1156; +}, +{ +components = ( +{ +name = q.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +components = ( +{ +name = q.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +} +); +}, +{ +glyphname = r.subs; +lastChange = "2018-09-23 19:50:44 +0000"; +layers = ( +{ +components = ( +{ +name = r.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 752; +}, +{ +components = ( +{ +name = r.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 748; +}, +{ +components = ( +{ +name = r.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 860; +}, +{ +components = ( +{ +name = r.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 860; +} +); +unicode = 1D63; +}, +{ +glyphname = s.subs; +lastChange = "2018-09-23 19:50:51 +0000"; +layers = ( +{ +components = ( +{ +name = s.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1000; +}, +{ +components = ( +{ +name = s.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1000; +}, +{ +components = ( +{ +name = s.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1104; +}, +{ +components = ( +{ +name = s.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1100; +} +); +unicode = 209B; +}, +{ +glyphname = t.subs; +lastChange = "2018-09-23 19:51:20 +0000"; +layers = ( +{ +components = ( +{ +name = t.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 692; +}, +{ +components = ( +{ +name = t.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 688; +}, +{ +components = ( +{ +name = t.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 768; +}, +{ +components = ( +{ +name = t.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 772; +} +); +unicode = 209C; +}, +{ +glyphname = u.subs; +lastChange = "2018-09-23 19:51:26 +0000"; +layers = ( +{ +components = ( +{ +name = u.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1116; +}, +{ +components = ( +{ +name = u.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1116; +}, +{ +components = ( +{ +name = u.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +components = ( +{ +name = u.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +} +); +unicode = 1D64; +}, +{ +glyphname = v.subs; +lastChange = "2018-09-23 19:51:32 +0000"; +layers = ( +{ +components = ( +{ +name = v.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1076; +}, +{ +components = ( +{ +name = v.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1076; +}, +{ +components = ( +{ +name = v.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1188; +}, +{ +components = ( +{ +name = v.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1188; +} +); +unicode = 1D65; +}, +{ +glyphname = w.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = w.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1524; +}, +{ +components = ( +{ +name = w.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1524; +}, +{ +components = ( +{ +name = w.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1528; +}, +{ +components = ( +{ +name = w.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1524; +} +); +}, +{ +glyphname = x.subs; +lastChange = "2018-09-23 19:51:39 +0000"; +layers = ( +{ +components = ( +{ +name = x.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1032; +}, +{ +components = ( +{ +name = x.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1036; +}, +{ +components = ( +{ +name = x.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1104; +}, +{ +components = ( +{ +name = x.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1108; +} +); +unicode = 2093; +}, +{ +glyphname = y.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = y.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1076; +}, +{ +components = ( +{ +name = y.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1076; +}, +{ +components = ( +{ +name = y.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1188; +}, +{ +components = ( +{ +name = y.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1192; +} +); +}, +{ +glyphname = z.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = z.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1032; +}, +{ +components = ( +{ +name = z.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1032; +}, +{ +components = ( +{ +name = z.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1088; +}, +{ +components = ( +{ +name = z.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1084; +} +); +}, +{ glyphname = "Eltail-cy"; lastChange = "2018-09-16 15:03:35 +0000"; layers = ( @@ -333013,6 +332633,590 @@ interface.gridadjust.original = "{'width': 2137, 'leftMargin': 67, 'rightMargin' }; }, { +glyphname = zero.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = zero.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1208; +}, +{ +components = ( +{ +name = zero.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1204; +}, +{ +components = ( +{ +name = zero.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1284; +}, +{ +components = ( +{ +name = zero.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1284; +} +); +leftMetricsKey = zero.sups; +rightMetricsKey = zero.sups; +unicode = 2080; +}, +{ +glyphname = one.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = one.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 848; +}, +{ +components = ( +{ +name = one.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 848; +}, +{ +components = ( +{ +name = one.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 940; +}, +{ +components = ( +{ +name = one.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 940; +} +); +leftMetricsKey = one.sups; +rightMetricsKey = one.sups; +unicode = 2081; +}, +{ +glyphname = two.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = two.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1156; +}, +{ +components = ( +{ +name = two.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1156; +}, +{ +components = ( +{ +name = two.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1224; +}, +{ +components = ( +{ +name = two.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1224; +} +); +leftMetricsKey = two.sups; +rightMetricsKey = two.sups; +unicode = 2082; +}, +{ +glyphname = three.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = three.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1156; +}, +{ +components = ( +{ +name = three.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1152; +}, +{ +components = ( +{ +name = three.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1256; +}, +{ +components = ( +{ +name = three.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1256; +} +); +leftMetricsKey = three.sups; +rightMetricsKey = three.sups; +unicode = 2083; +}, +{ +glyphname = four.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = four.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1224; +}, +{ +components = ( +{ +name = four.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1228; +}, +{ +components = ( +{ +name = four.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1288; +}, +{ +components = ( +{ +name = four.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1284; +} +); +leftMetricsKey = four.sups; +rightMetricsKey = four.sups; +unicode = 2084; +}, +{ +glyphname = five.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = five.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1160; +}, +{ +components = ( +{ +name = five.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1160; +}, +{ +components = ( +{ +name = five.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1240; +}, +{ +components = ( +{ +name = five.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1244; +} +); +leftMetricsKey = five.sups; +rightMetricsKey = five.sups; +unicode = 2085; +}, +{ +glyphname = six.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = six.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1192; +}, +{ +components = ( +{ +name = six.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1192; +}, +{ +components = ( +{ +name = six.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1268; +}, +{ +components = ( +{ +name = six.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1268; +} +); +leftMetricsKey = six.sups; +rightMetricsKey = six.sups; +unicode = 2086; +}, +{ +glyphname = seven.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = seven.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1084; +}, +{ +components = ( +{ +name = seven.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1088; +}, +{ +components = ( +{ +name = seven.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1132; +}, +{ +components = ( +{ +name = seven.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1136; +} +); +leftMetricsKey = seven.sups; +rightMetricsKey = seven.sups; +unicode = 2087; +}, +{ +glyphname = eight.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = eight.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1184; +}, +{ +components = ( +{ +name = eight.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1180; +}, +{ +components = ( +{ +name = eight.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1280; +}, +{ +components = ( +{ +name = eight.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1280; +} +); +leftMetricsKey = eight.sups; +rightMetricsKey = eight.sups; +unicode = 2088; +}, +{ +glyphname = nine.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = nine.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1192; +}, +{ +components = ( +{ +name = nine.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1192; +}, +{ +components = ( +{ +name = nine.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1268; +}, +{ +components = ( +{ +name = nine.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1268; +} +); +leftMetricsKey = nine.sups; +rightMetricsKey = nine.sups; +unicode = 2089; +}, +{ +glyphname = parenleft.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = parenleft.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 652; +}, +{ +components = ( +{ +name = parenleft.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 652; +}, +{ +components = ( +{ +name = parenleft.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 780; +}, +{ +components = ( +{ +name = parenleft.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 780; +} +); +unicode = 208D; +}, +{ +glyphname = parenright.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = parenright.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 652; +}, +{ +components = ( +{ +name = parenright.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 652; +}, +{ +components = ( +{ +name = parenright.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 784; +}, +{ +components = ( +{ +name = parenright.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 780; +} +); +unicode = 208E; +}, +{ color = (204,240,242,1); glyphname = tonebarextrahighmod.cn; lastChange = "2018-09-14 16:09:22 +0000"; @@ -333563,6 +333767,147 @@ interface.gridadjust.original = "{'width': 919, 'leftMargin': 55, 'rightMargin': }; }, { +glyphname = plus.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = plus.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1172; +}, +{ +components = ( +{ +name = plus.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1168; +}, +{ +components = ( +{ +name = plus.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1048; +}, +{ +components = ( +{ +name = plus.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1052; +} +); +unicode = 208A; +}, +{ +glyphname = minus.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = minus.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1172; +}, +{ +components = ( +{ +name = minus.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1168; +}, +{ +components = ( +{ +name = minus.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1040; +}, +{ +components = ( +{ +name = minus.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1044; +} +); +unicode = 208B; +}, +{ +glyphname = equal.subs; +lastChange = "2018-09-23 19:39:37 +0000"; +layers = ( +{ +components = ( +{ +name = equal.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1168; +}, +{ +components = ( +{ +name = equal.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1168; +}, +{ +components = ( +{ +name = equal.sups; +transform = "{1, 0, 0, 1, 0, -1376}"; +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1044; +}, +{ +components = ( +{ +name = equal.sups; +transform = "{1, 0, 0, 1, -228, -1376}"; +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1044; +} +); +unicode = 208C; +}, +{ color = (222,222,222,1); glyphname = macronacutecomb.cn; lastChange = "2018-09-14 16:09:22 +0000";