mirror of
https://github.com/rsms/inter.git
synced 2024-12-26 17:12:35 +03:00
Adds Subscript feature and glyphs. 0-9, a-z, +, -, =, ( and )
This commit is contained in:
parent
8a5f445dba
commit
028c663c32
49
misc/subscript-codepoint-mapping.txt
Normal file
49
misc/subscript-codepoint-mapping.txt
Normal file
@ -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
|
@ -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;
|
||||
|
@ -105,9 +105,9 @@
|
||||
<key>openTypeNameSampleText</key>
|
||||
<string></string>
|
||||
<key>openTypeNameUniqueID</key>
|
||||
<string>Inter UI Black:2018:410438e7</string>
|
||||
<string>Inter UI Black:2018:9b7c9e81</string>
|
||||
<key>openTypeNameVersion</key>
|
||||
<string>3.0;410438e7</string>
|
||||
<string>3.0;9b7c9e81</string>
|
||||
<key>openTypeOS2CodePageRanges</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
|
@ -26,8 +26,8 @@
|
||||
<string>e.glif</string>
|
||||
<key>eight</key>
|
||||
<string>eight.glif</string>
|
||||
<key>eight.sup</key>
|
||||
<string>eight.sup.glif</string>
|
||||
<key>eight.dnomf</key>
|
||||
<string>eight.dnomf.glif</string>
|
||||
<key>five</key>
|
||||
<string>five.glif</string>
|
||||
<key>four</key>
|
||||
@ -50,12 +50,12 @@
|
||||
<string>perthousand.glif</string>
|
||||
<key>seven</key>
|
||||
<string>seven.glif</string>
|
||||
<key>seven.sup</key>
|
||||
<string>seven.sup.glif</string>
|
||||
<key>seven.dnomf</key>
|
||||
<string>seven.dnomf.glif</string>
|
||||
<key>six</key>
|
||||
<string>six.glif</string>
|
||||
<key>six.sup</key>
|
||||
<string>six.sup.glif</string>
|
||||
<key>six.dnomf</key>
|
||||
<string>six.dnomf.glif</string>
|
||||
<key>two</key>
|
||||
<string>two.glif</string>
|
||||
<key>uni04FD</key>
|
||||
|
14
src/Inter-UI-Black.ufo/glyphs/a.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/a.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="a.subs" format="2">
|
||||
<advance width="1076.0"/>
|
||||
<unicode hex="2090"/>
|
||||
<outline>
|
||||
<component base="a.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:42:46</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
13
src/Inter-UI-Black.ufo/glyphs/b.subs.glif
Normal file
13
src/Inter-UI-Black.ufo/glyphs/b.subs.glif
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="b.subs" format="2">
|
||||
<advance width="1200.0"/>
|
||||
<outline>
|
||||
<component base="b.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:46:11</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
13
src/Inter-UI-Black.ufo/glyphs/c.subs.glif
Normal file
13
src/Inter-UI-Black.ufo/glyphs/c.subs.glif
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="c.subs" format="2">
|
||||
<advance width="1092.0"/>
|
||||
<outline>
|
||||
<component base="c.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -878,6 +878,8 @@
|
||||
<string>Z_linebelow.glif</string>
|
||||
<key>a</key>
|
||||
<string>a.glif</string>
|
||||
<key>a.subs</key>
|
||||
<string>a.subs.glif</string>
|
||||
<key>a.sups</key>
|
||||
<string>a.sups.glif</string>
|
||||
<key>aacute</key>
|
||||
@ -1162,6 +1164,8 @@
|
||||
<string>austral.glif</string>
|
||||
<key>b</key>
|
||||
<string>b.glif</string>
|
||||
<key>b.subs</key>
|
||||
<string>b.subs.glif</string>
|
||||
<key>b.sups</key>
|
||||
<string>b.sups.glif</string>
|
||||
<key>babygamma</key>
|
||||
@ -1248,6 +1252,8 @@
|
||||
<string>bullseye.glif</string>
|
||||
<key>c</key>
|
||||
<string>c.glif</string>
|
||||
<key>c.subs</key>
|
||||
<string>c.subs.glif</string>
|
||||
<key>c.sups</key>
|
||||
<string>c.sups.glif</string>
|
||||
<key>cacute</key>
|
||||
@ -1396,6 +1402,8 @@
|
||||
<string>cyrillictic.cn.glif</string>
|
||||
<key>d</key>
|
||||
<string>d.glif</string>
|
||||
<key>d.subs</key>
|
||||
<string>d.subs.glif</string>
|
||||
<key>d.sups</key>
|
||||
<string>d.sups.glif</string>
|
||||
<key>dagger</key>
|
||||
@ -1522,6 +1530,8 @@
|
||||
<string>dzhecyrillic.glif</string>
|
||||
<key>e</key>
|
||||
<string>e.glif</string>
|
||||
<key>e.subs</key>
|
||||
<string>e.subs.glif</string>
|
||||
<key>e.sups</key>
|
||||
<string>e.sups.glif</string>
|
||||
<key>eacute</key>
|
||||
@ -1566,12 +1576,14 @@
|
||||
<string>eight.glif</string>
|
||||
<key>eight.dnom</key>
|
||||
<string>eight.dnom.glif</string>
|
||||
<key>eight.dnomf</key>
|
||||
<string>eight.dnomf.glif</string>
|
||||
<key>eight.frac</key>
|
||||
<string>eight.frac.glif</string>
|
||||
<key>eight.numr</key>
|
||||
<string>eight.numr.glif</string>
|
||||
<key>eight.sup</key>
|
||||
<string>eight.sup.glif</string>
|
||||
<key>eight.subs</key>
|
||||
<string>eight.subs.glif</string>
|
||||
<key>eight.sups</key>
|
||||
<string>eight.sups.glif</string>
|
||||
<key>eight.tf</key>
|
||||
@ -1650,6 +1662,8 @@
|
||||
<string>equal.dnom.glif</string>
|
||||
<key>equal.numr</key>
|
||||
<string>equal.numr.glif</string>
|
||||
<key>equal.subs</key>
|
||||
<string>equal.subs.glif</string>
|
||||
<key>equal.sups</key>
|
||||
<string>equal.sups.glif</string>
|
||||
<key>ercyrillic</key>
|
||||
@ -1708,6 +1722,8 @@
|
||||
<string>ezhtail.glif</string>
|
||||
<key>f</key>
|
||||
<string>f.glif</string>
|
||||
<key>f.subs</key>
|
||||
<string>f.subs.glif</string>
|
||||
<key>f.sups</key>
|
||||
<string>f.sups.glif</string>
|
||||
<key>fdotaccent</key>
|
||||
@ -1734,12 +1750,14 @@
|
||||
<string>five.glif</string>
|
||||
<key>five.dnom</key>
|
||||
<string>five.dnom.glif</string>
|
||||
<key>five.dnomf</key>
|
||||
<string>five.dnomf.glif</string>
|
||||
<key>five.frac</key>
|
||||
<string>five.frac.glif</string>
|
||||
<key>five.numr</key>
|
||||
<string>five.numr.glif</string>
|
||||
<key>five.sup</key>
|
||||
<string>five.sup.glif</string>
|
||||
<key>five.subs</key>
|
||||
<string>five.subs.glif</string>
|
||||
<key>five.sups</key>
|
||||
<string>five.sups.glif</string>
|
||||
<key>five.tf</key>
|
||||
@ -1756,14 +1774,16 @@
|
||||
<string>four.glif</string>
|
||||
<key>four.dnom</key>
|
||||
<string>four.dnom.glif</string>
|
||||
<key>four.dnomf</key>
|
||||
<string>four.dnomf.glif</string>
|
||||
<key>four.frac</key>
|
||||
<string>four.frac.glif</string>
|
||||
<key>four.numr</key>
|
||||
<string>four.numr.glif</string>
|
||||
<key>four.ss01</key>
|
||||
<string>four.ss01.glif</string>
|
||||
<key>four.sup</key>
|
||||
<string>four.sup.glif</string>
|
||||
<key>four.subs</key>
|
||||
<string>four.subs.glif</string>
|
||||
<key>four.sups</key>
|
||||
<string>four.sups.glif</string>
|
||||
<key>four.tf</key>
|
||||
@ -1780,6 +1800,8 @@
|
||||
<string>franc.glif</string>
|
||||
<key>g</key>
|
||||
<string>g.glif</string>
|
||||
<key>g.subs</key>
|
||||
<string>g.subs.glif</string>
|
||||
<key>g.sups</key>
|
||||
<string>g.sups.glif</string>
|
||||
<key>gacute</key>
|
||||
@ -1864,6 +1886,8 @@
|
||||
<string>guilsinglright.glif</string>
|
||||
<key>h</key>
|
||||
<string>h.glif</string>
|
||||
<key>h.subs</key>
|
||||
<string>h.subs.glif</string>
|
||||
<key>h.sups</key>
|
||||
<string>h.sups.glif</string>
|
||||
<key>haabkhasiancyrillic</key>
|
||||
@ -1934,6 +1958,8 @@
|
||||
<string>i.glif</string>
|
||||
<key>i.numr</key>
|
||||
<string>i.numr.glif</string>
|
||||
<key>i.subs</key>
|
||||
<string>i.subs.glif</string>
|
||||
<key>i.sups</key>
|
||||
<string>i.sups.glif</string>
|
||||
<key>iacute</key>
|
||||
@ -2018,6 +2044,8 @@
|
||||
<string>izhitsadblgravecyrillic.glif</string>
|
||||
<key>j</key>
|
||||
<string>j.glif</string>
|
||||
<key>j.subs</key>
|
||||
<string>j.subs.glif</string>
|
||||
<key>j.sups</key>
|
||||
<string>j.sups.glif</string>
|
||||
<key>jcaron</key>
|
||||
@ -2038,6 +2066,8 @@
|
||||
<string>jhookdblbar.glif</string>
|
||||
<key>k</key>
|
||||
<string>k.glif</string>
|
||||
<key>k.subs</key>
|
||||
<string>k.subs.glif</string>
|
||||
<key>k.sups</key>
|
||||
<string>k.sups.glif</string>
|
||||
<key>kabashkircyrillic</key>
|
||||
@ -2088,6 +2118,8 @@
|
||||
<string>kturn.glif</string>
|
||||
<key>l</key>
|
||||
<string>l.glif</string>
|
||||
<key>l.subs</key>
|
||||
<string>l.subs.glif</string>
|
||||
<key>l.sups</key>
|
||||
<string>l.sups.glif</string>
|
||||
<key>lacute</key>
|
||||
@ -2156,6 +2188,8 @@
|
||||
<string>lyogh.glif</string>
|
||||
<key>m</key>
|
||||
<string>m.glif</string>
|
||||
<key>m.subs</key>
|
||||
<string>m.subs.glif</string>
|
||||
<key>m.sups</key>
|
||||
<string>m.sups.glif</string>
|
||||
<key>macron</key>
|
||||
@ -2204,6 +2238,8 @@
|
||||
<string>minus.dnomnosp.glif</string>
|
||||
<key>minus.numr</key>
|
||||
<string>minus.numr.glif</string>
|
||||
<key>minus.subs</key>
|
||||
<string>minus.subs.glif</string>
|
||||
<key>minus.sups</key>
|
||||
<string>minus.sups.glif</string>
|
||||
<key>minusmod</key>
|
||||
@ -2224,6 +2260,8 @@
|
||||
<string>n.glif</string>
|
||||
<key>n.numr</key>
|
||||
<string>n.numr.glif</string>
|
||||
<key>n.subs</key>
|
||||
<string>n.subs.glif</string>
|
||||
<key>n.sups</key>
|
||||
<string>n.sups.glif</string>
|
||||
<key>nacute</key>
|
||||
@ -2248,14 +2286,16 @@
|
||||
<string>nine.glif</string>
|
||||
<key>nine.dnom</key>
|
||||
<string>nine.dnom.glif</string>
|
||||
<key>nine.dnomf</key>
|
||||
<string>nine.dnomf.glif</string>
|
||||
<key>nine.frac</key>
|
||||
<string>nine.frac.glif</string>
|
||||
<key>nine.numr</key>
|
||||
<string>nine.numr.glif</string>
|
||||
<key>nine.ss01</key>
|
||||
<string>nine.ss01.glif</string>
|
||||
<key>nine.sup</key>
|
||||
<string>nine.sup.glif</string>
|
||||
<key>nine.subs</key>
|
||||
<string>nine.subs.glif</string>
|
||||
<key>nine.sups</key>
|
||||
<string>nine.sups.glif</string>
|
||||
<key>nine.tf</key>
|
||||
@ -2294,6 +2334,8 @@
|
||||
<string>numero.glif</string>
|
||||
<key>o</key>
|
||||
<string>o.glif</string>
|
||||
<key>o.subs</key>
|
||||
<string>o.subs.glif</string>
|
||||
<key>o.sups</key>
|
||||
<string>o.sups.glif</string>
|
||||
<key>oacute</key>
|
||||
@ -2384,14 +2426,16 @@
|
||||
<string>one.glif</string>
|
||||
<key>one.dnom</key>
|
||||
<string>one.dnom.glif</string>
|
||||
<key>one.dnomf</key>
|
||||
<string>one.dnomf.glif</string>
|
||||
<key>one.frac</key>
|
||||
<string>one.frac.glif</string>
|
||||
<key>one.numr</key>
|
||||
<string>one.numr.glif</string>
|
||||
<key>one.ss01</key>
|
||||
<string>one.ss01.glif</string>
|
||||
<key>one.sup</key>
|
||||
<string>one.sup.glif</string>
|
||||
<key>one.subs</key>
|
||||
<string>one.subs.glif</string>
|
||||
<key>one.sups</key>
|
||||
<string>one.sups.glif</string>
|
||||
<key>one.tf</key>
|
||||
@ -2444,6 +2488,8 @@
|
||||
<string>overscorenosp.glif</string>
|
||||
<key>p</key>
|
||||
<string>p.glif</string>
|
||||
<key>p.subs</key>
|
||||
<string>p.subs.glif</string>
|
||||
<key>p.sups</key>
|
||||
<string>p.sups.glif</string>
|
||||
<key>pacute</key>
|
||||
@ -2462,6 +2508,8 @@
|
||||
<string>parenleft.dnom.glif</string>
|
||||
<key>parenleft.numr</key>
|
||||
<string>parenleft.numr.glif</string>
|
||||
<key>parenleft.subs</key>
|
||||
<string>parenleft.subs.glif</string>
|
||||
<key>parenleft.sups</key>
|
||||
<string>parenleft.sups.glif</string>
|
||||
<key>parenright</key>
|
||||
@ -2472,6 +2520,8 @@
|
||||
<string>parenright.dnom.glif</string>
|
||||
<key>parenright.numr</key>
|
||||
<string>parenright.numr.glif</string>
|
||||
<key>parenright.subs</key>
|
||||
<string>parenright.subs.glif</string>
|
||||
<key>parenright.sups</key>
|
||||
<string>parenright.sups.glif</string>
|
||||
<key>partialdiff</key>
|
||||
@ -2530,6 +2580,8 @@
|
||||
<string>plus.dnomnosp.glif</string>
|
||||
<key>plus.numr</key>
|
||||
<string>plus.numr.glif</string>
|
||||
<key>plus.subs</key>
|
||||
<string>plus.subs.glif</string>
|
||||
<key>plus.sups</key>
|
||||
<string>plus.sups.glif</string>
|
||||
<key>plusminus</key>
|
||||
@ -2560,6 +2612,8 @@
|
||||
<string>punctuationspace.glif</string>
|
||||
<key>q</key>
|
||||
<string>q.glif</string>
|
||||
<key>q.subs</key>
|
||||
<string>q.subs.glif</string>
|
||||
<key>q.sups</key>
|
||||
<string>q.sups.glif</string>
|
||||
<key>qhook</key>
|
||||
@ -2598,6 +2652,8 @@
|
||||
<string>quotesingle.glif</string>
|
||||
<key>r</key>
|
||||
<string>r.glif</string>
|
||||
<key>r.subs</key>
|
||||
<string>r.subs.glif</string>
|
||||
<key>r.sups</key>
|
||||
<string>r.sups.glif</string>
|
||||
<key>racute</key>
|
||||
@ -2706,6 +2762,8 @@
|
||||
<string>rupee.glif</string>
|
||||
<key>s</key>
|
||||
<string>s.glif</string>
|
||||
<key>s.subs</key>
|
||||
<string>s.subs.glif</string>
|
||||
<key>s.sups</key>
|
||||
<string>s.sups.glif</string>
|
||||
<key>sacute</key>
|
||||
@ -2754,12 +2812,14 @@
|
||||
<string>seven.glif</string>
|
||||
<key>seven.dnom</key>
|
||||
<string>seven.dnom.glif</string>
|
||||
<key>seven.dnomf</key>
|
||||
<string>seven.dnomf.glif</string>
|
||||
<key>seven.frac</key>
|
||||
<string>seven.frac.glif</string>
|
||||
<key>seven.numr</key>
|
||||
<string>seven.numr.glif</string>
|
||||
<key>seven.sup</key>
|
||||
<string>seven.sup.glif</string>
|
||||
<key>seven.subs</key>
|
||||
<string>seven.subs.glif</string>
|
||||
<key>seven.sups</key>
|
||||
<string>seven.sups.glif</string>
|
||||
<key>seven.tf</key>
|
||||
@ -2784,14 +2844,16 @@
|
||||
<string>six.glif</string>
|
||||
<key>six.dnom</key>
|
||||
<string>six.dnom.glif</string>
|
||||
<key>six.dnomf</key>
|
||||
<string>six.dnomf.glif</string>
|
||||
<key>six.frac</key>
|
||||
<string>six.frac.glif</string>
|
||||
<key>six.numr</key>
|
||||
<string>six.numr.glif</string>
|
||||
<key>six.ss01</key>
|
||||
<string>six.ss01.glif</string>
|
||||
<key>six.sup</key>
|
||||
<string>six.sup.glif</string>
|
||||
<key>six.subs</key>
|
||||
<string>six.subs.glif</string>
|
||||
<key>six.sups</key>
|
||||
<string>six.sups.glif</string>
|
||||
<key>six.tf</key>
|
||||
@ -2832,6 +2894,8 @@
|
||||
<string>summation.glif</string>
|
||||
<key>t</key>
|
||||
<string>t.glif</string>
|
||||
<key>t.subs</key>
|
||||
<string>t.subs.glif</string>
|
||||
<key>t.sups</key>
|
||||
<string>t.sups.glif</string>
|
||||
<key>tackdownsubnosp</key>
|
||||
@ -2894,12 +2958,14 @@
|
||||
<string>three.glif</string>
|
||||
<key>three.dnom</key>
|
||||
<string>three.dnom.glif</string>
|
||||
<key>three.dnomf</key>
|
||||
<string>three.dnomf.glif</string>
|
||||
<key>three.frac</key>
|
||||
<string>three.frac.glif</string>
|
||||
<key>three.numr</key>
|
||||
<string>three.numr.glif</string>
|
||||
<key>three.sup</key>
|
||||
<string>three.sup.glif</string>
|
||||
<key>three.subs</key>
|
||||
<string>three.subs.glif</string>
|
||||
<key>three.sups</key>
|
||||
<string>three.sups.glif</string>
|
||||
<key>three.tf</key>
|
||||
@ -2988,12 +3054,14 @@
|
||||
<string>two.glif</string>
|
||||
<key>two.dnom</key>
|
||||
<string>two.dnom.glif</string>
|
||||
<key>two.dnomf</key>
|
||||
<string>two.dnomf.glif</string>
|
||||
<key>two.frac</key>
|
||||
<string>two.frac.glif</string>
|
||||
<key>two.numr</key>
|
||||
<string>two.numr.glif</string>
|
||||
<key>two.sup</key>
|
||||
<string>two.sup.glif</string>
|
||||
<key>two.subs</key>
|
||||
<string>two.subs.glif</string>
|
||||
<key>two.sups</key>
|
||||
<string>two.sups.glif</string>
|
||||
<key>two.tf</key>
|
||||
@ -3006,6 +3074,8 @@
|
||||
<string>twostroke.glif</string>
|
||||
<key>u</key>
|
||||
<string>u.glif</string>
|
||||
<key>u.subs</key>
|
||||
<string>u.subs.glif</string>
|
||||
<key>u.sups</key>
|
||||
<string>u.sups.glif</string>
|
||||
<key>uacute</key>
|
||||
@ -4112,24 +4182,8 @@
|
||||
<string>uni205F_.glif</string>
|
||||
<key>uni2071.ccmp</key>
|
||||
<string>uni2071.ccmp.glif</string>
|
||||
<key>uni2090</key>
|
||||
<string>uni2090.glif</string>
|
||||
<key>uni2091</key>
|
||||
<string>uni2091.glif</string>
|
||||
<key>uni2092</key>
|
||||
<string>uni2092.glif</string>
|
||||
<key>uni2094</key>
|
||||
<string>uni2094.glif</string>
|
||||
<key>uni2096</key>
|
||||
<string>uni2096.glif</string>
|
||||
<key>uni2098</key>
|
||||
<string>uni2098.glif</string>
|
||||
<key>uni2099</key>
|
||||
<string>uni2099.glif</string>
|
||||
<key>uni209A</key>
|
||||
<string>uni209A_.glif</string>
|
||||
<key>uni209C</key>
|
||||
<string>uni209C_.glif</string>
|
||||
<key>uni20AF</key>
|
||||
<string>uni20A_F_.glif</string>
|
||||
<key>uni20B0</key>
|
||||
@ -4276,6 +4330,8 @@
|
||||
<string>utildebelow.glif</string>
|
||||
<key>v</key>
|
||||
<string>v.glif</string>
|
||||
<key>v.subs</key>
|
||||
<string>v.subs.glif</string>
|
||||
<key>v.sups</key>
|
||||
<string>v.sups.glif</string>
|
||||
<key>vdotbelow</key>
|
||||
@ -4296,6 +4352,8 @@
|
||||
<string>vturn.glif</string>
|
||||
<key>w</key>
|
||||
<string>w.glif</string>
|
||||
<key>w.subs</key>
|
||||
<string>w.subs.glif</string>
|
||||
<key>w.sups</key>
|
||||
<string>w.sups.glif</string>
|
||||
<key>wacute</key>
|
||||
@ -4320,6 +4378,8 @@
|
||||
<string>wynn.glif</string>
|
||||
<key>x</key>
|
||||
<string>x.glif</string>
|
||||
<key>x.subs</key>
|
||||
<string>x.subs.glif</string>
|
||||
<key>x.sups</key>
|
||||
<string>x.sups.glif</string>
|
||||
<key>xdieresis</key>
|
||||
@ -4332,6 +4392,8 @@
|
||||
<string>xsupnosp.glif</string>
|
||||
<key>y</key>
|
||||
<string>y.glif</string>
|
||||
<key>y.subs</key>
|
||||
<string>y.subs.glif</string>
|
||||
<key>y.sups</key>
|
||||
<string>y.sups.glif</string>
|
||||
<key>yacute</key>
|
||||
@ -4380,6 +4442,8 @@
|
||||
<string>yuslittleiotifiedcyrillic.glif</string>
|
||||
<key>z</key>
|
||||
<string>z.glif</string>
|
||||
<key>z.subs</key>
|
||||
<string>z.subs.glif</string>
|
||||
<key>z.sups</key>
|
||||
<string>z.sups.glif</string>
|
||||
<key>zacute</key>
|
||||
@ -4406,14 +4470,16 @@
|
||||
<string>zero.glif</string>
|
||||
<key>zero.dnom</key>
|
||||
<string>zero.dnom.glif</string>
|
||||
<key>zero.dnomf</key>
|
||||
<string>zero.dnomf.glif</string>
|
||||
<key>zero.frac</key>
|
||||
<string>zero.frac.glif</string>
|
||||
<key>zero.numr</key>
|
||||
<string>zero.numr.glif</string>
|
||||
<key>zero.slash</key>
|
||||
<string>zero.slash.glif</string>
|
||||
<key>zero.sup</key>
|
||||
<string>zero.sup.glif</string>
|
||||
<key>zero.subs</key>
|
||||
<string>zero.subs.glif</string>
|
||||
<key>zero.sups</key>
|
||||
<string>zero.sups.glif</string>
|
||||
<key>zero.tf</key>
|
||||
|
13
src/Inter-UI-Black.ufo/glyphs/d.subs.glif
Normal file
13
src/Inter-UI-Black.ufo/glyphs/d.subs.glif
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="d.subs" format="2">
|
||||
<advance width="1200.0"/>
|
||||
<outline>
|
||||
<component base="d.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/e.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/e.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="e.subs" format="2">
|
||||
<advance width="1100.0"/>
|
||||
<unicode hex="2091"/>
|
||||
<outline>
|
||||
<component base="e.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:46:49</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="eight.dnom" format="2">
|
||||
<advance width="1072.0"/>
|
||||
<unicode hex="2088"/>
|
||||
<outline>
|
||||
<component base="eight.sup" yOffset="-492.0"/>
|
||||
<component base="eight.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 23:40:33</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="eight.sup" format="2">
|
||||
<glyph name="eight.dnomf" format="2">
|
||||
<advance width="1072.0"/>
|
||||
<guideline x="-356.0" y="476.0" angle="0.0"/>
|
||||
<guideline x="124.0" y="1104.0" angle="0.0"/>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="eight.frac" format="2">
|
||||
<advance width="1072.0"/>
|
||||
<outline>
|
||||
<component base="eight.sup" yOffset="960.0"/>
|
||||
<component base="eight.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="eight.numr" format="2">
|
||||
<advance width="1072.0"/>
|
||||
<outline>
|
||||
<component base="eight.sup" yOffset="1024.0"/>
|
||||
<component base="eight.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/eight.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/eight.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="eight.subs" format="2">
|
||||
<advance width="1280.0"/>
|
||||
<unicode hex="2088"/>
|
||||
<outline>
|
||||
<component base="eight.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>eight.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>eight.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="equal.dnom" format="2">
|
||||
<advance width="1392.0"/>
|
||||
<unicode hex="208C"/>
|
||||
<outline>
|
||||
<component base="equal.numr" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 21:56:42</string>
|
||||
<string>2018/09/23 19:37:49</string>
|
||||
<key>public.markColor</key>
|
||||
<string>0.8,0.941,0.949,0.004</string>
|
||||
</dict>
|
||||
|
14
src/Inter-UI-Black.ufo/glyphs/equal.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/equal.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="equal.subs" format="2">
|
||||
<advance width="1044.0"/>
|
||||
<unicode hex="208C"/>
|
||||
<outline>
|
||||
<component base="equal.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
13
src/Inter-UI-Black.ufo/glyphs/f.subs.glif
Normal file
13
src/Inter-UI-Black.ufo/glyphs/f.subs.glif
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="f.subs" format="2">
|
||||
<advance width="792.0"/>
|
||||
<outline>
|
||||
<component base="f.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="five.dnom" format="2">
|
||||
<advance width="1060.0"/>
|
||||
<unicode hex="2085"/>
|
||||
<outline>
|
||||
<component base="five.sup" yOffset="-492.0"/>
|
||||
<component base="five.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 20:13:54</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="five.sup" format="2">
|
||||
<glyph name="five.dnomf" format="2">
|
||||
<advance width="1060.0"/>
|
||||
<guideline x="-92.0" y="544.0" angle="0.0"/>
|
||||
<guideline x="-56.0" y="1104.0" angle="0.0"/>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="five.frac" format="2">
|
||||
<advance width="1060.0"/>
|
||||
<outline>
|
||||
<component base="five.sup" yOffset="960.0"/>
|
||||
<component base="five.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="five.numr" format="2">
|
||||
<advance width="1060.0"/>
|
||||
<outline>
|
||||
<component base="five.sup" yOffset="1024.0"/>
|
||||
<component base="five.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/five.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/five.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="five.subs" format="2">
|
||||
<advance width="1240.0"/>
|
||||
<unicode hex="2085"/>
|
||||
<outline>
|
||||
<component base="five.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>five.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>five.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -5,7 +5,7 @@
|
||||
<outline>
|
||||
<component base="fraction" xOffset="992.0"/>
|
||||
<component base="five.numr" xOffset="8.0" yOffset="-64.0"/>
|
||||
<component base="eight.sup" xOffset="1764.0"/>
|
||||
<component base="eight.dnomf" xOffset="1764.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<outline>
|
||||
<component base="fraction" xOffset="992.0"/>
|
||||
<component base="five.numr" xOffset="8.0" yOffset="-64.0"/>
|
||||
<component base="six.sup" xOffset="1764.0"/>
|
||||
<component base="six.dnomf" xOffset="1764.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="four.dnom" format="2">
|
||||
<advance width="1088.0"/>
|
||||
<unicode hex="2084"/>
|
||||
<outline>
|
||||
<component base="four.sup" yOffset="-492.0"/>
|
||||
<component base="four.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 20:13:54</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="four.sup" format="2">
|
||||
<glyph name="four.dnomf" format="2">
|
||||
<advance width="1088.0"/>
|
||||
<guideline x="-88.0" y="544.0" angle="0.0"/>
|
||||
<guideline x="-52.0" y="1104.0" angle="0.0"/>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="four.frac" format="2">
|
||||
<advance width="1088.0"/>
|
||||
<outline>
|
||||
<component base="four.sup" yOffset="960.0"/>
|
||||
<component base="four.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="four.numr" format="2">
|
||||
<advance width="1088.0"/>
|
||||
<outline>
|
||||
<component base="four.sup" yOffset="1024.0"/>
|
||||
<component base="four.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/four.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/four.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="four.subs" format="2">
|
||||
<advance width="1288.0"/>
|
||||
<unicode hex="2084"/>
|
||||
<outline>
|
||||
<component base="four.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>four.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>four.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -3,7 +3,7 @@
|
||||
<advance width="848.0"/>
|
||||
<unicode hex="2044"/>
|
||||
<note>
|
||||
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
|
||||
</note>
|
||||
<guideline y="1024.0"/>
|
||||
<guideline x="0.0" y="763.125" angle="90.0"/>
|
||||
|
13
src/Inter-UI-Black.ufo/glyphs/g.subs.glif
Normal file
13
src/Inter-UI-Black.ufo/glyphs/g.subs.glif
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="g.subs" format="2">
|
||||
<advance width="1200.0"/>
|
||||
<outline>
|
||||
<component base="g.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/h.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/h.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="h.subs" format="2">
|
||||
<advance width="1200.0"/>
|
||||
<unicode hex="2095"/>
|
||||
<outline>
|
||||
<component base="h.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:46:56</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/i.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/i.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="i.subs" format="2">
|
||||
<advance width="568.0"/>
|
||||
<unicode hex="1D62"/>
|
||||
<outline>
|
||||
<component base="i.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:47:04</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/j.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/j.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="j.subs" format="2">
|
||||
<advance width="724.0"/>
|
||||
<unicode hex="2C7C"/>
|
||||
<outline>
|
||||
<component base="j.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:47:10</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/k.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/k.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="k.subs" format="2">
|
||||
<advance width="1128.0"/>
|
||||
<unicode hex="2096"/>
|
||||
<outline>
|
||||
<component base="k.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:47:57</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/l.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/l.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="l.subs" format="2">
|
||||
<advance width="536.0"/>
|
||||
<unicode hex="2097"/>
|
||||
<outline>
|
||||
<component base="l.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:48:02</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/m.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/m.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="m.subs" format="2">
|
||||
<advance width="1752.0"/>
|
||||
<unicode hex="2098"/>
|
||||
<outline>
|
||||
<component base="m.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:48:42</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="minus.dnom" format="2">
|
||||
<advance width="1392.0"/>
|
||||
<unicode hex="208B"/>
|
||||
<outline>
|
||||
<component base="minus.numr" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 21:56:42</string>
|
||||
<string>2018/09/23 19:37:49</string>
|
||||
<key>public.markColor</key>
|
||||
<string>0.8,0.941,0.949,0.004</string>
|
||||
</dict>
|
||||
|
14
src/Inter-UI-Black.ufo/glyphs/minus.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/minus.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="minus.subs" format="2">
|
||||
<advance width="1040.0"/>
|
||||
<unicode hex="208B"/>
|
||||
<outline>
|
||||
<component base="minus.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/n.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/n.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="n.subs" format="2">
|
||||
<advance width="1200.0"/>
|
||||
<unicode hex="2099"/>
|
||||
<outline>
|
||||
<component base="n.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:49:19</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="nine.dnom" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<unicode hex="2089"/>
|
||||
<outline>
|
||||
<component base="nine.sup" yOffset="-492.0"/>
|
||||
<component base="nine.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 23:51:43</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="nine.sup" format="2">
|
||||
<glyph name="nine.dnomf" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<guideline x="56.0" y="544.0" angle="0.0"/>
|
||||
<guideline x="92.0" y="1104.0" angle="0.0"/>
|
||||
<guideline x="92.0" y="1088.0" angle="0.0"/>
|
||||
<guideline x="80.0" y="-16.0" angle="0.0"/>
|
||||
<outline>
|
||||
<component base="six.sup" xScale="-1.0" yScale="-1.0" xOffset="1104.0" yOffset="1088.0"/>
|
||||
<component base="six.dnomf" xScale="-1.0" yScale="-1.0" xOffset="1104.0" yOffset="1088.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="nine.frac" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<outline>
|
||||
<component base="nine.sup" yOffset="960.0"/>
|
||||
<component base="nine.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="nine.numr" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<outline>
|
||||
<component base="nine.sup" yOffset="1024.0"/>
|
||||
<component base="nine.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/nine.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/nine.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="nine.subs" format="2">
|
||||
<advance width="1268.0"/>
|
||||
<unicode hex="2089"/>
|
||||
<outline>
|
||||
<component base="nine.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>nine.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>nine.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/o.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/o.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="o.subs" format="2">
|
||||
<advance width="1120.0"/>
|
||||
<unicode hex="2092"/>
|
||||
<outline>
|
||||
<component base="o.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:49:58</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="one.dnom" format="2">
|
||||
<advance width="796.0"/>
|
||||
<unicode hex="2081"/>
|
||||
<outline>
|
||||
<component base="one.sup" yOffset="-492.0"/>
|
||||
<component base="one.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 20:17:52</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="one.sup" format="2">
|
||||
<glyph name="one.dnomf" format="2">
|
||||
<advance width="796.0"/>
|
||||
<guideline x="56.0" y="544.0" angle="0.0"/>
|
||||
<guideline x="92.0" y="1104.0" angle="0.0"/>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="one.frac" format="2">
|
||||
<advance width="796.0"/>
|
||||
<outline>
|
||||
<component base="one.sup" yOffset="960.0"/>
|
||||
<component base="one.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="one.numr" format="2">
|
||||
<advance width="796.0"/>
|
||||
<outline>
|
||||
<component base="one.sup" yOffset="1024.0"/>
|
||||
<component base="one.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/one.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/one.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="one.subs" format="2">
|
||||
<advance width="940.0"/>
|
||||
<unicode hex="2081"/>
|
||||
<outline>
|
||||
<component base="one.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>one.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>one.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -5,7 +5,7 @@
|
||||
<outline>
|
||||
<component base="fraction" xOffset="752.0"/>
|
||||
<component base="one.numr" xOffset="32.0" yOffset="-64.0"/>
|
||||
<component base="eight.sup" xOffset="1524.0"/>
|
||||
<component base="eight.dnomf" xOffset="1524.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<outline>
|
||||
<component base="fraction" xOffset="752.0"/>
|
||||
<component base="one.numr" xOffset="32.0" yOffset="-64.0"/>
|
||||
<component base="two.sup" xOffset="1524.0"/>
|
||||
<component base="two.dnomf" xOffset="1524.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<outline>
|
||||
<component base="fraction" xOffset="752.0"/>
|
||||
<component base="one.numr" xOffset="32.0" yOffset="-64.0"/>
|
||||
<component base="four.sup" xOffset="1364.0"/>
|
||||
<component base="four.dnomf" xOffset="1364.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
14
src/Inter-UI-Black.ufo/glyphs/p.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/p.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="p.subs" format="2">
|
||||
<advance width="1200.0"/>
|
||||
<unicode hex="209A"/>
|
||||
<outline>
|
||||
<component base="p.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:50:36</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="parenleft.dnom" format="2">
|
||||
<advance width="852.0"/>
|
||||
<unicode hex="208D"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="144.0" y="4.0" type="line"/>
|
||||
@ -25,7 +24,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
<string>2018/09/23 19:37:49</string>
|
||||
<key>public.markColor</key>
|
||||
<string>0.941,0.941,0.941,0.004</string>
|
||||
</dict>
|
||||
|
14
src/Inter-UI-Black.ufo/glyphs/parenleft.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/parenleft.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="parenleft.subs" format="2">
|
||||
<advance width="780.0"/>
|
||||
<unicode hex="208D"/>
|
||||
<outline>
|
||||
<component base="parenleft.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="parenright.dnom" format="2">
|
||||
<advance width="852.0"/>
|
||||
<unicode hex="208E"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="712.0" y="36.0" type="line"/>
|
||||
@ -25,7 +24,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
<string>2018/09/23 19:37:49</string>
|
||||
<key>public.markColor</key>
|
||||
<string>0.941,0.941,0.941,0.004</string>
|
||||
</dict>
|
||||
|
14
src/Inter-UI-Black.ufo/glyphs/parenright.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/parenright.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="parenright.subs" format="2">
|
||||
<advance width="784.0"/>
|
||||
<unicode hex="208E"/>
|
||||
<outline>
|
||||
<component base="parenright.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="plus.dnom" format="2">
|
||||
<advance width="1392.0"/>
|
||||
<unicode hex="208A"/>
|
||||
<outline>
|
||||
<component base="plus.numr" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 21:56:42</string>
|
||||
<string>2018/09/23 19:37:49</string>
|
||||
<key>public.markColor</key>
|
||||
<string>0.8,0.941,0.949,0.004</string>
|
||||
</dict>
|
||||
|
14
src/Inter-UI-Black.ufo/glyphs/plus.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/plus.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="plus.subs" format="2">
|
||||
<advance width="1048.0"/>
|
||||
<unicode hex="208A"/>
|
||||
<outline>
|
||||
<component base="plus.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
13
src/Inter-UI-Black.ufo/glyphs/q.subs.glif
Normal file
13
src/Inter-UI-Black.ufo/glyphs/q.subs.glif
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="q.subs" format="2">
|
||||
<advance width="1200.0"/>
|
||||
<outline>
|
||||
<component base="q.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/r.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/r.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="r.subs" format="2">
|
||||
<advance width="860.0"/>
|
||||
<unicode hex="1D63"/>
|
||||
<outline>
|
||||
<component base="r.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:50:44</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/s.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/s.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="s.subs" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<unicode hex="209B"/>
|
||||
<outline>
|
||||
<component base="s.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:50:51</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="seven.dnom" format="2">
|
||||
<advance width="1016.0"/>
|
||||
<unicode hex="2087"/>
|
||||
<outline>
|
||||
<component base="seven.sup" yOffset="-492.0"/>
|
||||
<component base="seven.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 20:13:54</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="seven.sup" format="2">
|
||||
<glyph name="seven.dnomf" format="2">
|
||||
<advance width="1016.0"/>
|
||||
<guideline x="-124.0" y="544.0" angle="0.0"/>
|
||||
<guideline x="-88.0" y="1104.0" angle="0.0"/>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="seven.frac" format="2">
|
||||
<advance width="1016.0"/>
|
||||
<outline>
|
||||
<component base="seven.sup" yOffset="960.0"/>
|
||||
<component base="seven.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="seven.numr" format="2">
|
||||
<advance width="1016.0"/>
|
||||
<outline>
|
||||
<component base="seven.sup" yOffset="1024.0"/>
|
||||
<component base="seven.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/seven.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/seven.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="seven.subs" format="2">
|
||||
<advance width="1132.0"/>
|
||||
<unicode hex="2087"/>
|
||||
<outline>
|
||||
<component base="seven.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>seven.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>seven.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -5,7 +5,7 @@
|
||||
<outline>
|
||||
<component base="fraction" xOffset="872.0"/>
|
||||
<component base="seven.numr" xOffset="52.0" yOffset="-64.0"/>
|
||||
<component base="eight.sup" xOffset="1644.0"/>
|
||||
<component base="eight.dnomf" xOffset="1644.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="six.dnom" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<unicode hex="2086"/>
|
||||
<outline>
|
||||
<component base="six.sup" yOffset="-492.0"/>
|
||||
<component base="six.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 20:13:54</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="six.sup" format="2">
|
||||
<glyph name="six.dnomf" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<guideline x="564.0" y="364.0" angle="90.0"/>
|
||||
<guideline x="104.0" y="1104.0" angle="0.0"/>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="six.frac" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<outline>
|
||||
<component base="six.sup" yOffset="960.0"/>
|
||||
<component base="six.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="six.numr" format="2">
|
||||
<advance width="1104.0"/>
|
||||
<outline>
|
||||
<component base="six.sup" yOffset="1024.0"/>
|
||||
<component base="six.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/six.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/six.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="six.subs" format="2">
|
||||
<advance width="1268.0"/>
|
||||
<unicode hex="2086"/>
|
||||
<outline>
|
||||
<component base="six.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>six.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>six.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/t.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/t.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="t.subs" format="2">
|
||||
<advance width="768.0"/>
|
||||
<unicode hex="209C"/>
|
||||
<outline>
|
||||
<component base="t.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:51:20</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="three.dnom" format="2">
|
||||
<advance width="1080.0"/>
|
||||
<unicode hex="2083"/>
|
||||
<outline>
|
||||
<component base="three.sup" yOffset="-492.0"/>
|
||||
<component base="three.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 20:13:54</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="three.sup" format="2">
|
||||
<glyph name="three.dnomf" format="2">
|
||||
<advance width="1080.0"/>
|
||||
<guideline x="-108.0" y="544.0" angle="0.0"/>
|
||||
<guideline x="-72.0" y="1104.0" angle="0.0"/>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="three.frac" format="2">
|
||||
<advance width="1080.0"/>
|
||||
<outline>
|
||||
<component base="three.sup" yOffset="960.0"/>
|
||||
<component base="three.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="three.numr" format="2">
|
||||
<advance width="1080.0"/>
|
||||
<outline>
|
||||
<component base="three.sup" yOffset="1024.0"/>
|
||||
<component base="three.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/three.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/three.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="three.subs" format="2">
|
||||
<advance width="1256.0"/>
|
||||
<unicode hex="2083"/>
|
||||
<outline>
|
||||
<component base="three.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>three.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>three.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -5,7 +5,7 @@
|
||||
<outline>
|
||||
<component base="fraction" xOffset="1052.0"/>
|
||||
<component base="three.numr" xOffset="48.0" yOffset="-64.0"/>
|
||||
<component base="eight.sup" xOffset="1824.0"/>
|
||||
<component base="eight.dnomf" xOffset="1824.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<unicode hex="00BE"/>
|
||||
<outline>
|
||||
<component base="fraction" xOffset="1052.0"/>
|
||||
<component base="four.sup" xOffset="1664.0"/>
|
||||
<component base="four.dnomf" xOffset="1664.0"/>
|
||||
<component base="three.numr" xOffset="48.0" yOffset="-64.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
|
@ -1,14 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="two.dnom" format="2">
|
||||
<advance width="1052.0"/>
|
||||
<unicode hex="2082"/>
|
||||
<outline>
|
||||
<component base="two.sup" yOffset="-492.0"/>
|
||||
<component base="two.dnomf" yOffset="-492.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/22 20:58:52</string>
|
||||
<string>2018/09/23 19:31:40</string>
|
||||
<key>com.schriftgestaltung.componentsAlignment</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="two.sup" format="2">
|
||||
<glyph name="two.dnomf" format="2">
|
||||
<advance width="1052.0"/>
|
||||
<guideline x="44.0" y="544.0" angle="0.0"/>
|
||||
<guideline x="80.0" y="1104.0" angle="0.0"/>
|
@ -2,7 +2,7 @@
|
||||
<glyph name="two.frac" format="2">
|
||||
<advance width="1052.0"/>
|
||||
<outline>
|
||||
<component base="two.sup" yOffset="960.0"/>
|
||||
<component base="two.dnomf" yOffset="960.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<glyph name="two.numr" format="2">
|
||||
<advance width="1052.0"/>
|
||||
<outline>
|
||||
<component base="two.sup" yOffset="1024.0"/>
|
||||
<component base="two.dnomf" yOffset="1024.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
|
18
src/Inter-UI-Black.ufo/glyphs/two.subs.glif
Normal file
18
src/Inter-UI-Black.ufo/glyphs/two.subs.glif
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="two.subs" format="2">
|
||||
<advance width="1224.0"/>
|
||||
<unicode hex="2082"/>
|
||||
<outline>
|
||||
<component base="two.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.leftMetricsKey</key>
|
||||
<string>two.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.glyph.rightMetricsKey</key>
|
||||
<string>two.sups</string>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/u.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/u.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="u.subs" format="2">
|
||||
<advance width="1200.0"/>
|
||||
<unicode hex="1D64"/>
|
||||
<outline>
|
||||
<component base="u.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:51:26</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,67 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="uni2090" format="2">
|
||||
<advance width="1392.0"/>
|
||||
<unicode hex="2090"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="828.0" y="-264.0" type="line"/>
|
||||
<point x="828.0" y="-384.0"/>
|
||||
<point x="840.0" y="-500.0"/>
|
||||
<point x="880.0" y="-576.0" type="curve"/>
|
||||
<point x="1216.0" y="-576.0" type="line"/>
|
||||
<point x="1216.0" y="-560.0" type="line"/>
|
||||
<point x="1180.0" y="-508.0"/>
|
||||
<point x="1164.0" y="-448.0"/>
|
||||
<point x="1164.0" y="-280.0" type="curve" smooth="yes"/>
|
||||
<point x="1164.0" y="152.0" type="line" smooth="yes"/>
|
||||
<point x="1164.0" y="412.0"/>
|
||||
<point x="988.0" y="536.0"/>
|
||||
<point x="712.0" y="536.0" type="curve" smooth="yes"/>
|
||||
<point x="404.0" y="536.0"/>
|
||||
<point x="204.0" y="404.0"/>
|
||||
<point x="204.0" y="180.0" type="curve"/>
|
||||
<point x="560.0" y="180.0" type="line"/>
|
||||
<point x="552.0" y="264.0"/>
|
||||
<point x="612.0" y="284.0"/>
|
||||
<point x="680.0" y="284.0" type="curve" smooth="yes"/>
|
||||
<point x="764.0" y="284.0"/>
|
||||
<point x="828.0" y="244.0"/>
|
||||
<point x="828.0" y="164.0" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="864.0" y="88.0" type="line"/>
|
||||
<point x="724.0" y="88.0" type="line" smooth="yes"/>
|
||||
<point x="344.0" y="88.0"/>
|
||||
<point x="184.0" y="-44.0"/>
|
||||
<point x="184.0" y="-264.0" type="curve" smooth="yes"/>
|
||||
<point x="184.0" y="-468.0"/>
|
||||
<point x="336.0" y="-596.0"/>
|
||||
<point x="544.0" y="-596.0" type="curve" smooth="yes"/>
|
||||
<point x="748.0" y="-596.0"/>
|
||||
<point x="848.0" y="-480.0"/>
|
||||
<point x="908.0" y="-380.0" type="curve"/>
|
||||
<point x="832.0" y="-224.0" type="line"/>
|
||||
<point x="832.0" y="-264.0"/>
|
||||
<point x="756.0" y="-340.0"/>
|
||||
<point x="636.0" y="-340.0" type="curve" smooth="yes"/>
|
||||
<point x="564.0" y="-340.0"/>
|
||||
<point x="520.0" y="-300.0"/>
|
||||
<point x="520.0" y="-236.0" type="curve" smooth="yes"/>
|
||||
<point x="520.0" y="-164.0"/>
|
||||
<point x="588.0" y="-92.0"/>
|
||||
<point x="708.0" y="-92.0" type="curve" smooth="yes"/>
|
||||
<point x="864.0" y="-92.0" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
<key>com.schriftgestaltung.Glyphs.nodeUserData.0.22</key>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>hr00</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,52 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="uni2091" format="2">
|
||||
<advance width="1396.0"/>
|
||||
<unicode hex="2091"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="756.0" y="-604.0" type="curve" smooth="yes"/>
|
||||
<point x="968.0" y="-604.0"/>
|
||||
<point x="1132.0" y="-512.0"/>
|
||||
<point x="1208.0" y="-416.0" type="curve"/>
|
||||
<point x="1052.0" y="-216.0" type="line"/>
|
||||
<point x="980.0" y="-296.0"/>
|
||||
<point x="872.0" y="-320.0"/>
|
||||
<point x="780.0" y="-320.0" type="curve" smooth="yes"/>
|
||||
<point x="616.0" y="-320.0"/>
|
||||
<point x="496.0" y="-216.0"/>
|
||||
<point x="496.0" y="-68.0" type="curve" smooth="yes"/>
|
||||
<point x="496.0" y="-28.0" type="line" smooth="yes"/>
|
||||
<point x="496.0" y="124.0"/>
|
||||
<point x="556.0" y="256.0"/>
|
||||
<point x="708.0" y="256.0" type="curve" smooth="yes"/>
|
||||
<point x="812.0" y="256.0"/>
|
||||
<point x="896.0" y="208.0"/>
|
||||
<point x="896.0" y="108.0" type="curve" smooth="yes"/>
|
||||
<point x="896.0" y="76.0" type="line"/>
|
||||
<point x="288.0" y="76.0" type="line"/>
|
||||
<point x="288.0" y="-140.0" type="line"/>
|
||||
<point x="1240.0" y="-140.0" type="line"/>
|
||||
<point x="1240.0" y="0.0" type="line" smooth="yes"/>
|
||||
<point x="1240.0" y="344.0"/>
|
||||
<point x="1036.0" y="540.0"/>
|
||||
<point x="716.0" y="540.0" type="curve" smooth="yes"/>
|
||||
<point x="328.0" y="540.0"/>
|
||||
<point x="160.0" y="272.0"/>
|
||||
<point x="160.0" y="-28.0" type="curve" smooth="yes"/>
|
||||
<point x="160.0" y="-68.0" type="line" smooth="yes"/>
|
||||
<point x="160.0" y="-344.0"/>
|
||||
<point x="368.0" y="-604.0"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
<key>com.schriftgestaltung.Glyphs.nodeUserData.0.31</key>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>hr00</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,45 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="uni2092" format="2">
|
||||
<advance width="1392.0"/>
|
||||
<unicode hex="2092"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="144.0" y="-36.0" type="line"/>
|
||||
<point x="144.0" y="-352.0"/>
|
||||
<point x="336.0" y="-596.0"/>
|
||||
<point x="704.0" y="-596.0" type="curve" smooth="yes"/>
|
||||
<point x="1072.0" y="-596.0"/>
|
||||
<point x="1260.0" y="-352.0"/>
|
||||
<point x="1260.0" y="-36.0" type="curve" smooth="yes"/>
|
||||
<point x="1260.0" y="-16.0" type="line" smooth="yes"/>
|
||||
<point x="1260.0" y="300.0"/>
|
||||
<point x="1072.0" y="544.0"/>
|
||||
<point x="704.0" y="544.0" type="curve" smooth="yes"/>
|
||||
<point x="336.0" y="544.0"/>
|
||||
<point x="144.0" y="300.0"/>
|
||||
<point x="144.0" y="-16.0" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="484.0" y="-16.0" type="line"/>
|
||||
<point x="484.0" y="136.0"/>
|
||||
<point x="548.0" y="260.0"/>
|
||||
<point x="704.0" y="260.0" type="curve" smooth="yes"/>
|
||||
<point x="856.0" y="260.0"/>
|
||||
<point x="920.0" y="140.0"/>
|
||||
<point x="920.0" y="-16.0" type="curve" smooth="yes"/>
|
||||
<point x="920.0" y="-36.0" type="line" smooth="yes"/>
|
||||
<point x="920.0" y="-196.0"/>
|
||||
<point x="856.0" y="-308.0"/>
|
||||
<point x="704.0" y="-308.0" type="curve" smooth="yes"/>
|
||||
<point x="552.0" y="-308.0"/>
|
||||
<point x="484.0" y="-200.0"/>
|
||||
<point x="484.0" y="-36.0" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="uni2096" format="2">
|
||||
<advance width="1396.0"/>
|
||||
<unicode hex="2096"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="484.0" y="1012.0" type="line"/>
|
||||
<point x="148.0" y="1012.0" type="line"/>
|
||||
<point x="148.0" y="-576.0" type="line"/>
|
||||
<point x="484.0" y="-576.0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="1204.0" y="528.0" type="line"/>
|
||||
<point x="800.0" y="528.0" type="line"/>
|
||||
<point x="516.0" y="200.0" type="line"/>
|
||||
<point x="292.0" y="-88.0" type="line"/>
|
||||
<point x="468.0" y="-280.0" type="line"/>
|
||||
<point x="700.0" y="-56.0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="832.0" y="-576.0" type="line"/>
|
||||
<point x="1252.0" y="-576.0" type="line"/>
|
||||
<point x="800.0" y="100.0" type="line"/>
|
||||
<point x="520.0" y="-80.0" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,56 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="uni2098" format="2">
|
||||
<advance width="1932.0"/>
|
||||
<unicode hex="2098"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="400.0" y="4.0" type="line"/>
|
||||
<point x="400.0" y="140.0"/>
|
||||
<point x="460.0" y="244.0"/>
|
||||
<point x="620.0" y="244.0" type="curve" smooth="yes"/>
|
||||
<point x="752.0" y="244.0"/>
|
||||
<point x="796.0" y="160.0"/>
|
||||
<point x="796.0" y="-16.0" type="curve" smooth="yes"/>
|
||||
<point x="796.0" y="-576.0" type="line"/>
|
||||
<point x="1140.0" y="-576.0" type="line"/>
|
||||
<point x="1140.0" y="116.0" type="line" smooth="yes"/>
|
||||
<point x="1140.0" y="412.0"/>
|
||||
<point x="996.0" y="536.0"/>
|
||||
<point x="748.0" y="536.0" type="curve" smooth="yes"/>
|
||||
<point x="480.0" y="536.0"/>
|
||||
<point x="336.0" y="308.0"/>
|
||||
<point x="336.0" y="0.0" type="curve"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="440.0" y="292.0" type="line"/>
|
||||
<point x="372.0" y="528.0" type="line"/>
|
||||
<point x="100.0" y="528.0" type="line"/>
|
||||
<point x="100.0" y="-576.0" type="line"/>
|
||||
<point x="440.0" y="-576.0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="1096.0" y="4.0" type="line"/>
|
||||
<point x="1096.0" y="140.0"/>
|
||||
<point x="1156.0" y="244.0"/>
|
||||
<point x="1316.0" y="244.0" type="curve" smooth="yes"/>
|
||||
<point x="1448.0" y="244.0"/>
|
||||
<point x="1492.0" y="160.0"/>
|
||||
<point x="1492.0" y="-16.0" type="curve" smooth="yes"/>
|
||||
<point x="1492.0" y="-576.0" type="line"/>
|
||||
<point x="1836.0" y="-576.0" type="line"/>
|
||||
<point x="1836.0" y="116.0" type="line" smooth="yes"/>
|
||||
<point x="1836.0" y="412.0"/>
|
||||
<point x="1692.0" y="536.0"/>
|
||||
<point x="1444.0" y="536.0" type="curve" smooth="yes"/>
|
||||
<point x="1180.0" y="536.0"/>
|
||||
<point x="1032.0" y="312.0"/>
|
||||
<point x="1032.0" y="0.0" type="curve"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="uni2099" format="2">
|
||||
<advance width="1396.0"/>
|
||||
<unicode hex="2099"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="480.0" y="4.0" type="line"/>
|
||||
<point x="480.0" y="144.0"/>
|
||||
<point x="536.0" y="252.0"/>
|
||||
<point x="700.0" y="252.0" type="curve" smooth="yes"/>
|
||||
<point x="832.0" y="252.0"/>
|
||||
<point x="876.0" y="160.0"/>
|
||||
<point x="876.0" y="-8.0" type="curve" smooth="yes"/>
|
||||
<point x="876.0" y="-572.0" type="line"/>
|
||||
<point x="1220.0" y="-572.0" type="line"/>
|
||||
<point x="1220.0" y="116.0" type="line" smooth="yes"/>
|
||||
<point x="1220.0" y="412.0"/>
|
||||
<point x="1076.0" y="544.0"/>
|
||||
<point x="828.0" y="544.0" type="curve" smooth="yes"/>
|
||||
<point x="560.0" y="544.0"/>
|
||||
<point x="416.0" y="308.0"/>
|
||||
<point x="416.0" y="4.0" type="curve"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="520.0" y="292.0" type="line"/>
|
||||
<point x="444.0" y="528.0" type="line"/>
|
||||
<point x="180.0" y="528.0" type="line"/>
|
||||
<point x="180.0" y="-572.0" type="line"/>
|
||||
<point x="520.0" y="-572.0" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,52 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="uni209A" format="2">
|
||||
<advance width="1388.0"/>
|
||||
<unicode hex="209A"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="516.0" y="-728.0" type="line"/>
|
||||
<point x="516.0" y="220.0" type="line"/>
|
||||
<point x="464.0" y="516.0" type="line"/>
|
||||
<point x="176.0" y="516.0" type="line"/>
|
||||
<point x="176.0" y="-728.0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="1212.0" y="40.0" type="line"/>
|
||||
<point x="1212.0" y="332.0"/>
|
||||
<point x="1084.0" y="536.0"/>
|
||||
<point x="768.0" y="536.0" type="curve" smooth="yes"/>
|
||||
<point x="488.0" y="536.0"/>
|
||||
<point x="384.0" y="312.0"/>
|
||||
<point x="336.0" y="48.0" type="curve"/>
|
||||
<point x="336.0" y="24.0" type="line"/>
|
||||
<point x="384.0" y="-220.0"/>
|
||||
<point x="488.0" y="-460.0"/>
|
||||
<point x="772.0" y="-460.0" type="curve" smooth="yes"/>
|
||||
<point x="1080.0" y="-460.0"/>
|
||||
<point x="1212.0" y="-252.0"/>
|
||||
<point x="1212.0" y="24.0" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="872.0" y="24.0" type="line"/>
|
||||
<point x="872.0" y="-76.0"/>
|
||||
<point x="820.0" y="-172.0"/>
|
||||
<point x="672.0" y="-172.0" type="curve" smooth="yes"/>
|
||||
<point x="512.0" y="-172.0"/>
|
||||
<point x="484.0" y="-108.0"/>
|
||||
<point x="480.0" y="16.0" type="curve" smooth="yes"/>
|
||||
<point x="480.0" y="60.0" type="line" smooth="yes"/>
|
||||
<point x="480.0" y="180.0"/>
|
||||
<point x="504.0" y="248.0"/>
|
||||
<point x="672.0" y="248.0" type="curve" smooth="yes"/>
|
||||
<point x="852.0" y="248.0"/>
|
||||
<point x="872.0" y="136.0"/>
|
||||
<point x="872.0" y="40.0" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
@ -1,37 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="uni209C" format="2">
|
||||
<advance width="776.0"/>
|
||||
<unicode hex="209C"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="716.0" y="520.0" type="line"/>
|
||||
<point x="56.0" y="520.0" type="line"/>
|
||||
<point x="56.0" y="268.0" type="line"/>
|
||||
<point x="716.0" y="268.0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="196.0" y="800.0" type="line"/>
|
||||
<point x="196.0" y="-204.0" type="line" smooth="yes"/>
|
||||
<point x="196.0" y="-456.0"/>
|
||||
<point x="296.0" y="-600.0"/>
|
||||
<point x="540.0" y="-600.0" type="curve" smooth="yes"/>
|
||||
<point x="628.0" y="-600.0"/>
|
||||
<point x="680.0" y="-592.0"/>
|
||||
<point x="736.0" y="-568.0" type="curve"/>
|
||||
<point x="736.0" y="-300.0" type="line"/>
|
||||
<point x="720.0" y="-304.0"/>
|
||||
<point x="704.0" y="-308.0"/>
|
||||
<point x="652.0" y="-308.0" type="curve" smooth="yes"/>
|
||||
<point x="552.0" y="-308.0"/>
|
||||
<point x="532.0" y="-272.0"/>
|
||||
<point x="532.0" y="-212.0" type="curve" smooth="yes"/>
|
||||
<point x="532.0" y="800.0" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/14 16:09:22</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
14
src/Inter-UI-Black.ufo/glyphs/v.subs.glif
Normal file
14
src/Inter-UI-Black.ufo/glyphs/v.subs.glif
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="v.subs" format="2">
|
||||
<advance width="1188.0"/>
|
||||
<unicode hex="1D65"/>
|
||||
<outline>
|
||||
<component base="v.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:51:32</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
13
src/Inter-UI-Black.ufo/glyphs/w.subs.glif
Normal file
13
src/Inter-UI-Black.ufo/glyphs/w.subs.glif
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<glyph name="w.subs" format="2">
|
||||
<advance width="1528.0"/>
|
||||
<outline>
|
||||
<component base="w.sups" yOffset="-1376.0"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/23 19:39:37</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user